1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-07 03:22:57 +03:00

Revert "add cleanups to MTR"

This reverts commit 9dafef641a.
This commit is contained in:
Timofey Turenko
2025-06-24 10:57:08 +03:00
committed by Leonid Fedorov
parent e95fef4f26
commit 72753308cd
8 changed files with 3 additions and 69 deletions

View File

@@ -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