Loading ndb/include/kernel/signaldata/AlterTable.hpp +2 −1 Original line number Diff line number Diff line Loading @@ -130,7 +130,8 @@ public: NullablePrimaryKey = 740, UnsupportedChange = 741, BackupInProgress = 762, IncompatibleVersions = 763 IncompatibleVersions = 763, SingleUser = 299 }; private: Loading ndb/include/kernel/signaldata/CreateIndx.hpp +2 −1 Original line number Diff line number Diff line Loading @@ -206,7 +206,8 @@ public: NotUnique = 4251, AllocationError = 4252, CreateIndexTableFailed = 4253, DuplicateAttributes = 4258 DuplicateAttributes = 4258, SingleUser = 299 }; CreateIndxConf m_conf; Loading ndb/include/kernel/signaldata/CreateTable.hpp +2 −1 Original line number Diff line number Diff line Loading @@ -91,7 +91,8 @@ public: RecordTooBig = 738, InvalidPrimaryKeySize = 739, NullablePrimaryKey = 740, InvalidCharset = 743 InvalidCharset = 743, SingleUser = 299 }; private: Loading ndb/include/kernel/signaldata/DropIndx.hpp +2 −1 Original line number Diff line number Diff line Loading @@ -172,7 +172,8 @@ public: IndexNotFound = 4243, BadRequestType = 4247, InvalidName = 4248, NotAnIndex = 4254 NotAnIndex = 4254, SingleUser = 299 }; STATIC_CONST( SignalLength = DropIndxConf::SignalLength + 3 ); Loading ndb/include/kernel/signaldata/DropTable.hpp +2 −1 Original line number Diff line number Diff line Loading @@ -58,7 +58,8 @@ public: InvalidTableVersion = 241, DropInProgress = 283, NoDropTableRecordAvailable = 1229, BackupInProgress = 761 BackupInProgress = 761, SingleUser = 299 }; }; Loading Loading
ndb/include/kernel/signaldata/AlterTable.hpp +2 −1 Original line number Diff line number Diff line Loading @@ -130,7 +130,8 @@ public: NullablePrimaryKey = 740, UnsupportedChange = 741, BackupInProgress = 762, IncompatibleVersions = 763 IncompatibleVersions = 763, SingleUser = 299 }; private: Loading
ndb/include/kernel/signaldata/CreateIndx.hpp +2 −1 Original line number Diff line number Diff line Loading @@ -206,7 +206,8 @@ public: NotUnique = 4251, AllocationError = 4252, CreateIndexTableFailed = 4253, DuplicateAttributes = 4258 DuplicateAttributes = 4258, SingleUser = 299 }; CreateIndxConf m_conf; Loading
ndb/include/kernel/signaldata/CreateTable.hpp +2 −1 Original line number Diff line number Diff line Loading @@ -91,7 +91,8 @@ public: RecordTooBig = 738, InvalidPrimaryKeySize = 739, NullablePrimaryKey = 740, InvalidCharset = 743 InvalidCharset = 743, SingleUser = 299 }; private: Loading
ndb/include/kernel/signaldata/DropIndx.hpp +2 −1 Original line number Diff line number Diff line Loading @@ -172,7 +172,8 @@ public: IndexNotFound = 4243, BadRequestType = 4247, InvalidName = 4248, NotAnIndex = 4254 NotAnIndex = 4254, SingleUser = 299 }; STATIC_CONST( SignalLength = DropIndxConf::SignalLength + 3 ); Loading
ndb/include/kernel/signaldata/DropTable.hpp +2 −1 Original line number Diff line number Diff line Loading @@ -58,7 +58,8 @@ public: InvalidTableVersion = 241, DropInProgress = 283, NoDropTableRecordAvailable = 1229, BackupInProgress = 761 BackupInProgress = 761, SingleUser = 299 }; }; Loading