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 InnoDB: Fixed bugs in the padding and trimming of trailing spaces 2004-12-17 18:35:11 +02:00
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 Merge with 4.0 for 4.1 release 2004-10-06 19:14:33 +03:00
fut Merge with 4.0.21 2004-06-18 04:38:58 +03:00
ha Merge with 4.0.21 2004-06-18 04:38:58 +03:00
ibuf ibuf0ibuf.c: 2004-11-04 00:10:00 +02:00
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 Merge with 4.0.21 2004-06-18 04:38:58 +03:00
os InnoDB: Do not flush after each write, not even when creating the 2005-07-26 14:03:34 +03:00
page InnoDB: quote identifiers according to MySQL settings (Bug #5292) 2004-10-01 11:51:59 +03:00
pars merge with 4.0 2004-11-02 08:58:45 +02:00
que Merge with 4.0.21 2004-06-18 04:38:58 +03:00
read merge with 4.0 2004-03-16 22:41:30 +02:00
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 Merge 2004-10-08 15:43:27 +03:00
thr Cset exclude: marko@hundin.mysql.fi|ChangeSet|20040311211202|05613 2004-06-17 13:25:06 +03:00
trx InnoDB: Do not flush after each write, not even when creating the 2005-07-26 14:03:34 +03:00
usr Cset exclude: marko@hundin.mysql.fi|ChangeSet|20040525171209|56870 2004-06-17 11:57:45 +03:00
ut InnoDB: Portability fixes for warnings reported on IA-64 Windows 2005-03-07 12:03:33 +02:00
configure.in configure.in: 2004-12-01 18:02:34 +02:00
Makefile.am
makefilewin
my_cnf