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
|
|
@ -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]
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue