diff options
author | unknown <tomas@poseidon.ndb.mysql.com> | 2005-03-07 21:33:02 +0100 |
---|---|---|
committer | unknown <tomas@poseidon.ndb.mysql.com> | 2005-03-07 21:33:02 +0100 |
commit | 857bc49d289177fba2e4e55846267cf5eb67295d (patch) | |
tree | 086c7e6598044dc67a7ccb3b99aebceaadede276 /ndb/src/ndbapi | |
parent | dcd8383b86fee06ea09bc9ad9a2127aad67f39c0 (diff) | |
parent | 697608976275f21931ff9135515d70ef5d14027d (diff) | |
download | mariadb-git-857bc49d289177fba2e4e55846267cf5eb67295d.tar.gz |
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.0-ndb
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.0-ndb
Diffstat (limited to 'ndb/src/ndbapi')
-rw-r--r-- | ndb/src/ndbapi/ndberror.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ndb/src/ndbapi/ndberror.c b/ndb/src/ndbapi/ndberror.c index 08f2c8dcc7a..b033d81fa33 100644 --- a/ndb/src/ndbapi/ndberror.c +++ b/ndb/src/ndbapi/ndberror.c @@ -494,7 +494,6 @@ ErrorBundle ErrorCodes[] = { { 4242, AE, "Too many indexes" }, { 4243, AE, "Index not found" }, { 4244, OE, "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"}, { 4247, AE, "Illegal index/trigger create/drop/alter request" }, { 4248, AE, "Trigger/index name invalid" }, { 4249, AE, "Invalid table" }, |