List:Internals« Previous MessageNext Message »
From:Martin Skold Date:April 25 2005 11:54am
Subject:bk commit into 4.1 tree (mskold:1.2209)
View as plain text  
Below is the list of changes that have just been committed into a local
4.1 repository of marty. When marty 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.2209 05/04/25 11:54:00 mskold@stripped +1 -0
  Post review fix of ndbcluster_drop_database, typo

  sql/ha_ndbcluster.cc
    1.147 05/04/25 11:53:19 mskold@stripped +1 -1
    Post review fix of ndbcluster_drop_database, typo

# 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:	mskold
# Host:	blowfish.ndb.mysql.com
# Root:	/usr/local/home/marty/MySQL/mysql-4.1

--- 1.146/sql/ha_ndbcluster.cc	Mon Apr 25 11:34:40 2005
+++ 1.147/sql/ha_ndbcluster.cc	Mon Apr 25 11:53:19 2005
@@ -4355,7 +4355,7 @@
   List_iterator_fast<char> it(drop_list);
   while ((tabname=it++))
   {
-    if (!dict->dropTable(tabname))
+    if (dict->dropTable(tabname))
     {
       const NdbError err= dict->getNdbError();
       if (err.code != 709)
Thread
bk commit into 4.1 tree (mskold:1.2209)Martin Skold25 Apr