Below is the list of changes that have just been committed into a local
5.1 repository of tomas. When tomas 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.1806 05/03/16 02:08:20 tomas@stripped +1 -0
added drop of event operations to ndb handler
sql/ha_ndbcluster.cc
1.170 05/03/16 02:08:13 tomas@stripped +7 -0
added drop of event operations to ndb handler
# 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: tomas
# Host: poseidon.ndb.mysql.com
# Root: /home/tomas/mysql-5.1-wl2325
--- 1.169/sql/ha_ndbcluster.cc 2005-03-15 11:57:54 +01:00
+++ 1.170/sql/ha_ndbcluster.cc 2005-03-16 02:08:13 +01:00
@@ -7222,6 +7222,13 @@
} // if
} // for(;;)
err:
+ // remove all event operations
+ {
+ NdbEventOperation *op;
+ while ((op = ndb->getEventOperation()))
+ ndb->dropEventOperation(op);
+ }
+
sql_print_information("Stopping Cluster Replication");
thd->cleanup();
| Thread |
|---|
| • bk commit into 5.1 tree (tomas:1.1806) | tomas | 17 Mar |