1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

Fix merge error im the mysql-test/columnstore/basic/t/MCOL-5886-use-of-partitioned-tables-in-crossengine-steps

This commit is contained in:
Timofey Turenko
2025-06-30 11:30:05 +03:00
committed by Leonid Fedorov
parent f1b68b9a19
commit 1adb39db41

View File

@ -6,6 +6,12 @@ DROP DATABASE IF EXISTS MCOL5886;
CREATE DATABASE MCOL5886;
USE MCOL5886;
if (!$MASTER_MYPORT)
{
# Running with --extern
let $MASTER_MYPORT=`SELECT @@port`;
}
--exec $MCS_MCSSETCONFIG CrossEngineSupport User 'cejuser'
--exec $MCS_MCSSETCONFIG CrossEngineSupport Password 'Vagrant1|0000001'
--exec $MCS_MCSSETCONFIG CrossEngineSupport Port $MASTER_MYPORT