summaryrefslogtreecommitdiff
path: root/storage/ndb/src/kernel/blocks/dblqh/Dblqh.hpp
diff options
context:
space:
mode:
authorunknown <ndbdev@ndbmaster.mysql.com>2006-05-20 16:54:29 +0200
committerunknown <ndbdev@ndbmaster.mysql.com>2006-05-20 16:54:29 +0200
commitb416be25d3e109f9c862d140c58e706a1e4e865a (patch)
tree18a19bc51ad15ee16ef35cab5ee304dd0cdead09 /storage/ndb/src/kernel/blocks/dblqh/Dblqh.hpp
parent56589afdc28142a708d2e8fd4acb12e81bee79f9 (diff)
downloadmariadb-git-b416be25d3e109f9c862d140c58e706a1e4e865a.tar.gz
gcc4 compile fix
Diffstat (limited to 'storage/ndb/src/kernel/blocks/dblqh/Dblqh.hpp')
-rw-r--r--storage/ndb/src/kernel/blocks/dblqh/Dblqh.hpp5
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
};