1
0
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:
Bjorn Munch
2010-12-20 15:15:01 +01:00
16 changed files with 33 additions and 36 deletions

View File

@ -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
}