Skip to content

Commit 42eb276

Browse files
authored
variable: tidb_enable_ts_validation (#22758)
1 parent bf96d9a commit 42eb276

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

system-variables.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2956,6 +2956,15 @@ Query OK, 0 rows affected (0.09 sec)
29562956

29572957
</CustomContent>
29582958

2959+
### `tidb_enable_ts_validation` <span class="version-mark">New in v9.0.0</span>
2960+
2961+
- Scope: GLOBAL
2962+
- Persists to cluster: Yes
2963+
- Applies to hint [SET_VAR](/optimizer-hints.md#set_varvar_namevar_value): No
2964+
- Type: Boolean
2965+
- Default value: `ON`
2966+
- This variable controls whether TiDB validates the timestamp in a request before sending the request to TiKV. If an invalid timestamp is detected in the request, TiDB rejects sending it to avoid data corruption.
2967+
29592968
### tidb_enable_tso_follower_proxy <span class="version-mark">New in v5.3.0</span>
29602969

29612970
> **Note:**

0 commit comments

Comments
 (0)