mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge rurik.mysql.com:/home/igor/mysql-4.1
into rurik.mysql.com:/home/igor/dev/mysql-4.1-0
This commit is contained in:
@ -19,7 +19,9 @@ connection master;
|
||||
|
||||
connect (con1,localhost,root,,);
|
||||
connect (con2,localhost,root,,);
|
||||
connect (con3,localhost,test,,);
|
||||
# user 'boo' does not exist, because we want to be ''@localhost or ''@127.0.0.1
|
||||
# (using user 'test' conflicts with what connect.test does).
|
||||
connect (con3,localhost,boo,,);
|
||||
|
||||
# We are going to use SET PSEUDO_THREAD_ID in this test;
|
||||
# check that it requires the SUPER privilege.
|
||||
|
Reference in New Issue
Block a user