mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +03:00
MDEV-6066: Merge new defaults from 5.6 and 5.7
cosmetic fixes. test fixes.
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
create database db1;
|
||||
create user user_1@localhost;
|
||||
create user USER_1@localhost;
|
||||
GRANT CREATE ON db1.* to user_1@localhost;
|
||||
GRANT SELECT ON db1.* to USER_1@localhost;
|
||||
CREATE TABLE t1(f1 int);
|
||||
|
Reference in New Issue
Block a user