summaryrefslogtreecommitdiff
path: root/sql/mysqld.cc
diff options
context:
space:
mode:
authorunknown <monty@mysql.com>2003-12-09 16:21:43 +0200
committerunknown <monty@mysql.com>2003-12-09 16:21:43 +0200
commit610fe7ae774bdc1a0d287018701bab6ab1c15079 (patch)
tree6fb00d244018351319dff080e25b5a11de349e78 /sql/mysqld.cc
parent6f96fb795684400b06af96ad535d7f84d33a9273 (diff)
parent589657539c6ce3acdbc579d6ba950655bdddae5f (diff)
downloadmariadb-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.cc2
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.",