From e204267e4a6d7e706fba0aaf37343cb33d9dfc76 Mon Sep 17 00:00:00 2001 From: Ti Chi Robot Date: Mon, 2 Aug 2021 14:57:07 +0800 Subject: [PATCH] remove useless variable (#6076) (#6078) --- benchmark/v5.1-performance-benchmarking-with-tpch.md | 1 - 1 file changed, 1 deletion(-) diff --git a/benchmark/v5.1-performance-benchmarking-with-tpch.md b/benchmark/v5.1-performance-benchmarking-with-tpch.md index 52003973bc51d..39e6ccd6be727 100644 --- a/benchmark/v5.1-performance-benchmarking-with-tpch.md +++ b/benchmark/v5.1-performance-benchmarking-with-tpch.md @@ -50,7 +50,6 @@ Set session variables with the following SQL statements: ```sql set @@tidb_isolation_read_engines='tiflash'; set @@tidb_allow_mpp=1; -set @@tidb_opt_broadcast_join=0; set @@tidb_mem_quota_query = 10 << 30; ```