1. 06 Nov, 2009 1 commit
  2. 27 Oct, 2009 1 commit
  3. 23 Oct, 2009 5 commits
  4. 20 Oct, 2009 2 commits
    • Bjorn Munch's avatar
      merge 48149 · 0777ef56
      Bjorn Munch authored
      0777ef56
    • unknown's avatar
      Bug#13963 SHOW SLAVE HOSTS is unreliable · 36fd029e
      unknown authored
            
            Before the patch, slaves only appear in the output of SHOW SLAVE HOSTS 
            when report-host option is set. If an expected slave does not appear in  
            the list, nobody knows whether the slave does not connect or has started
            without the "report-host" option. The output also contains a strange  
            field "Rpl_recovery_rank" which has never been implemented and the manual 
            of MySQL5.4 declares that the field has been removed from MySQL5.4.
                                              
            This patch is done with these,
            According to the manual of MySQL5.4, "Rpl_recovery_rank" is removed.
            Slaves will register themselves to master no matter if report_host option is set
            or not. When slaves are registering themselves, their Server_ids, report_host
            and other information are together sent to master. Sever_ids are never null 
            and is unique in one replication group. Slaves always can be identified with  
            different Server_ids no matter if report_host exists.
      36fd029e
  5. 19 Oct, 2009 2 commits
  6. 18 Oct, 2009 2 commits
    • He Zhenxing's avatar
      Postfix of bug#45674 · d8dee8cb
      He Zhenxing authored
      rpl_semi_sync_master_wait_sessions was reset by FLUSH STATUS,
      which could cause the master fail to wake up waiting sessions and
      result in master timeout waiting for slave reply.
      
      rpl_semi_sync_master_wait_session should not be reset, this 
      problem is fixed by this patch.
      
      
      plugin/semisync/semisync_master_plugin.cc:
        Change wait_sessions from SHOW_LONG back to SHOW_FUNC so that it will not be reset by FLUSH STATUS.
      d8dee8cb
    • Bjorn Munch's avatar
      Bug #48133 MTR should not dump entire history of mysqld log when failing to start server · c6533f9e
      Bjorn Munch authored
      Don't print entire log, but use extract_server_log() introduced by 46007
      c6533f9e
  7. 17 Oct, 2009 1 commit
  8. 16 Oct, 2009 10 commits
  9. 15 Oct, 2009 8 commits
  10. 14 Oct, 2009 8 commits