You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-16 04:01:52 +03:00
disable warings in tests
This commit is contained in:
@ -18,7 +18,9 @@ USE tpch1;
|
||||
# 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;
|
||||
|
@ -22,7 +22,9 @@ drop table if exists mcol2225c;
|
||||
# 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;
|
||||
|
@ -22,7 +22,9 @@ DROP TABLE IF EXISTS test.mcol812b;
|
||||
# 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