summaryrefslogtreecommitdiff
path: root/ndb/src
diff options
context:
space:
mode:
authorunknown <mskold@mysql.com>2004-08-13 14:33:59 +0200
committerunknown <mskold@mysql.com>2004-08-13 14:33:59 +0200
commitb8c73f8100c386867a285958d3ec78b20682019e (patch)
tree29c95a562282163ca9589bd7dffbaa9cb533e96c /ndb/src
parent55cc6be43c85b40b0a9c510c9a6630c8df7d3137 (diff)
downloadmariadb-git-b8c73f8100c386867a285958d3ec78b20682019e.tar.gz
Removed unused error code
Diffstat (limited to 'ndb/src')
-rw-r--r--ndb/src/ndbapi/ndberror.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ndb/src/ndbapi/ndberror.c b/ndb/src/ndbapi/ndberror.c
index 760322d669d..114731261cd 100644
--- a/ndb/src/ndbapi/ndberror.c
+++ b/ndb/src/ndbapi/ndberror.c
@@ -404,7 +404,6 @@ ErrorBundle ErrorCodes[] = {
{ 4243, AE, "Index not found" },
{ 4244, AE, "Index or table with given name already exists" },
{ 4245, AE, "Index attribute must be defined as stored, i.e. the StorageAttributeType must be defined as NormalStorageAttribute"},
- { 4246, AE, "Combined index attributes are not allowed to be NULL attributes" },
{ 4247, AE, "Illegal index/trigger create/drop/alter request" },
{ 4248, AE, "Trigger/index name invalid" },
{ 4249, AE, "Invalid table" },