You've already forked mariadb-columnstore-engine
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:
committed by
Leonid Fedorov
parent
bdf0a956ff
commit
f277a1f3d0
@ -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;
|
||||
|
Reference in New Issue
Block a user