mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-04-18 21:44:02 +03:00
Merge pull request #3508 from mariadb-corporation/MCOL-5976-disable-warnings
disable warings in tests
This commit is contained in:
commit
d5c8b98162
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user