1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +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:
gbichot@production.mysql.com
2005-07-18 14:46:53 +02:00
parent 00c3b9438d
commit 7cd2fb13ff
4 changed files with 9 additions and 9 deletions

View File

@@ -68,12 +68,12 @@ master-bin.000002 168 Query 1 168 use `test`; insert into t1 values (1)
master-bin.000002 228 Query 1 228 use `test`; drop table t1
show binary logs;
Log_name File_size
master-bin.000001 0
master-bin.000001 1171
master-bin.000002 276
start slave;
show binary logs;
Log_name File_size
slave-bin.000001 0
slave-bin.000001 1285
slave-bin.000002 170
show binlog events in 'slave-bin.000001' from 4;
Log_name Pos Event_type Server_id Orig_log_pos Info