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
disable basic.MCOL-5572-autoincrement-filtering when running without --extern
This commit is contained in:
committed by
Leonid Fedorov
parent
06aff0bd0a
commit
d08766fd7d
@ -2,6 +2,12 @@
|
|||||||
--source ../include/functions.inc
|
--source ../include/functions.inc
|
||||||
--source ../include/syscatalog_mysql.sql
|
--source ../include/syscatalog_mysql.sql
|
||||||
|
|
||||||
|
if ($MASTER_MYPORT)
|
||||||
|
{
|
||||||
|
# Running without --extern
|
||||||
|
--skip Only works with --extern (will work without extern when cleanup issues are fixed)
|
||||||
|
}
|
||||||
|
|
||||||
SET default_storage_engine=columnstore;
|
SET default_storage_engine=columnstore;
|
||||||
|
|
||||||
--disable_warnings
|
--disable_warnings
|
||||||
|
Reference in New Issue
Block a user