diff options
author | ndbdev@ndbmaster.mysql.com <> | 2006-05-20 16:54:29 +0200 |
---|---|---|
committer | ndbdev@ndbmaster.mysql.com <> | 2006-05-20 16:54:29 +0200 |
commit | 37ac98b00663ffe3d161f19e04dbb07ced5c348d (patch) | |
tree | 18a19bc51ad15ee16ef35cab5ee304dd0cdead09 /storage | |
parent | 0e085045755db29d030c583f3484e1760c922047 (diff) | |
download | mariadb-git-37ac98b00663ffe3d161f19e04dbb07ced5c348d.tar.gz |
gcc4 compile fix
Diffstat (limited to 'storage')
-rw-r--r-- | storage/ndb/src/kernel/blocks/dblqh/Dblqh.hpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/storage/ndb/src/kernel/blocks/dblqh/Dblqh.hpp b/storage/ndb/src/kernel/blocks/dblqh/Dblqh.hpp index d228d8ae819..5caa823dbc3 100644 --- a/storage/ndb/src/kernel/blocks/dblqh/Dblqh.hpp +++ b/storage/ndb/src/kernel/blocks/dblqh/Dblqh.hpp @@ -33,6 +33,9 @@ // primary key is stored in TUP #include "../dbtup/Dbtup.hpp" +class Dbacc; +class Dbtup; + #ifdef DBLQH_C // Constants /* ------------------------------------------------------------------------- */ @@ -2934,8 +2937,8 @@ public: DLHashTable<ScanRecord> c_scanTakeOverHash; -#ifdef ERROR_INSERT inline bool TRACE_OP_CHECK(const TcConnectionrec* regTcPtr); +#ifdef ERROR_INSERT void TRACE_OP_DUMP(const TcConnectionrec* regTcPtr, const char * pos); #endif }; |