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
Check for --extern before importing functions in the MCOL-5572-autoincrement-filtering.test
This commit is contained in:
committed by
Leonid Fedorov
parent
d08766fd7d
commit
4df58ffa96
@ -1,13 +1,13 @@
|
|||||||
--source ../include/have_columnstore.inc
|
|
||||||
--source ../include/functions.inc
|
|
||||||
--source ../include/syscatalog_mysql.sql
|
|
||||||
|
|
||||||
if ($MASTER_MYPORT)
|
if ($MASTER_MYPORT)
|
||||||
{
|
{
|
||||||
# Running without --extern
|
# Running without --extern
|
||||||
--skip Only works with --extern (will work without extern when cleanup issues are fixed)
|
--skip Only works with --extern (will work without extern when cleanup issues are fixed)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
--source ../include/have_columnstore.inc
|
||||||
|
--source ../include/functions.inc
|
||||||
|
--source ../include/syscatalog_mysql.sql
|
||||||
|
|
||||||
SET default_storage_engine=columnstore;
|
SET default_storage_engine=columnstore;
|
||||||
|
|
||||||
--disable_warnings
|
--disable_warnings
|
||||||
|
Reference in New Issue
Block a user