From 94a4398e268e7693687c08f1b1095ffffaebd2cf Mon Sep 17 00:00:00 2001 From: Yuanjia Zhang Date: Wed, 17 Aug 2022 12:31:33 +0800 Subject: [PATCH] Update system-variables.md Co-authored-by: TomShawn <41534398+TomShawn@users.noreply.github.com> --- system-variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system-variables.md b/system-variables.md index 1c6c66f106f8d..7bbf959ce6a29 100644 --- a/system-variables.md +++ b/system-variables.md @@ -1771,7 +1771,7 @@ For a system upgraded to v5.0 from an earlier version, if you have not modified - Type: Integer - Default value: `1` - Range: `[0, 2]` -- Indicates whether to allow the broadcast CARTESIAN join. +- Indicates whether to allow the Broadcast Cartesian Join. - `0` means that the Broadcast Cartesian Join is not allowed. `1` means that it is allowed based on [`tidb_broadcast_join_threshold_count`](#tidb_broadcast_join_threshold_count-new-in-v50). `2` means that it is always allowed even if the table size exceeds the threshold. - This variable is internally used in TiDB, and it is not recommended to modify its value.