mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Tests: many if/while expresissons simplified after 57276
This commit is contained in:
@ -17,7 +17,7 @@ select LENGTH("$MYSQL_UPGRADE")>0 as have_mysql_upgrade;
|
||||
# Therefore, truncate the log table in advance and issue a statement
|
||||
# that should be logged.
|
||||
#
|
||||
if (`SELECT $VALGRIND_TEST`)
|
||||
if ($VALGRIND_TEST)
|
||||
{
|
||||
--disable_query_log
|
||||
--disable_result_log
|
||||
|
Reference in New Issue
Block a user