diff options
author | unknown <pekka@mysql.com> | 2005-03-06 14:09:28 +0100 |
---|---|---|
committer | unknown <pekka@mysql.com> | 2005-03-06 14:09:28 +0100 |
commit | 697608976275f21931ff9135515d70ef5d14027d (patch) | |
tree | 2c7cf33921424db1d84205cf224de74ed80ba4fd /ndb/src/ndbapi | |
parent | 3484af86db9a422741504831e5b283a862b9934f (diff) | |
download | mariadb-git-697608976275f21931ff9135515d70ef5d14027d.tar.gz |
ndb - remove obsolete attribute storage type ACC vs TUP
ndb/include/kernel/signaldata/CreateEvnt.hpp:
remove obsolete attribute storage type ACC vs TUP
ndb/include/kernel/signaldata/CreateIndx.hpp:
remove obsolete attribute storage type ACC vs TUP
ndb/src/ndbapi/ndberror.c:
remove obsolete attribute storage type ACC vs TUP
ndb/test/include/NdbSchemaOp.hpp:
remove obsolete attribute storage type ACC vs TUP
ndb/test/ndbapi/bench/userInterface.cpp:
remove obsolete attribute storage type ACC vs TUP
ndb/test/src/NdbSchemaOp.cpp:
remove obsolete attribute storage type ACC vs TUP
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" }, |