mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 03:47:17 +02:00
Last slice of fix for Bug#42003 tests missing the disconnect of connections <> default
+ Fix for Bug#43114 wait_until_count_sessions too restrictive, random PB failures + Removal of a lot of other weaknesses found + modifications according to review
This commit is contained in:
parent
e1a197caba
commit
140cc614c9
39 changed files with 1354 additions and 904 deletions
|
|
@ -2,7 +2,7 @@
|
|||
-- source include/not_embedded.inc
|
||||
|
||||
#
|
||||
# Bug #8731: wait_timeout does not work on Mac OS X
|
||||
# Bug#8731 wait_timeout does not work on Mac OS X
|
||||
#
|
||||
|
||||
|
||||
|
|
@ -87,6 +87,7 @@ while (!`select @aborted_clients`)
|
|||
}
|
||||
}
|
||||
--enable_query_log
|
||||
disconnect wait_con;
|
||||
|
||||
connection con1;
|
||||
# When the connection is closed in this way, the error code should
|
||||
|
|
@ -97,3 +98,5 @@ select 2;
|
|||
--enable_reconnect
|
||||
select 3;
|
||||
disconnect con1;
|
||||
# The last connect is to keep tools checking the current test happy.
|
||||
connect (default,localhost,root,,test,,);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue