summaryrefslogtreecommitdiff
path: root/storage/ndb/src/ndbapi/ndberror.c
diff options
context:
space:
mode:
authorunknown <jonas@perch.ndb.mysql.com>2006-08-21 14:09:50 +0200
committerunknown <jonas@perch.ndb.mysql.com>2006-08-21 14:09:50 +0200
commit9812d796fe7f8a0b7b8c0ede2ea1e257d609707d (patch)
tree7bc6c6dfc839c6f15c5e92ae68968050d391b0c9 /storage/ndb/src/ndbapi/ndberror.c
parentfaa71d3a3f791d2f0e9309b74d692e4bbe074e77 (diff)
downloadmariadb-git-9812d796fe7f8a0b7b8c0ede2ea1e257d609707d.tar.gz
ndb - bug#16310
better error message for creating table with non-existing tablespace storage/ndb/src/ndbapi/NdbDictionaryImpl.cpp: better error reporting storage/ndb/src/ndbapi/ndberror.c: better error reporting
Diffstat (limited to 'storage/ndb/src/ndbapi/ndberror.c')
-rw-r--r--storage/ndb/src/ndbapi/ndberror.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/ndb/src/ndbapi/ndberror.c b/storage/ndb/src/ndbapi/ndberror.c
index d0d26c19cfa..c3874cbf8eb 100644
--- a/storage/ndb/src/ndbapi/ndberror.c
+++ b/storage/ndb/src/ndbapi/ndberror.c
@@ -376,7 +376,7 @@ ErrorBundle ErrorCodes[] = {
{ 752, DMEC, SE, "Invalid file format" },
{ 753, IE, SE, "Invalid filegroup for file" },
{ 754, IE, SE, "Invalid filegroup version when creating file" },
- { 755, DMEC, SE, "Invalid tablespace" },
+ { 755, HA_WRONG_CREATE_OPTION, SE, "Invalid tablespace" },
{ 756, DMEC, SE, "Index on disk column is not supported" },
{ 757, DMEC, SE, "Varsize bitfield not supported" },
{ 758, DMEC, SE, "Tablespace has changed" },