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

fix MCOL-5886-use-of-partitioned-tables-in-crossengine-steps test

This commit is contained in:
Timofey Turenko
2025-06-23 17:34:26 +03:00
committed by Leonid Fedorov
parent bdf0a956ff
commit f277a1f3d0
3 changed files with 5 additions and 2 deletions

View File

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