Tests: many if/while expresissons simplified after 57276

This commit is contained in:
Bjorn Munch 2010-11-17 11:16:13 +01:00
commit ef4458af07
53 changed files with 211 additions and 182 deletions

View file

@ -117,7 +117,7 @@ let $before= query_get_value(SHOW GLOBAL STATUS LIKE 'com_select',Value,1);
let $after= query_get_value(SHOW GLOBAL STATUS LIKE 'com_select',Value,1);
if (`select $after != $before`){
if ($after != $before){
SHOW GLOBAL STATUS LIKE 'com_select';
die The value of com_select changed during change_user;
}