diff options
author | unknown <monty@mysql.com> | 2003-12-09 16:21:43 +0200 |
---|---|---|
committer | unknown <monty@mysql.com> | 2003-12-09 16:21:43 +0200 |
commit | 610fe7ae774bdc1a0d287018701bab6ab1c15079 (patch) | |
tree | 6fb00d244018351319dff080e25b5a11de349e78 /sql/mysqld.cc | |
parent | 6f96fb795684400b06af96ad535d7f84d33a9273 (diff) | |
parent | 589657539c6ce3acdbc579d6ba950655bdddae5f (diff) | |
download | mariadb-git-610fe7ae774bdc1a0d287018701bab6ab1c15079.tar.gz |
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
into mysql.com:/my/mysql-4.0
sql/mysqld.cc:
Auto merged
Diffstat (limited to 'sql/mysqld.cc')
-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.", |