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:
@ -46,7 +46,7 @@ if (!$rpl_diff_statement)
|
||||
|
||||
# Get database name.
|
||||
--let $_rpl_diff_database= $rpl_diff_database
|
||||
if (`SELECT '$_rpl_diff_database' = ''`)
|
||||
if (!$_rpl_diff_database)
|
||||
{
|
||||
--let $_rpl_diff_database= test
|
||||
}
|
||||
|
Reference in New Issue
Block a user