You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-11-02 06:13:16 +03:00
chore(tests): now RBO tests can run without --extern
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
# -------------------------------------------------------------- #
|
||||
--exec /usr/bin/mcsSetConfig CrossEngineSupport User 'cejuser'
|
||||
--exec /usr/bin/mcsSetConfig CrossEngineSupport Password 'Vagrant1|0000001'
|
||||
--exec $MCS_MCSSETCONFIG CrossEngineSupport Port $MASTER_MYPORT
|
||||
|
||||
# -------------------------------------------------------------- #
|
||||
# Create corresponding in the server
|
||||
# -------------------------------------------------------------- #
|
||||
|
||||
2
mysql-test/columnstore/include/drop_cross_engine.inc
Normal file
2
mysql-test/columnstore/include/drop_cross_engine.inc
Normal file
@@ -0,0 +1,2 @@
|
||||
REVOKE ALL PRIVILEGES ON *.* FROM 'cejuser'@'localhost';
|
||||
DROP USER 'cejuser'@'localhost';
|
||||
Reference in New Issue
Block a user