ndb - build

  Fix compile error for forte
parent 18d264a1
......@@ -1784,6 +1784,8 @@ private:
*
* XXX only table ops check BlockState
*/
struct DictLockType;
friend struct DictLockType;
struct DictLockType {
DictLockReq::LockType lockType;
......@@ -1791,6 +1793,9 @@ private:
const char* text;
};
struct DictLockRecord;
friend struct DictLockRecord;
struct DictLockRecord {
DictLockReq req;
const DictLockType* lt;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment