1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-01 06:46:55 +03:00

add cleanups to MTR

This commit is contained in:
Timofey Turenko
2025-06-22 00:47:44 +03:00
committed by Leonid Fedorov
parent 7f7552e896
commit 3d64026d0a
16 changed files with 79 additions and 3 deletions

View File

@ -10,3 +10,4 @@ LOAD DATA LOCAL infile 'MTR_SUITE_DIR/../std_data/mcol-4741-part-2-empty-strings
SELECT COUNT(*) FROM t WHERE x='val';
COUNT(*)
2
DROP DATABASE db4741;