Test wait_timeout: do not fail by SQL syntax error, use die
This commit is contained in:
parent
ad7521df31
commit
8a94240c7d
@ -53,7 +53,7 @@ while (!`select @aborted_clients`)
|
|||||||
dec $retries;
|
dec $retries;
|
||||||
if (!$retries)
|
if (!$retries)
|
||||||
{
|
{
|
||||||
Failed to detect that client has been aborted;
|
die Failed to detect that client has been aborted;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
--enable_query_log
|
--enable_query_log
|
||||||
@ -108,7 +108,7 @@ while (!`select @aborted_clients`)
|
|||||||
dec $retries;
|
dec $retries;
|
||||||
if (!$retries)
|
if (!$retries)
|
||||||
{
|
{
|
||||||
Failed to detect that client has been aborted;
|
die Failed to detect that client has been aborted;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
--enable_query_log
|
--enable_query_log
|
||||||
|
Loading…
x
Reference in New Issue
Block a user