1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +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 1465a5c6b3
commit 1c6985cbf5
8 changed files with 71 additions and 2 deletions

View File

@ -18,3 +18,4 @@ select tablename, autoincrement, nextvalue from calpontsys.syscolumn where autoi
tablename autoincrement nextvalue
foo n 1
DROP DATABASE mcol5572;
DROP DATABASE calpontsys;