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:
@ -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);
|
||||
|
||||
|
||||
@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user