1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-29 08:21:15 +03:00

disable basic.MCOL-5572-autoincrement-filtering when running without --extern

This commit is contained in:
Timofey Turenko
2025-06-25 19:42:39 +03:00
committed by Leonid Fedorov
parent 06aff0bd0a
commit d08766fd7d

View File

@ -2,6 +2,12 @@
--source ../include/functions.inc
--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;
--disable_warnings