diff options
author | unknown <bell@sanja.is.com.ua> | 2002-04-15 16:00:05 +0300 |
---|---|---|
committer | unknown <bell@sanja.is.com.ua> | 2002-04-15 16:00:05 +0300 |
commit | 02ebecfc233414d64bdc0b855f5dff4602e7ac10 (patch) | |
tree | a6f4c6c305dc9dca80226d7dad17972743fb2cc6 /configure.in | |
parent | dba9a296858d5dc01677a9781f61a230afd51aed (diff) | |
download | mariadb-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.in | 2 |
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] ) |