Skip to content

Commit 0d88ada

Browse files
committed
fix
1 parent b48bd93 commit 0d88ada

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

sql-statements/sql-statement-show-variables.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ SHOW GLOBAL VARIABLES LIKE 'tidb%';
108108
| tidb_opt_distinct_agg_push_down | 0 |
109109
| tidb_opt_insubq_to_join_and_agg | 1 |
110110
| tidb_opt_join_reorder_threshold | 0 |
111-
| tidb_opt_join_reorder_through_sel | 0 |
112111
| tidb_opt_memory_factor | 0.001 |
113112
| tidb_opt_network_factor | 1 |
114113
| tidb_opt_scan_factor | 1.5 |

system-variable-reference.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3025,13 +3025,6 @@ summary: 查看 TiDB 所有的系统变量,以及引用这些变量的文档
30253025
- [TiDB 6.4.0 Release Notes](/releases/release-6.4.0.md)
30263026
- [TiDB 3.0.0-rc.1 Release Notes](/releases/release-3.0.0-rc.1.md)
30273027

3028-
### tidb_opt_join_reorder_through_sel
3029-
3030-
引用该变量的文档:
3031-
3032-
- [SHOW [GLOBAL|SESSION] VARIABLES](/sql-statements/sql-statement-show-variables.md)
3033-
- [系统变量](/system-variables.md#tidb_opt_join_reorder_through_sel)
3034-
30353028
### tidb_opt_limit_cost_factor
30363029

30373030
引用该变量的文档:

0 commit comments

Comments
 (0)