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

@@ -103,4 +103,3 @@ 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

View File

@@ -40,4 +40,5 @@ select
case when da.mtn in ('PFG','Person Focal Group') then count( acct_id) end +
case when da.mtn = 'Person Focal Group' then count( acct_id) end as PFG_active_accounts
from accnt da group by mtn, accts, act_created_dt order by mtn;
DROP DATABASE mcol_5074_db;

View File

@@ -10,4 +10,3 @@ 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