Skip to content

Commit

Permalink
Update system-variables.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TomShawn authored and ti-chi-bot committed Aug 15, 2022
1 parent 912cf42 commit 6d3bae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -1861,7 +1861,7 @@ mysql> desc select count(distinct a) from test.t;
- Persists to cluster: Yes
- Type: Boolean
- Default value: `ON`
- When the variable value is `ON`, the left join operator always uses inner table as the build side and the right join operator always uses outer table as the build side. If you set the value to `OFF`, outer join operations can use either side of the tables as the build side.
- When the variable value is `ON`, the left join operator always uses inner table as the build side and the right join operator always uses outer table as the build side. If you set the value to `OFF`, the outer join operator can use either side of the tables as the build side.

### tidb_opt_prefer_range_scan <span class="version-mark">New in v5.0</span>

Expand Down

0 comments on commit 6d3bae4

Please sign in to comment.