mariadb/ndb/include/logger
unknown 18f66e026e BUG#22301 ndb: File_class::size() is not thread safe
ndb/include/logger/FileLogHandler.hpp:
  use off_t for file offset
ndb/include/util/File.hpp:
  use off_t for returning file offset (size)
ndb/src/common/util/File.cpp:
  make File_class::size(FILE*) safe when having multiple threads writing to
  the file
2006-10-27 18:59:20 +10:00
..
ConsoleLogHandler.hpp Initial revision of NDB Cluster files 2004-04-14 10:53:21 +02:00
FileLogHandler.hpp BUG#22301 ndb: File_class::size() is not thread safe 2006-10-27 18:59:20 +10:00
Logger.hpp BUG#11331 "Warning: could not add log destination" message does not provide enough info 2006-01-13 11:43:50 +11:00
LogHandler.hpp BUG#11331 "Warning: could not add log destination" message does not provide enough info 2006-01-13 11:43:50 +11:00
SysLogHandler.hpp wl1744 - nbd windoze port 2004-11-10 14:18:49 +01:00