From 266afbdd3cc31d2c3cca42571daacb57ed7f2d51 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 25 Nov 2024 08:19:12 +0000 Subject: [PATCH] update MD by dispatch event pingcap/docs release-8.4 --- markdown-pages/en/tidb/release-8.4/system-variables.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/markdown-pages/en/tidb/release-8.4/system-variables.md b/markdown-pages/en/tidb/release-8.4/system-variables.md index b1589c4c8..8be98c32a 100644 --- a/markdown-pages/en/tidb/release-8.4/system-variables.md +++ b/markdown-pages/en/tidb/release-8.4/system-variables.md @@ -5038,7 +5038,7 @@ SHOW WARNINGS; ### tidb_read_consistency New in v5.4.0 - 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. @@ -5048,7 +5048,7 @@ SHOW WARNINGS; ### tidb_read_staleness New in v5.4.0 - 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]`