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

@ -6,7 +6,7 @@ path=`dirname $0`
extra_flags="$pentium_cflags $debug_cflags"
c_warnings="$c_warnings $debug_extra_warnings"
cxx_warnings="$cxx_warnings $debug_extra_warnings"
extra_configs="$pentium_configs $debug_configs $static_link"
extra_configs="$pentium_configs $debug_configs $static_link --without-query-cache"
extra_configs="$extra_configs "