mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 03:17:20 +02:00
Merge remote-tracking branch 'origin/10.1' into 10.2
This commit is contained in:
commit
98eb9518db
24 changed files with 316 additions and 146 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue