summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorunknown <bell@sanja.is.com.ua>2002-04-15 16:00:05 +0300
committerunknown <bell@sanja.is.com.ua>2002-04-15 16:00:05 +0300
commit02ebecfc233414d64bdc0b855f5dff4602e7ac10 (patch)
treea6f4c6c305dc9dca80226d7dad17972743fb2cc6 /configure.in
parentdba9a296858d5dc01677a9781f61a230afd51aed (diff)
downloadmariadb-git-02ebecfc233414d64bdc0b855f5dff4602e7ac10.tar.gz
query cache code can be excluded from server
sql/mysqld.cc: fake query_cache_size parameter if query cache code excluded from server
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 9649160393a..77a53a3c099 100644
--- a/configure.in
+++ b/configure.in
@@ -1823,7 +1823,7 @@ AC_ARG_WITH(embedded-server,
)
AC_ARG_WITH(query_cache,
- [ --without-query-cache Don not build query cache in embedded server.],
+ [ --without-query-cache Do not build query cache.],
[with_query_cache=$withval],
[with_query_cache=yes]
)