diff options
author | monty@mysql.com <> | 2003-12-09 16:21:43 +0200 |
---|---|---|
committer | monty@mysql.com <> | 2003-12-09 16:21:43 +0200 |
commit | 0fb110308dc0e5f97aaaf741774cc61e118d3423 (patch) | |
tree | 6fb00d244018351319dff080e25b5a11de349e78 | |
parent | 9428000f4629581082c524f749e88f8b7feae1ab (diff) | |
parent | 0fb5cf70e5f633932bb86ba3ce7a2b644340a2f9 (diff) | |
download | mariadb-git-0fb110308dc0e5f97aaaf741774cc61e118d3423.tar.gz |
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
into mysql.com:/my/mysql-4.0
-rw-r--r-- | sql/mysqld.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/mysqld.cc b/sql/mysqld.cc index 9c68ae95ef2..3c196eddb47 100644 --- a/sql/mysqld.cc +++ b/sql/mysqld.cc @@ -4069,7 +4069,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.", |