List:Internals« Previous MessageNext Message »
From:tomas Date:May 18 2005 10:22am
Subject:bk commit into 4.1 tree (tulin:1.2276)
View as plain text  
Below is the list of changes that have just been committed into a local
4.1 repository of ndbdev. When ndbdev 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.2276 05/05/18 10:22:27 tulin@stripped +2 -0
  ndberror.c:
    updated error message for ndb

  BitKeeper/etc/logging_ok
    1.393 05/05/18 10:22:27 tulin@stripped +1 -0
    Logging to logging@stripped accepted

  ndb/src/ndbapi/ndberror.c
    1.26 05/05/18 10:06:53 ndbdev@stripped +2 -2
    updated error message for ndb

# 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:	tulin
# Host:	dl145c.mysql.com
# Root:	/home/ndbdev/tomas/mysql-4.1

--- 1.392/BitKeeper/etc/logging_ok	Mon May 16 11:19:08 2005
+++ 1.393/BitKeeper/etc/logging_ok	Wed May 18 10:22:27 2005
@@ -250,6 +250,7 @@
 tsmith@stripped
 tulin@stripped
 tulin@stripped
+tulin@stripped
 tulin@stripped
 ulli@morbus.(none)
 venu@stripped

--- 1.25/ndb/src/ndbapi/ndberror.c	Tue May  3 12:16:28 2005
+++ 1.26/ndb/src/ndbapi/ndberror.c	Wed May 18 10:06:53 2005
@@ -298,8 +298,8 @@
   { 703,  SE, "Invalid table format" },
   { 704,  SE, "Attribute name too long" },
   { 705,  SE, "Table name too long" },
-  { 707,  SE, "No more table metadata records" },  
-  { 708,  SE, "No more attribute metadata records" },
+  { 707,  SE, "No more table metadata records (increase MaxNoOfTables)" },  
+  { 708,  SE, "No more attribute metadata records (increase MaxNoOfAttributes)" },
   { 709,  SE, "No such table existed" },
   { 721,  SE, "Table or index with given name already exists" },
   { 723,  SE, "No such table existed" },
Thread
bk commit into 4.1 tree (tulin:1.2276)tomas18 May