From: Date: April 28 2008 6:33pm Subject: bk commit into 5.1 tree (lzhou:1.2578) BUG#28496 List-Archive: http://lists.mysql.com/commits/46101 X-Bug: 28496 Message-Id: <200804281633.m3SGXEG6002695@dev3-63.dev.cn.tlan> 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:32:45+00:00, lzhou@dev3-63.(none) +1 -0 BUG#28496 Add error message for error code 1224 and 1227 storage/ndb/src/ndbapi/ndberror.c@stripped, 2008-04-28 16:32:38+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:32:38 +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" },