List:Commits« Previous MessageNext Message »
From:tomas Date:September 6 2007 8:20pm
Subject:bk commit into 5.1 tree (tomas:1.2606)
View as plain text  
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@stripped, 2007-09-06 22:20:50+02:00, tomas@stripped +1 -0
  always drop the event and event operation

  sql/ha_ndbcluster.cc@stripped, 2007-09-06 22:20:47+02:00, tomas@stripped +0 -1
    always drop the event and event operation

diff -Nrup a/sql/ha_ndbcluster.cc b/sql/ha_ndbcluster.cc
--- a/sql/ha_ndbcluster.cc	2007-09-06 15:50:34 +02:00
+++ b/sql/ha_ndbcluster.cc	2007-09-06 22:20:47 +02:00
@@ -6679,7 +6679,6 @@ retry_temporary_error1:
   */
   int table_dropped= dict->getNdbError().code != 709;
 
-  if (share && (share->op || share->new_op))
   {
     String event_name(INJECTOR_EVENT_LEN);
     ndb_rep_event_name(&event_name, path + sizeof(share_prefix) - 1, 0);
Thread
bk commit into 5.1 tree (tomas:1.2606)tomas6 Sep