diff options
author | unknown <heikki@hundin.mysql.fi> | 2003-10-17 20:31:17 +0300 |
---|---|---|
committer | unknown <heikki@hundin.mysql.fi> | 2003-10-17 20:31:17 +0300 |
commit | 6713bb090d81a6e2b48ecf0fb28b85e0d3ae1ee1 (patch) | |
tree | d473f98277e854ae19c405a54f5e24d928c93764 /innobase/include/srv0srv.h | |
parent | 6795b2642b155e64e73aa7571f30b84b090c3636 (diff) | |
download | mariadb-git-6713bb090d81a6e2b48ecf0fb28b85e0d3ae1ee1.tar.gz |
thr0loc.c, srv0start.c, srv0srv.c, srv0srv.h, os0thread.h:
Reduce InnoDB memory allocation if buffer pool < 8 MB
innobase/include/os0thread.h:
Reduce InnoDB memory allocation if buffer pool < 8 MB
innobase/include/srv0srv.h:
Reduce InnoDB memory allocation if buffer pool < 8 MB
innobase/srv/srv0srv.c:
Reduce InnoDB memory allocation if buffer pool < 8 MB
innobase/srv/srv0start.c:
Reduce InnoDB memory allocation if buffer pool < 8 MB
innobase/thr/thr0loc.c:
Reduce InnoDB memory allocation if buffer pool < 8 MB
Diffstat (limited to 'innobase/include/srv0srv.h')
-rw-r--r-- | innobase/include/srv0srv.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/innobase/include/srv0srv.h b/innobase/include/srv0srv.h index 094b95e68d3..6e47c468d26 100644 --- a/innobase/include/srv0srv.h +++ b/innobase/include/srv0srv.h @@ -87,6 +87,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; |