From 91f5c5e3379869c82b1477a37cefe54be084f261 Mon Sep 17 00:00:00 2001 From: "heikki@hundin.mysql.fi" <> Date: Fri, 17 Oct 2003 23:44:34 +0300 Subject: thr0loc.c, srv0start.c, srv0srv.c, srv0srv.h, os0thread.h, ha_innodb.cc: Backport from 4.1: reduce InnoDB memory consumption if buf pool < 8 MB --- innobase/include/srv0srv.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'innobase/include/srv0srv.h') diff --git a/innobase/include/srv0srv.h b/innobase/include/srv0srv.h index f4255fc9a98..87df3904f19 100644 --- a/innobase/include/srv0srv.h +++ b/innobase/include/srv0srv.h @@ -80,6 +80,8 @@ extern ulint srv_max_dirty_pages_pct; extern ulint srv_force_recovery; extern ulint srv_thread_concurrency; +extern ulint srv_max_n_threads; + extern lint srv_conc_n_threads; extern ibool srv_fast_shutdown; -- cgit v1.2.1