mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Galera MTR Tests: Modify mysqltest so that if a --let = SELECT ...
query is interrupted, the test does not fail but the error is communicated to caller
This commit is contained in:
committed by
Daniele Sciascia
parent
8ef727b3d0
commit
05261f97c8
@ -39,7 +39,7 @@ let $wait_timeout= 0;
|
||||
let $wait_condition_reps= 0;
|
||||
while ($wait_counter)
|
||||
{
|
||||
--error 0,ER_NO_SUCH_TABLE,ER_LOCK_WAIT_TIMEOUT,ER_UNKNOWN_COM_ERROR
|
||||
--error 0,ER_NO_SUCH_TABLE,ER_LOCK_WAIT_TIMEOUT,ER_UNKNOWN_COM_ERROR,ER_LOCK_DEADLOCK
|
||||
let $success= `$wait_condition`;
|
||||
inc $wait_condition_reps;
|
||||
if ($success)
|
||||
|
Reference in New Issue
Block a user