1
0
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:
Leonid Fedorov
2025-09-01 16:07:42 +00:00
committed by drrtuy
parent 2e9900ea24
commit 1bcb1a0982
7 changed files with 146 additions and 11 deletions

View File

@@ -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
# -------------------------------------------------------------- #

View File

@@ -0,0 +1,2 @@
REVOKE ALL PRIVILEGES ON *.* FROM 'cejuser'@'localhost';
DROP USER 'cejuser'@'localhost';