From 947758929624e2ed1a8200c06efe076aaf69fd7f Mon Sep 17 00:00:00 2001 From: houfaxin Date: Fri, 6 Sep 2024 13:16:41 +0800 Subject: [PATCH 1/2] Update tidb-configuration-file.md --- tidb-configuration-file.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tidb-configuration-file.md b/tidb-configuration-file.md index cee66d836b991..d6e4e2d906269 100644 --- a/tidb-configuration-file.md +++ b/tidb-configuration-file.md @@ -538,6 +538,10 @@ Configuration items related to performance. - Default value: `true` - TiDB supports executing the `JOIN` statement without any condition (the `WHERE` field) of both sides tables by default; if you set the value to `false`, the server refuses to execute when such a `JOIN` statement appears. +> **Note:** +> +> When creating a cluster, do not set `cross-join` to false. Otherwise the cluster will fail to start up. + ### `stats-lease` - The time interval of reloading statistics, updating the number of table rows, checking whether it is needed to perform the automatic analysis, using feedback to update statistics and loading statistics of columns. From decba472c4065c4a229327bfd2675921441c6b5a Mon Sep 17 00:00:00 2001 From: xixirangrang Date: Fri, 6 Sep 2024 14:16:50 +0800 Subject: [PATCH 2/2] Update tidb-configuration-file.md Co-authored-by: Grace Cai --- tidb-configuration-file.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tidb-configuration-file.md b/tidb-configuration-file.md index d6e4e2d906269..cf0bf7ff26142 100644 --- a/tidb-configuration-file.md +++ b/tidb-configuration-file.md @@ -540,7 +540,7 @@ Configuration items related to performance. > **Note:** > -> When creating a cluster, do not set `cross-join` to false. Otherwise the cluster will fail to start up. +> When creating a cluster, **DO NOT** set `cross-join` to false. Otherwise, the cluster will fail to start up. ### `stats-lease`