List:Internals« Previous MessageNext Message »
From:Stewart Smith Date:July 14 2005 9:43am
Subject:bk commit into 5.0 tree (stewart:1.1927)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of stewart. When stewart 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
  1.1927 05/07/14 17:43:35 stewart@stripped +1 -0
  Merge mysql.com:/home/stewart/Documents/MySQL/4.1/main
  into  mysql.com:/home/stewart/Documents/MySQL/5.0/main

  sql/slave.cc
    1.251 05/07/14 17:43:23 stewart@stripped +0 -0
    Auto merged

# 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:	stewart
# Host:	kennedy.(none)
# Root:	/home/stewart/Documents/MySQL/5.0/main/RESYNC

--- 1.250/sql/slave.cc	2005-07-13 12:00:47 +10:00
+++ 1.251/sql/slave.cc	2005-07-14 17:43:23 +10:00
@@ -3639,6 +3639,7 @@
   net_end(&thd->net); // destructor will not free it, because net.vio is 0
   pthread_mutex_lock(&LOCK_thread_count);
   THD_CHECK_SENTRY(thd);
+  close_thread_tables(thd);
   delete thd;
   pthread_mutex_unlock(&LOCK_thread_count);
   pthread_cond_broadcast(&mi->stop_cond);	// tell the world we are done
Thread
bk commit into 5.0 tree (stewart:1.1927)Stewart Smith14 Jul