mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size)
This commit is contained in:
committed by
Sergei Golubchik
parent
21daa7b929
commit
e3982cead2
@ -493,6 +493,7 @@ let $connect_user= root;
|
||||
--echo # length of user name = 10 character
|
||||
--echo # length of default db = 9 character
|
||||
#========================================================================
|
||||
CREATE USER 'root012345'@'localhost';
|
||||
GRANT ALL PRIVILEGES ON *.* TO 'root012345'@'localhost';
|
||||
let $connect_host= localhost;
|
||||
let $connect_db= mysqltest;
|
||||
@ -504,6 +505,7 @@ DROP USER 'root012345'@'localhost';
|
||||
--echo # length of user name = 14 character
|
||||
--echo # length of default db = 9 character
|
||||
#========================================================================
|
||||
CREATE USER 'root0123456789'@'localhost';
|
||||
GRANT ALL PRIVILEGES ON *.* to 'root0123456789'@'localhost';
|
||||
let $connect_host= localhost;
|
||||
let $connect_db= mysqltest;
|
||||
|
Reference in New Issue
Block a user