summaryrefslogtreecommitdiff
path: root/ndb/include/kernel
diff options
context:
space:
mode:
authorunknown <tomas@poseidon.ndb.mysql.com>2005-01-27 10:44:47 +0100
committerunknown <tomas@poseidon.ndb.mysql.com>2005-01-27 10:44:47 +0100
commit8d35dbaf1c7fa5f5fb0f45f0dbef2aa22a7d1730 (patch)
treec06d872e8cfa8484caba8bf7226a7dddfd048426 /ndb/include/kernel
parentc9b2085497bcb417efb50fd9eedc286782260ad9 (diff)
downloadmariadb-git-8d35dbaf1c7fa5f5fb0f45f0dbef2aa22a7d1730.tar.gz
moved sorting and duplicate check for unique indexes from api to kernel
ndb/Makefile.am: added ndbapi-examples directory to src distibution
Diffstat (limited to 'ndb/include/kernel')
-rw-r--r--ndb/include/kernel/signaldata/CreateIndx.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ndb/include/kernel/signaldata/CreateIndx.hpp b/ndb/include/kernel/signaldata/CreateIndx.hpp
index 3e277b38dea..7d6c0f756dc 100644
--- a/ndb/include/kernel/signaldata/CreateIndx.hpp
+++ b/ndb/include/kernel/signaldata/CreateIndx.hpp
@@ -207,7 +207,7 @@ public:
NotUnique = 4251,
AllocationError = 4252,
CreateIndexTableFailed = 4253,
- InvalidAttributeOrder = 4255
+ DuplicateAttributes = 4258
};
private: