From: Date: February 5 2009 2:03pm Subject: bzr commit into mysql-5.1-telco-6.2 branch (tomas.ulin:2811) Bug#32662 List-Archive: http://lists.mysql.com/commits/65332 X-Bug: 32662 Message-Id: <20090205130347.8C3854419B@linux.local> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit #At file:///home/tomas/mysql_src/mysql-5.1-telco-6.2/ 2811 Tomas Ulin 2009-02-05 Bug #32662 Missleading error message when trying to create already existing tablespace modified: storage/ndb/src/ndbapi/ndberror.c === modified file 'storage/ndb/src/ndbapi/ndberror.c' --- a/storage/ndb/src/ndbapi/ndberror.c 2009-01-13 08:39:34 +0000 +++ b/storage/ndb/src/ndbapi/ndberror.c 2009-02-05 13:03:37 +0000 @@ -365,7 +365,7 @@ ErrorBundle ErrorCodes[] = { { 708, DMEC, SE, "No more attribute metadata records (increase MaxNoOfAttributes)" }, { 709, HA_ERR_NO_SUCH_TABLE, SE, "No such table existed" }, { 710, DMEC, SE, "Internal: Get by table name not supported, use table id." }, - { 721, HA_ERR_TABLE_EXIST, OE, "Table or index with given name already exists" }, + { 721, HA_ERR_TABLE_EXIST, OE, "Schema object with given name already exists" }, { 723, HA_ERR_NO_SUCH_TABLE, SE, "No such table existed" }, { 736, DMEC, SE, "Unsupported array size" }, { 737, HA_WRONG_CREATE_OPTION, SE, "Attribute array size too big" },