mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
Tests: many if/while expresissons simplified after 57276
This commit is contained in:
parent
49ce7daa94
commit
ef4458af07
53 changed files with 211 additions and 182 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue