1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

some more if stmt simplifications

This commit is contained in:
Bjorn Munch
2010-12-17 11:30:59 +01:00
parent bdedbcd87e
commit c406c79797
5 changed files with 14 additions and 14 deletions

View File

@ -9,7 +9,7 @@
# --source extra/rpl_tests/rpl_stop_slave.test
#
if (`SELECT "$tmp_table_stm" = ''`)
if (!$tmp_table_stm)
{
--echo \$tmp_table_stm is NULL
--die $tmp_table_stm is NULL