MDEV-6066: Merge new defaults from 5.6 and 5.7

cosmetic fixes. test fixes.
This commit is contained in:
Sergei Golubchik 2015-09-03 18:06:55 +02:00
commit bc12d5fd43
20 changed files with 81 additions and 79 deletions

View file

@ -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;

View file

@ -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;