List:Commits« Previous MessageNext Message »
From:tomas Date:June 21 2006 6:49am
Subject:bk commit into 5.1 tree (tomas:1.2233)
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.2233 06/06/21 08:49:40 tomas@stripped +1 -0
  Merge tulin@stripped:/home/bk/mysql-5.1
  into  poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new-ndb

  storage/ndb/src/ndbapi/ndberror.c
    1.65 06/06/21 08:49:29 tomas@stripped +0 -0
    Auto merged

# 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-ndb/RESYNC

--- 1.64/storage/ndb/src/ndbapi/ndberror.c	2006-06-17 13:11:00 +02:00
+++ 1.65/storage/ndb/src/ndbapi/ndberror.c	2006-06-21 08:49:29 +02:00
@@ -284,6 +284,7 @@
   /**
    * Application error
    */
+  { 763,  DMEC, AE, "Alter table requires cluster nodes to have exact same version" },
   { 823,  DMEC, AE, "Too much attrinfo from application in tuple manager" },
   { 831,  DMEC, AE, "Too many nullable/bitfields in table definition" },
   { 876,  DMEC, AE, "876" },
@@ -344,6 +345,7 @@
   /**
    * SchemaError
    */
+  { 311,  DMEC, AE, "Undefined partition used in setPartitionId" },
   { 703,  DMEC, SE, "Invalid table format" },
   { 704,  DMEC, SE, "Attribute name too long" },
   { 705,  DMEC, SE, "Table name too long" },
Thread
bk commit into 5.1 tree (tomas:1.2233)tomas21 Jun