mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
Merge branch '10.2' into 10.3
This commit is contained in:
commit
b1818dccf7
344 changed files with 8713 additions and 6819 deletions
5
mysql-test/include/maybe_debug.combinations
Normal file
5
mysql-test/include/maybe_debug.combinations
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
[debug]
|
||||
--enable-gdb
|
||||
|
||||
[release]
|
||||
--disable-gdb
|
||||
3
mysql-test/include/maybe_debug.inc
Normal file
3
mysql-test/include/maybe_debug.inc
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# include file for test files that can be run with and without debug
|
||||
# having debug and non-debug tests.
|
||||
let $have_debug=`select version() like '%debug%'`;
|
||||
|
|
@ -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