diff options
Diffstat (limited to 'ndb/include/kernel/signaldata/DictTabInfo.hpp')
-rw-r--r-- | ndb/include/kernel/signaldata/DictTabInfo.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ndb/include/kernel/signaldata/DictTabInfo.hpp b/ndb/include/kernel/signaldata/DictTabInfo.hpp index 81bc95e5128..57111a8aea1 100644 --- a/ndb/include/kernel/signaldata/DictTabInfo.hpp +++ b/ndb/include/kernel/signaldata/DictTabInfo.hpp @@ -274,6 +274,7 @@ public: Uint32 MinRowsLow; Uint32 MinRowsHigh; + Table() {} void init(); }; @@ -334,6 +335,7 @@ public: Uint32 AttributeAutoIncrement; char AttributeDefaultValue[MAX_ATTR_DEFAULT_VALUE_SIZE]; + Attribute() {} void init(); inline |