mariadb/innobase/os
unknown aee8de3527 InnoDB: Do not flush after each write, not even when creating the
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
2005-07-26 14:03:34 +03:00
..
Makefile.am InnoDB: Remove unused module os0shm 2004-05-17 10:49:01 +03:00
makefilewin InnoDB: Remove unused module os0shm 2004-05-17 10:49:01 +03:00
os0file.c InnoDB: Do not flush after each write, not even when creating the 2005-07-26 14:03:34 +03:00
os0proc.c
os0sync.c InnoDB: Portability fixes for warnings reported on IA-64 Windows 2005-03-07 12:03:33 +02:00
os0thread.c InnoDB: Portability fixes for warnings reported on IA-64 Windows 2005-03-07 12:03:33 +02:00