List:Commits« Previous MessageNext Message »
From:lzhou Date:April 28 2008 6:25pm
Subject:bk commit into 5.1 tree (lzhou:1.2578)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of lzhou.  When lzhou 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@stripped, 2008-04-28 16:25:25+00:00, lzhou@dev3-63.(none) +1 -0
  Add error message for error code 1224 and 1227

  storage/ndb/src/ndbapi/ndberror.c@stripped, 2008-04-28 16:25:17+00:00, lzhou@dev3-63.(none)
+2 -0
    Add error messages

diff -Nrup a/storage/ndb/src/ndbapi/ndberror.c b/storage/ndb/src/ndbapi/ndberror.c
--- a/storage/ndb/src/ndbapi/ndberror.c	2008-01-31 14:23:18 +00:00
+++ b/storage/ndb/src/ndbapi/ndberror.c	2008-04-28 16:25:17 +00:00
@@ -407,8 +407,10 @@ ErrorBundle ErrorCodes[] = {
   { 906,  DMEC, SE, "Unsupported attribute type in index" },
   { 907,  DMEC, SE, "Unsupported character set in table or index" },
   { 908,  DMEC, IS, "Invalid ordered index tree node size" },
+  { 1224, HA_WRONG_CREATE_OPTION, SE, "Too many fragments" },
   { 1225, DMEC, SE, "Table not defined in local query handler" },
   { 1226, DMEC, SE, "Table is being dropped" },
+  { 1227, HA_WRONG_CREATE_OPTION, SE, "Invalid schema version" },
   { 1228, DMEC, SE, "Cannot use drop table for drop index" },
   { 1229, DMEC, SE, "Too long frm data supplied" },
   { 1231, DMEC, SE, "Invalid table or index to scan" },
Thread
bk commit into 5.1 tree (lzhou:1.2578)lzhou28 Apr