summaryrefslogtreecommitdiff
path: root/ndb/include/logger
diff options
context:
space:
mode:
authorunknown <stewart@willster.(none)>2006-12-28 22:53:21 +1100
committerunknown <stewart@willster.(none)>2006-12-28 22:53:21 +1100
commitcc5abe68ebb398434db7896defacf858d2ccbe3c (patch)
treea89191d7ccc9c48a49875be5e2d80558f1c49ba9 /ndb/include/logger
parent655650f58c14e727ae1fe4d606cd062c715a4c20 (diff)
parent45cbd3c187c508d3aa856f0a65326722b8c19853 (diff)
downloadmariadb-git-cc5abe68ebb398434db7896defacf858d2ccbe3c.tar.gz
Merge willster.(none):/home/stewart/Documents/MySQL/5.0/ndb
into willster.(none):/home/stewart/Documents/MySQL/5.0/ndb-mgm-work ndb/include/logger/FileLogHandler.hpp: Auto merged ndb/include/util/File.hpp: Auto merged ndb/include/util/Vector.hpp: Auto merged ndb/src/common/logger/FileLogHandler.cpp: Auto merged ndb/src/common/util/File.cpp: Auto merged
Diffstat (limited to 'ndb/include/logger')
-rw-r--r--ndb/include/logger/FileLogHandler.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ndb/include/logger/FileLogHandler.hpp b/ndb/include/logger/FileLogHandler.hpp
index be018d10102..36a35399ac8 100644
--- a/ndb/include/logger/FileLogHandler.hpp
+++ b/ndb/include/logger/FileLogHandler.hpp
@@ -101,7 +101,7 @@ private:
bool setMaxFiles(const BaseString &files);
int m_maxNoFiles;
- long m_maxFileSize;
+ off_t m_maxFileSize;
unsigned int m_maxLogEntries;
File_class* m_pLogFile;
};