summaryrefslogtreecommitdiff
path: root/storage/ndb/src/kernel/blocks/dblqh/Dblqh.hpp
diff options
context:
space:
mode:
authorunknown <jonas@perch.ndb.mysql.com>2006-08-02 14:45:29 +0200
committerunknown <jonas@perch.ndb.mysql.com>2006-08-02 14:45:29 +0200
commit44c29ca3e1a783c8339fee301a5a9949de58887e (patch)
tree2b26677b69a9660182f722284454f87aad81af62 /storage/ndb/src/kernel/blocks/dblqh/Dblqh.hpp
parent5ae954b160b7b4f0fda09fe2fcb80fe83b3abebd (diff)
downloadmariadb-git-44c29ca3e1a783c8339fee301a5a9949de58887e.tar.gz
ndb -
make Dblqh use OM_AUTO_SYNC storage/ndb/include/kernel/signaldata/FsOpenReq.hpp: make Dblqh us OM_AUTO_SYNC storage/ndb/src/kernel/blocks/dblqh/Dblqh.hpp: make Dblqh us OM_AUTO_SYNC storage/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp: make Dblqh us OM_AUTO_SYNC storage/ndb/src/kernel/vm/pc.hpp: remove unused #defines
Diffstat (limited to 'storage/ndb/src/kernel/blocks/dblqh/Dblqh.hpp')
-rw-r--r--storage/ndb/src/kernel/blocks/dblqh/Dblqh.hpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/storage/ndb/src/kernel/blocks/dblqh/Dblqh.hpp b/storage/ndb/src/kernel/blocks/dblqh/Dblqh.hpp
index be52e06eb81..f0d87bb8053 100644
--- a/storage/ndb/src/kernel/blocks/dblqh/Dblqh.hpp
+++ b/storage/ndb/src/kernel/blocks/dblqh/Dblqh.hpp
@@ -29,6 +29,7 @@
#include <signaldata/LCP.hpp>
#include <signaldata/LqhTransConf.hpp>
#include <signaldata/LqhFrag.hpp>
+#include <signaldata/FsOpenReq.hpp>
// primary key is stored in TUP
#include "../dbtup/Dbtup.hpp"
@@ -1515,11 +1516,6 @@ public:
/**
* This variable contains the last word written in the last page.
*/
- UintR logFilePagesToDiskWithoutSynch;
- /**
- * This variable keeps track of the number of pages written since
- * last synch on this log file.
- */
LogFileStatus logFileStatus;
/**
* A reference to page zero in this file.