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 test
This commit is contained in:
committed by
Leonid Fedorov
parent
3d64026d0a
commit
bdf0a956ff
@ -18,4 +18,3 @@ select tablename, autoincrement, nextvalue from calpontsys.syscolumn where autoi
|
|||||||
tablename autoincrement nextvalue
|
tablename autoincrement nextvalue
|
||||||
foo n 1
|
foo n 1
|
||||||
DROP DATABASE mcol5572;
|
DROP DATABASE mcol5572;
|
||||||
DROP DATABASE calpontsys;
|
|
||||||
|
@ -22,4 +22,3 @@ select tablename, autoincrement, nextvalue from calpontsys.syscolumn where autoi
|
|||||||
|
|
||||||
DROP DATABASE mcol5572;
|
DROP DATABASE mcol5572;
|
||||||
--source ../include/drop_functions.inc
|
--source ../include/drop_functions.inc
|
||||||
DROP DATABASE calpontsys;
|
|
||||||
|
Reference in New Issue
Block a user