mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Tests: many if/while expresissons simplified after 57276
This commit is contained in:
@@ -75,7 +75,7 @@ source include/check_slave_is_running.inc;
|
||||
|
||||
let $slave_count= `select count(*) from t1`;
|
||||
|
||||
if (`select $slave_count != $master_count`)
|
||||
if ($slave_count != $master_count)
|
||||
{
|
||||
echo master and slave differed in number of rows;
|
||||
echo master: $master_count;
|
||||
|
||||
Reference in New Issue
Block a user