diff options
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 }; |