mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Some if simplifications in tests
This commit is contained in:
@ -36,7 +36,7 @@
|
||||
--source include/save_master_pos.inc
|
||||
|
||||
--let $rpl_connection_name= slave
|
||||
if (`SELECT '$sync_slave_connection' != ''`)
|
||||
if ($sync_slave_connection)
|
||||
{
|
||||
--let $rpl_connection_name= $sync_slave_connection
|
||||
}
|
||||
|
Reference in New Issue
Block a user