summaryrefslogtreecommitdiff
path: root/ndb
diff options
context:
space:
mode:
authorunknown <jonas@perch.ndb.mysql.com>2006-06-29 11:39:07 +0200
committerunknown <jonas@perch.ndb.mysql.com>2006-06-29 11:39:07 +0200
commit474c4e9206302532c8fbd82fc4fa7c434f72ef16 (patch)
treeeda6c2f964289f4cdcf3ae97a7710390bb33e10f /ndb
parent9016a6be2072e93d72656fa7c7822ee93d2000a9 (diff)
downloadmariadb-git-474c4e9206302532c8fbd82fc4fa7c434f72ef16.tar.gz
ndb - build
Fix compile error for forte ndb/src/kernel/blocks/dbdict/Dbdict.hpp: Fix compile error for forte
Diffstat (limited to 'ndb')
-rw-r--r--ndb/src/kernel/blocks/dbdict/Dbdict.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/ndb/src/kernel/blocks/dbdict/Dbdict.hpp b/ndb/src/kernel/blocks/dbdict/Dbdict.hpp
index 91e57720d01..0fa984a4c61 100644
--- a/ndb/src/kernel/blocks/dbdict/Dbdict.hpp
+++ b/ndb/src/kernel/blocks/dbdict/Dbdict.hpp
@@ -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;