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 Applied innodb-5.1-ss660 snapshot. 2006-07-26 13:28:51 +04:00
buf
data Applied innodb-5.1-ss660 snapshot. 2006-07-26 13:28:51 +04:00
dict Applied innodb-5.1-ss660 snapshot. 2006-07-26 13:28:51 +04:00
dyn
eval
fil
fsp
fut
ha
ibuf Applied innodb-5.1-ss660 snapshot. 2006-07-26 13:28:51 +04:00
include Make innodb_flush_log_at_trx_commit a settable global variable. 2006-07-29 07:17:33 +04:00
lock
log
mach
mem Applied innodb-5.1-ss660 snapshot. 2006-07-26 13:28:51 +04:00
mtr
os
page
pars Applied innodb-5.1-ss660 snapshot. 2006-07-26 13:28:51 +04:00
que Applied innodb-5.1-ss660 snapshot. 2006-07-26 13:28:51 +04:00
read
rem
row Applied innodb-5.1-ss660 snapshot. 2006-07-26 13:28:51 +04:00
srv Make innodb_flush_log_at_trx_commit a settable global variable. 2006-07-29 07:17:33 +04:00
sync
thr
trx Applied innodb-5.1-ss660 snapshot. 2006-07-26 13:28:51 +04:00
usr
ut Applied innodb-5.1-ss660 snapshot. 2006-07-26 13:28:51 +04:00
CMakeLists.txt
configure.in Applied innodb-5.1-ss660 snapshot. 2006-07-26 13:28:51 +04:00
Makefile.am Post innodb-5.1-ss594 modifications. 2006-06-15 05:43:19 +04:00