You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-07 03:22:57 +03:00
add cleanups to MTR
This commit is contained in:
committed by
Leonid Fedorov
parent
1465a5c6b3
commit
1c6985cbf5
@@ -103,3 +103,4 @@ INSERT INTO t(k) VALUES (1), (2), (2), (3), (3), (4), (4),(4),(4),(4),(995), (NU
|
||||
SELECT k + k a FROM t GROUP BY a HAVING a >= 8;
|
||||
|
||||
DROP DATABASE MCOL5776;
|
||||
--source ../include/drop_functions.inc
|
||||
|
@@ -10,3 +10,4 @@ INSERT INTO cs1 VALUES('i',0),('i',0),('ii',0);
|
||||
SELECT c,regr_count(d,length(c)) f FROM cs1 GROUP BY 1 ORDER BY 1;
|
||||
SELECT * FROM (SELECT c,regr_count(d,length(c)) f FROM cs1 GROUP BY 1 ORDER BY 1)a;
|
||||
DROP DATABASE mcol_4465;
|
||||
--source ../include/drop_functions.inc
|
||||
|
Reference in New Issue
Block a user