1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-27 13:04:36 +03:00

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
This commit is contained in:
unknown
2006-12-28 22:53:21 +11:00
5 changed files with 15 additions and 20 deletions

View File

@@ -49,7 +49,7 @@ public:
* @param f a pointer to a FILE descriptor.
* @return the size of the file.
*/
static long size(FILE* f);
static off_t size(FILE* f);
/**
* Renames a file.
@@ -181,7 +181,7 @@ public:
*
* @return the file size.
*/
long size() const;
off_t size() const;
/**
* Returns the filename.