List:Internals« Previous MessageNext Message »
From:Stewart Smith Date:April 19 2005 12:24am
Subject:bk commit into 5.1 tree (stewart:1.1808)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 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.1808 05/04/19 08:23:58 stewart@stripped +1 -0
  Merge ssmith@stripped:/home/bk/mysql-5.1-wl2325
  into mysql.com:/home/stewart/Documents/MySQL/5.1/wl2325

  sql/ha_ndbcluster.cc
    1.213 05/04/19 08:23:55 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.1/wl2325/RESYNC

--- 1.212/sql/ha_ndbcluster.cc	2005-04-18 16:40:31 +10:00
+++ 1.213/sql/ha_ndbcluster.cc	2005-04-19 08:23:55 +10:00
@@ -6558,7 +6558,7 @@
       if ((share->use_count - (int)(share->op != 0) - (int)(share->op != 0))
<= 1)
       {
 	// Util thread and injector thread is the only user, skip statistics
-	free(&share);
+	free_share(&share);
 	continue;
       }
 #endif
@@ -7894,6 +7894,7 @@
 #ifndef DEBUG_OFF
     share->no_use_count_check= 1;
 #endif
+    free_share(&share); // old event op already has reference
     DBUG_RETURN(0);
   }
 
Thread
bk commit into 5.1 tree (stewart:1.1808)Stewart Smith19 Apr