mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
MDEV-6066: Merge new defaults from 5.6 and 5.7
cosmetic fixes. test fixes.
This commit is contained in:
parent
e3982cead2
commit
bc12d5fd43
20 changed files with 81 additions and 79 deletions
|
|
@ -63,4 +63,5 @@ ERROR 42000: You are not allowed to create a user with GRANT
|
|||
drop user foo@localhost;
|
||||
drop user bar@localhost;
|
||||
drop role auto_create;
|
||||
drop user auto_create;
|
||||
drop database db;
|
||||
|
|
|
|||
|
|
@ -119,5 +119,5 @@ grant auto_create to foo2@localhost identified by 'pass';
|
|||
drop user foo@localhost;
|
||||
drop user bar@localhost;
|
||||
drop role auto_create;
|
||||
drop user auto_create;
|
||||
drop database db;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue