Skip to content

Commit

Permalink
update MD by dispatch event pingcap/docs master
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 25, 2024
1 parent 937c15a commit 6cc25ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions markdown-pages/en/tidb/master/system-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -5040,7 +5040,7 @@ SHOW WARNINGS;
### tidb_read_consistency <span class="version-mark">New in v5.4.0</span>
- Scope: SESSION
- Applies to hint [SET_VAR](/optimizer-hints.md#set_varvar_namevar_value): Yes
- Applies to hint [SET_VAR](/optimizer-hints.md#set_varvar_namevar_value): Yes (Note that if [non-transactional DML statements](/non-transactional-dml.md) exist, modifying the value of this variable using hint might not take effect.)
- Type: String
- Default value: `strict`
- This variable is used to control the read consistency for an auto-commit read statement.
Expand All @@ -5050,7 +5050,7 @@ SHOW WARNINGS;
### tidb_read_staleness <span class="version-mark">New in v5.4.0</span>
- Scope: SESSION
- Applies to hint [SET_VAR](/optimizer-hints.md#set_varvar_namevar_value): Yes
- Applies to hint [SET_VAR](/optimizer-hints.md#set_varvar_namevar_value): No
- Type: Integer
- Default value: `0`
- Range: `[-2147483648, 0]`
Expand Down

0 comments on commit 6cc25ed

Please sign in to comment.