List:Commits« Previous MessageNext Message »
From:tomas Date:February 10 2006 5:00pm
Subject:bk commit into 5.0 tree (tomas:1.2032)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 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.2032 06/02/10 17:59:53 tomas@stripped +1 -0
  manual merge

  sql/ha_ndbcluster.cc
    1.232 06/02/10 17:59:41 tomas@stripped +2 -2
    manual merge

# 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.0

--- 1.231/sql/ha_ndbcluster.cc	2006-02-10 17:50:12 +01:00
+++ 1.232/sql/ha_ndbcluster.cc	2006-02-10 17:59:41 +01:00
@@ -2202,7 +2202,7 @@
       // read into m_ref
       DBUG_DUMP("key", m_ref, NDB_HIDDEN_PRIMARY_KEY_LENGTH);
       
-      if (set_hidden_key(op, table->fields, m_ref))
+      if (set_hidden_key(op, table->s->fields, m_ref))
         ERR_RETURN(op->getNdbError());
     } 
     else 
@@ -2284,7 +2284,7 @@
       // This table has no primary key, use "hidden" primary key
       DBUG_PRINT("info", ("Using hidden key"));
       
-      if (set_hidden_key(op, table->fields, m_ref))
+      if (set_hidden_key(op, table->s->fields, m_ref))
         ERR_RETURN(op->getNdbError());
     } 
     else 
Thread
bk commit into 5.0 tree (tomas:1.2032)tomas10 Feb