mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
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:
parent
dba9a29685
commit
02ebecfc23
6 changed files with 11 additions and 11 deletions
|
|
@ -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 "
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue