mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Some if simplifications in tests
This commit is contained in:
@ -68,7 +68,7 @@ while ($_rpl_server)
|
||||
# Only check slave threads for error on hosts that were at some
|
||||
# point configured as slave.
|
||||
--let $_tmp= query_get_value(SHOW SLAVE STATUS, Master_Host, 1)
|
||||
if (`SELECT '$_tmp' != 'No such row'`)
|
||||
if ($_tmp != 'No such row')
|
||||
{
|
||||
--source include/check_slave_no_error.inc
|
||||
}
|
||||
|
Reference in New Issue
Block a user