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 InnoDB: Fix compile-pentium-debug-max compilation problem. 2005-07-05 12:10:20 +03:00
buf InnoDB: Replace for loops with memset() where possible. 2005-06-22 12:36:24 +03:00
data InnoDB ON UPDATE CASCADE fixes: 2005-05-13 12:55:59 +03:00
db
dict Merge hundin.mysql.fi:/home/marko/mysql-5.0 2005-06-21 07:36:18 +03:00
dyn
eval
fil Merge hundin.mysql.fi:/home/marko/mysql-4.1 2005-06-28 10:51:01 +03:00
fsp InnoDB: Remove warnings detected by GCC 4.0.0 2005-06-20 11:06:20 +03:00
fut
ha
ibuf Many files: 2005-06-27 18:58:32 +03:00
include InnoDB: Make the srv_thread_concurrency checks more consistent. 2005-07-06 09:38:31 +03:00
lock Many files: 2005-07-01 20:44:35 +03:00
log Many files: 2005-06-27 18:58:32 +03:00
mach
mem
mtr InnoDB: Remove warnings detected by GCC 4.0.0 2005-06-20 11:06:20 +03:00
os Merge hundin.mysql.fi:/home/marko/mysql-4.1 2005-06-28 10:51:01 +03:00
page InnoDB: Fix compile-pentium-debug-max compilation problem. 2005-07-05 12:10:20 +03:00
pars pars0lex.l: 2005-06-17 12:00:05 +03:00
que
read
rem InnoDB: Fix a bug in BLOB handling; optimize null flag handling. 2005-06-30 13:20:38 +03:00
row row0sel.c: 2005-07-02 00:39:47 +03:00
srv InnoDB: Make the srv_thread_concurrency checks more consistent. 2005-07-06 09:38:31 +03:00
sync InnoDB: Remove unreachable debug code from non-debug builds. 2005-06-15 12:50:27 +03:00
thr
trx Many files: 2005-07-01 20:44:35 +03:00
usr
ut InnoDB: Fix ut0dbg compilation errors on NetWare 2005-06-16 15:00:25 +03:00
configure.in WL#2286 - Compile MySQL w/YASSL support 2005-06-23 21:29:44 +05:00
Makefile.am
makefilewin
my_cnf