Merge branch 'column_store'

Co-authored-by: wangt1xiuyi <13547954130@163.com>
Co-authored-by: yangqise7en <877793735@qq.com>
Co-authored-by: Zach41 <zach_41@163.com>
This commit is contained in:
chaser-ch
2023-10-31 15:39:20 +00:00
committed by ob-robot
parent 4057fbc4ae
commit 566e920620
1375 changed files with 239147 additions and 56014 deletions

View File

@ -3,6 +3,10 @@
--disable_abort_on_error
--result_format 4
--disable_query_log
set global max_allowed_packet=16777216;
sleep 3;
--enable_query_log
connect (syscon, $OBMYSQL_MS0,admin,$OBMYSQL_PWD,test,$OBMYSQL_PORT);

View File

@ -22,6 +22,7 @@ insert into t1 (c1, c2, c3, c4) values (7, 6, 'xx1', 'yy2');
insert into t1 (c1, c2, c3, c4) values (8, 7, 'xx1', 'yy2');
alter table t1 add column c5 varchar(20) default 'c5_default';
sleep 1;
connection syscon;