mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-5215 prerequisite of prerequisite: if DB is not mentioned in connect ignore errors of switching to it
This commit is contained in:
committed by
Sergei Golubchik
parent
2bd41fc5bf
commit
749c127822
@ -39,7 +39,7 @@ execute dump_hosts;
|
||||
#
|
||||
# To avoid noise from main, the background threads are disabled.
|
||||
|
||||
connect (con1, localhost, user1, , );
|
||||
connect (con1, localhost, user1, ,test);
|
||||
|
||||
--connection default
|
||||
|
||||
@ -122,7 +122,7 @@ execute dump_hosts;
|
||||
# select * from performance_schema.events_waits_history_long;
|
||||
# select PROCESSLIST_USER, PROCESSLIST_HOST, INSTRUMENTED from performance_schema.threads;
|
||||
|
||||
connect (con2, localhost, user2, , );
|
||||
connect (con2, localhost, user2, ,test);
|
||||
|
||||
--connection default
|
||||
|
||||
@ -201,7 +201,7 @@ execute dump_accounts;
|
||||
execute dump_users;
|
||||
execute dump_hosts;
|
||||
|
||||
connect (con3, localhost, user3, , );
|
||||
connect (con3, localhost, user3, ,test);
|
||||
|
||||
--connection default
|
||||
|
||||
@ -280,7 +280,7 @@ execute dump_accounts;
|
||||
execute dump_users;
|
||||
execute dump_hosts;
|
||||
|
||||
connect (con4, localhost, user4, , );
|
||||
connect (con4, localhost, user4, ,test);
|
||||
|
||||
--connection default
|
||||
|
||||
|
Reference in New Issue
Block a user