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