mariadb/innobase
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
..
btr row0sel.c, btr0pcur.c, btr0pcur.ic, btr0pcur.h: 2005-04-06 10:27:40 +03:00
buf buf0flu.c: 2005-03-15 08:33:47 +02:00
data
db
dict dict0dict.c, dict0dict.h, fil0fil.c: 2005-04-27 02:57:19 +03:00
dyn
eval InnoDB: Portability fixes for warnings reported on IA-64 Windows 2005-03-07 12:03:33 +02:00
fil InnoDB: Optimize the extension of files. This will greatly speed 2005-06-27 17:04:57 +03:00
fsp
fut
ha
ibuf
include InnoDB: Do not flush after each write, not even when creating the 2005-07-26 14:03:34 +03:00
lock InnoDB: Truncate SHOW INNODB STATUS output at the start of the list 2005-04-19 14:35:47 +03:00
log log0recv.c: 2005-03-09 20:32:01 +02:00
mach
mem InnoDB: Portability fixes for warnings reported on IA-64 Windows 2005-03-07 12:03:33 +02:00
mtr
os InnoDB: Do not flush after each write, not even when creating the 2005-07-26 14:03:34 +03:00
page
pars
que
read
rem InnoDB: Portability fixes for warnings reported on IA-64 Windows 2005-03-07 12:03:33 +02:00
row Merge hundin.mysql.fi:/home/marko/k/mysql-4.0 2005-05-26 15:57:24 +03:00
srv InnoDB: Truncate SHOW INNODB STATUS output at the start of the list 2005-04-19 14:35:47 +03:00
sync
thr
trx InnoDB: Do not flush after each write, not even when creating the 2005-07-26 14:03:34 +03:00
usr
ut InnoDB: Portability fixes for warnings reported on IA-64 Windows 2005-03-07 12:03:33 +02:00
configure.in
Makefile.am
makefilewin
my_cnf