You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
committed by
Leonid Fedorov
parent
e95fef4f26
commit
72753308cd
@ -21,4 +21,4 @@ select tablename, autoincrement, nextvalue from calpontsys.syscolumn where autoi
|
||||
select tablename, autoincrement, nextvalue from calpontsys.syscolumn where autoincrement = 'n' and `schema`='mcol5572' and tablename='foo';
|
||||
|
||||
DROP DATABASE mcol5572;
|
||||
--source ../include/drop_functions.inc
|
||||
|
||||
|
@ -24,4 +24,3 @@ select calgetsqlcount();
|
||||
|
||||
DROP TABLE t1;
|
||||
DROP DATABASE cal_test_db;
|
||||
--source ../include/drop_functions.inc
|
||||
|
@ -101,4 +101,4 @@ SELECT moda(floor(rl)) FROM t2;
|
||||
SELECT t, moda(tu) 'q1' FROM t2 GROUP BY t HAVING moda(tu) > 5;
|
||||
# Clean UP
|
||||
DROP DATABASE mcs98_db;
|
||||
--source ../include/drop_functions.inc
|
||||
|
||||
|
@ -25,4 +25,3 @@ select mcslastinsertid("t1");
|
||||
|
||||
DROP TABLE t1;
|
||||
DROP DATABASE cal_test_db;
|
||||
--source ../include/drop_functions.inc
|
||||
|
Reference in New Issue
Block a user