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
test(rbo): initial test
This commit is contained in:
17
mysql-test/columnstore/include/cross_engine.inc
Normal file
17
mysql-test/columnstore/include/cross_engine.inc
Normal file
@@ -0,0 +1,17 @@
|
||||
# -------------------------------------------------------------- #
|
||||
# Enable cross engine join
|
||||
# Configure user and password in Columnstore.xml file
|
||||
# -------------------------------------------------------------- #
|
||||
--exec /usr/bin/mcsSetConfig CrossEngineSupport User 'cejuser'
|
||||
--exec /usr/bin/mcsSetConfig CrossEngineSupport Password 'Vagrant1|0000001'
|
||||
# -------------------------------------------------------------- #
|
||||
# Create corresponding in the server
|
||||
# -------------------------------------------------------------- #
|
||||
|
||||
--disable_warnings
|
||||
CREATE USER IF NOT EXISTS'cejuser'@'localhost' IDENTIFIED BY 'Vagrant1|0000001';
|
||||
--enable_warnings
|
||||
|
||||
GRANT ALL PRIVILEGES ON *.* TO 'cejuser'@'localhost';
|
||||
FLUSH PRIVILEGES;
|
||||
|
||||
Reference in New Issue
Block a user