List:Commits« Previous MessageNext Message »
From:rsomla Date:May 28 2007 7:15pm
Subject:bk commit into 5.1 tree (rafal:1.2516) BUG#21132
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of rafal. When rafal does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html

ChangeSet@stripped, 2007-05-28 21:14:57+02:00, rafal@quant.(none) +1 -0
  BUG#21132 (Slave fails to reconnect on update_slave_list)
  
  This is a one liner which will fix semantics if SHOW SLAVE HOSTS to 
  display the list of slaves currently registered on the host on which
  it was issued.

  sql/slave.cc@stripped, 2007-05-28 21:14:52+02:00, rafal@quant.(none) +1 -1
    Remove call to update_slave_list() which was executing "SHOW SLAVE
    HOSTS" on master and populating slave_list based on the output.

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	rafal
# Host:	quant.(none)
# Root:	/ext/mysql/bk/mysql-5.1-bug21123

--- 1.307/sql/slave.cc	2007-05-28 21:15:03 +02:00
+++ 1.308/sql/slave.cc	2007-05-28 21:15:03 +02:00
@@ -2020,7 +2020,7 @@
       on with life.
     */
     thd->proc_info = "Registering slave on master";
-    if (register_slave_on_master(mysql) ||  update_slave_list(mysql, mi))
+    if (register_slave_on_master(mysql))
       goto err;
   }
 
Thread
bk commit into 5.1 tree (rafal:1.2516) BUG#21132rsomla28 May