1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00
Files
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
..
2005-05-13 12:55:59 +03:00
2004-06-18 04:38:58 +03:00
2005-06-27 18:58:32 +03:00
2005-07-01 20:44:35 +03:00
2005-06-27 18:58:32 +03:00
2005-06-17 12:00:05 +03:00
2004-12-24 12:13:32 +01:00
2005-01-16 13:16:23 +01:00
2005-07-02 00:39:47 +03:00
2005-07-01 20:44:35 +03:00
2004-03-11 12:55:28 +02:00