mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 12:32:27 +01:00
Additional fix in the test for Bug#58139.
This commit is contained in:
parent
209df6a69f
commit
b2fde131dc
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…
Reference in a new issue