Skip to content

Commit 9b7c8c3

Browse files
author
github-actions
committed
update MD by dispatch event pingcap/docs master
1 parent a3f05d5 commit 9b7c8c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

markdown-pages/en/tidb/master/system-variables.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3522,11 +3522,11 @@ For a system upgraded to v5.0 from an earlier version, if you have not modified
35223522
- Persists to cluster: Yes
35233523
- Applies to hint [SET_VAR](/optimizer-hints.md#set_varvar_namevar_value): No
35243524
- Type: Boolean
3525-
- Default value: `OFF`
3525+
- Default value: `ON`. Before v8.5.6, the default value is `OFF`.
35263526
- This variable controls whether TiDB ignores the element differences in the `IN` list across different queries when generating Plan Digests.
35273527

3528-
- When it is the default value `OFF`, TiDB does not ignore the element differences (including the difference in the number of elements) in the `IN` list when generating Plan Digests. The element differences in the `IN` list result in different Plan Digests.
3529-
- When it is set to `ON`, TiDB ignores the element differences (including the difference in the number of elements) in the `IN` list and uses `...` to replace elements in the `IN` list in Plan Digests. In this case, TiDB generates the same Plan Digests for `IN` queries of the same type.
3528+
- When it is the default value `ON`, TiDB ignores the element differences (including the difference in the number of elements) in the `IN` list and uses `...` to replace elements in the `IN` list in Plan Digests. In this case, TiDB generates the same Plan Digests for `IN` queries of the same type.
3529+
- When it is set to `OFF`, TiDB does not ignore the element differences (including the difference in the number of elements) in the `IN` list when generating Plan Digests. The element differences in the `IN` list result in different Plan Digests.
35303530

35313531
### tidb_index_join_batch_size
35323532

0 commit comments

Comments
 (0)