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-5572-autoincrement-filtering and mcol-5669 tests
This commit is contained in:
committed by
Leonid Fedorov
parent
f277a1f3d0
commit
069bdf47f5
@ -25,4 +25,5 @@ SELECT COUNT(*) FROM (SELECT * FROM t1 PARTITION (p0)) tt;
|
||||
|
||||
SELECT COUNT(*) FROM (SELECT * FROM t2 UNION ALL SELECT * FROM t1 PARTITION (p0)) tt;
|
||||
REVOKE ALL PRIVILEGES ON *.* FROM 'cejuser'@'localhost';
|
||||
DROP USER 'cejuser'@'localhost';
|
||||
DROP DATABASE MCOL5886;
|
||||
|
Reference in New Issue
Block a user