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
Showing
Please register or sign in to comment