mariadb/storage/innobase
unknown 7d43d6fdd6 Make innodb_flush_log_at_trx_commit a settable global variable.
sql/ha_innodb.cc:
  Remove innobase_flush_log_at_trx_commit
  (set srv_flush_log_at_trx_commit directly).
sql/ha_innodb.h:
  Remove innobase_flush_log_at_trx_commit.
  Declare srv_flush_log_at_trx_commit.
sql/mysqld.cc:
  Bypass the innobase_flush_log_at_trx_commit variable.
storage/innobase/include/srv0srv.h:
  Change the type of srv_flush_log_at_trx_commit.
storage/innobase/srv/srv0srv.c:
  Change the type of srv_flush_log_at_trx_commit.
2006-07-29 07:17:33 +04:00
..
btr
buf
data
dict
dyn
eval
fil
fsp
fut
ha
ibuf
include Make innodb_flush_log_at_trx_commit a settable global variable. 2006-07-29 07:17:33 +04:00
lock
log
mach
mem
mtr
os
page
pars
que
read
rem
row
srv Make innodb_flush_log_at_trx_commit a settable global variable. 2006-07-29 07:17:33 +04:00
sync
thr
trx
usr
ut
CMakeLists.txt
configure.in
Makefile.am