List:Commits« Previous MessageNext Message »
From:tomas Date:February 28 2006 4:27pm
Subject:bk commit into 5.1 tree (tomas:1.2196) BUG#17499
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
  1.2196 06/02/28 16:27:33 tomas@stripped +1 -0
  Bug#17499, complementing patch

  sql/ha_ndbcluster.cc
    1.277 06/02/28 16:27:27 tomas@stripped +3 -1
    Bug#17499, complementing patch

# 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-new

--- 1.276/sql/ha_ndbcluster.cc	2006-02-28 14:29:40 +01:00
+++ 1.277/sql/ha_ndbcluster.cc	2006-02-28 16:27:27 +01:00
@@ -5176,8 +5176,10 @@
   
   res= get_metadata(name);
   if (!res)
+  {
     info(HA_STATUS_VARIABLE | HA_STATUS_CONST);
-
+    extra(HA_EXTRA_RESET);
+  }
   DBUG_RETURN(res);
 }
 
Thread
bk commit into 5.1 tree (tomas:1.2196) BUG#17499tomas28 Feb