Skip to content

Commit

Permalink
fix wrong link anchors (#16438) (#16443)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Feb 5, 2024
1 parent 489f582 commit 8f5e9fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion non-transactional-dml.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ The following are hard restrictions on non-transactional DML statements. If thes
- The dividing column must be indexed. The index can be a single-column index, or the first column of a joint index.
- Must be used in the [`autocommit`](/system-variables.md#autocommit) mode.
- Cannot be used when batch-dml is enabled.
- Cannot be used when [`tidb_snapshot`](/read-historical-data.md#operation flow) is set.
- Cannot be used when [`tidb_snapshot`](/read-historical-data.md) is set.
- Cannot be used with the `prepare` statement.
- `ENUM`, `BIT`, `SET`, `JSON` types are not supported as the dividing columns.
- Not supported for [temporary tables](/temporary-tables.md).
Expand Down

0 comments on commit 8f5e9fa

Please sign in to comment.