query cache code can be excluded from server

sql/mysqld.cc:
  fake query_cache_size parameter if query cache code excluded from server
This commit is contained in:
unknown 2002-04-15 16:00:05 +03:00
commit 02ebecfc23
6 changed files with 11 additions and 11 deletions

View file

@ -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]
)