mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Fix for BUG#12003 "assertion failure in testsuite (double lock of
LOCK_thread_count)" and for BUG#12004 "SHOW BINARY LOGS reports 0 for the size of all binlogs but the current one". There are a lot of 4.1->5.0 unmerged changes (hardest are in the optimizer), can't merge; still pushing in 4.1 because my changes are very small. Feel free to ask me if you have problems merging them.
This commit is contained in:
@ -663,7 +663,7 @@ static void close_connections(void)
|
||||
project. This will wake up the socket on Windows and prevent the
|
||||
printing of the error message that we are force closing a connection.
|
||||
*/
|
||||
close_connection(tmp, 0, 1);
|
||||
close_connection(tmp, 0, 0);
|
||||
if (tmp->mysys_var)
|
||||
{
|
||||
tmp->mysys_var->abort=1;
|
||||
|
Reference in New Issue
Block a user