mariadb/innobase
unknown ec6b1999a5 InnoDB: Make the srv_thread_concurrency checks more consistent.
innobase/include/srv0srv.h:
  Define SRV_CONCURRENCY_THRESHOLD
innobase/srv/srv0srv.c:
  Remove srv_thread_concurrency check from srv_conc_enter_innodb()
  and srv_conc_exit_innodb(), as the check is in the (only) caller
  of these functions, in ha_innodb.cc.
  srv_conc_force_enter_innodb(), srv_conc_force_exit_innodb():
  Check for srv_thread_concurrency >= SRV_CONCURRENCY_THRESHOLD
sql/ha_innodb.cc:
  Make use of SRV_CONCURRENCY_THRESHOLD
2005-07-06 09:38:31 +03:00
..
btr
buf
data
db
dict
dyn
eval
fil
fsp
fut
ha
ibuf
include
lock
log
mach
mem
mtr
os
page
pars
que
read
rem
row
srv
sync
thr
trx
usr
ut
configure.in
Makefile.am
makefilewin
my_cnf