Skip to content

Commit 09f0a48

Browse files
committed
fix logic test
1 parent 97ed750 commit 09f0a48

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/logictest/suites/base/06_show/06_0003_show_settings

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ SHOW SETTINGS;
1111
compression None None SESSION Format compression, default value: None String
1212
empty_as_default 1 1 SESSION Format empty_as_default, default value: 1 UInt64
1313
enable_async_insert 0 0 SESSION Whether the client open async insert mode, default value: 0 UInt64
14+
enable_cbo 1 1 SESSION If enable cost based optimization, default value: 1 UInt64
1415
enable_new_processor_framework 1 1 SESSION Enable new processor framework if value != 0, default value: 1 UInt64
1516
enable_planner_v2 1 1 SESSION Enable planner v2 by setting this variable to 1, default value: 1 UInt64
1617
field_delimiter , , SESSION Format field delimiter, default value: , String
@@ -35,6 +36,7 @@ SHOW SETTINGS LIKE 'enable%';
3536

3637
----
3738
enable_async_insert 0 0 SESSION Whether the client open async insert mode, default value: 0 UInt64
39+
enable_cbo 1 1 SESSION If enable cost based optimization, default value: 1 UInt64
3840
enable_new_processor_framework 1 1 SESSION Enable new processor framework if value != 0, default value: 1 UInt64
3941
enable_planner_v2 1 1 SESSION Enable planner v2 by setting this variable to 1, default value: 1 UInt64
4042

0 commit comments

Comments
 (0)