diff options
author | tomas@poseidon.ndb.mysql.com <> | 2005-01-27 10:44:47 +0100 |
---|---|---|
committer | tomas@poseidon.ndb.mysql.com <> | 2005-01-27 10:44:47 +0100 |
commit | 2f4db89288a424eaf4ecad208f45c6516ea2b6f3 (patch) | |
tree | c06d872e8cfa8484caba8bf7226a7dddfd048426 /ndb/include/kernel/signaldata | |
parent | 3b1703b11aa07aa71a213af6c829870c1559280e (diff) | |
download | mariadb-git-2f4db89288a424eaf4ecad208f45c6516ea2b6f3.tar.gz |
moved sorting and duplicate check for unique indexes from api to kernel
Diffstat (limited to 'ndb/include/kernel/signaldata')
-rw-r--r-- | ndb/include/kernel/signaldata/CreateIndx.hpp | 2 |
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: |