From baa89f653f4dca5ac03f2a615298093c58cad0f9 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 2ee7d3a943670..dd3f776510f8a 100644 --- a/tidb-configuration-file.md +++ b/tidb-configuration-file.md @@ -539,6 +539,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 48f911c220953b7bb4b89a478cbce1560aedef43 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 dd3f776510f8a..c1c47cd3874fa 100644 --- a/tidb-configuration-file.md +++ b/tidb-configuration-file.md @@ -541,7 +541,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`