mirror of
https://github.com/MariaDB/server.git
synced 2025-01-24 15:54:37 +01:00
aee8de3527
data files. Previously, writes were flushed until the doublewrite buffer was created. That would be too slow on systems where os_file_flush() [or fsync(2)] is slow. (Bug #12125) innobase/include/os0file.h: Disable os_do_not_call_flush_at_each_write unless #ifdef UNIV_DO_FLUSH innobase/os/os0file.c: Disable os_do_not_call_flush_at_each_write unless #ifdef UNIV_DO_FLUSH innobase/trx/trx0sys.c: Disable os_do_not_call_flush_at_each_write unless #ifdef UNIV_DO_FLUSH |
||
---|---|---|
.. | ||
Makefile.am | ||
makefilewin | ||
os0file.c | ||
os0proc.c | ||
os0sync.c | ||
os0thread.c |