1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

fix MCOL-5572-autoincrement-filtering and mcol-5669 tests

This commit is contained in:
Timofey Turenko
2025-06-23 23:17:33 +03:00
committed by Leonid Fedorov
parent f277a1f3d0
commit 069bdf47f5
4 changed files with 7 additions and 0 deletions

View File

@ -14,4 +14,5 @@ SELECT COUNT(*) FROM (SELECT * FROM t2 UNION ALL SELECT * FROM t1 PARTITION (p0)
COUNT(*)
20
REVOKE ALL PRIVILEGES ON *.* FROM 'cejuser'@'localhost';
DROP USER 'cejuser'@'localhost';
DROP DATABASE MCOL5886;