From: Date: October 21 2008 3:00pm Subject: bzr commit into mysql-5.1 branch (jonas:2705) Bug#28496 List-Archive: http://lists.mysql.com/commits/56686 X-Bug: 28496 Message-Id: <20081021130038.C858B91B1B4@perch.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit #At file:///home/jonas/src/telco-6.2/ 2705 Jonas Oreland 2008-10-21 ndb - bug#28496 modified: storage/ndb/src/ndbapi/ndberror.c === modified file 'storage/ndb/src/ndbapi/ndberror.c' --- a/storage/ndb/src/ndbapi/ndberror.c 2008-09-19 21:49:00 +0000 +++ b/storage/ndb/src/ndbapi/ndberror.c 2008-10-21 13:00:33 +0000 @@ -409,8 +409,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" },