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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user