mirror of
https://github.com/MariaDB/server.git
synced 2025-01-23 15:24:16 +01:00
merge from latest 5.5-bugteam
This commit is contained in:
commit
6bad2a2a44
1 changed files with 1 additions and 1 deletions
|
@ -400,7 +400,7 @@ FLUSH PRIVILEGES;
|
|||
--echo #
|
||||
|
||||
--echo # Executing 'mysql'
|
||||
--exec $MYSQL -u root -S $MASTER_MYSOCK -P $MASTER_MYPORT --default-auth=auth_test_plugin $PLUGIN_AUTH_OPT -e 'SELECT 1'
|
||||
--exec $MYSQL -u root -S $MASTER_MYSOCK -P $MASTER_MYPORT --default-auth=auth_test_plugin $PLUGIN_AUTH_OPT -e "SELECT 1"
|
||||
|
||||
--echo # Executing 'mysqladmin'
|
||||
--exec $MYSQLADMIN -u root -S $MASTER_MYSOCK -P $MASTER_MYPORT --default-auth=auth_test_plugin $PLUGIN_AUTH_OPT ping
|
||||
|
|
Loading…
Add table
Reference in a new issue