• unknown's avatar
    Fix for BUG#12003 "assertion failure in testsuite (double lock of · 750eedd9
    unknown authored
     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.
    
    
    mysql-test/r/rpl_log.result:
      correcting binlog sizes
    mysql-test/r/rpl_rotate_logs.result:
      correcting binlog sizes
    sql/mysqld.cc:
      don't lock LOCK_thread_count when you already have it
    sql/sql_repl.cc:
      my_open() needs the complete name, not only the base name
    750eedd9
sql_repl.cc 40.2 KB