From 0fb5cf70e5f633932bb86ba3ce7a2b644340a2f9 Mon Sep 17 00:00:00 2001 From: "monty@mysql.com" <> Date: Tue, 9 Dec 2003 16:21:23 +0200 Subject: [PATCH] Don't limit number of tables in table cache --- sql/mysqld.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/mysqld.cc b/sql/mysqld.cc index daccfc52af4..751cfe7473c 100644 --- a/sql/mysqld.cc +++ b/sql/mysqld.cc @@ -4067,7 +4067,7 @@ this value; if zero (the default): when the size exceeds max_binlog_size. \ 1, 0}, {"table_cache", OPT_TABLE_CACHE, "The number of open tables for all threads.", (gptr*) &table_cache_size, - (gptr*) &table_cache_size, 0, GET_ULONG, REQUIRED_ARG, 64, 1, 16384, 0, 1, + (gptr*) &table_cache_size, 0, GET_ULONG, REQUIRED_ARG, 64, 1, ~0L, 0, 1, 0}, {"thread_concurrency", OPT_THREAD_CONCURRENCY, "Permits the application to give the threads system a hint for the desired number of threads that should be run at the same time.",