You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-07 03:22:57 +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;
|
||||
|
Reference in New Issue
Block a user