mirror of
https://github.com/MariaDB/server.git
synced 2025-07-10 04:22:00 +03:00
SCRUM
WL#1246 (Query cache in embedded library) Small fix - code removed that prevents using query cache in embedded library include/mysql_embed.h: Now we have the query_cache in embedded library
This commit is contained in:
@ -32,6 +32,4 @@
|
||||
#undef MYSQL_SERVER_SUFFIX
|
||||
#define MYSQL_SERVER_SUFFIX "-embedded"
|
||||
|
||||
#undef HAVE_QUERY_CACHE /* Cache dosn't work yet */
|
||||
|
||||
#endif /* EMBEDDED_LIBRARY */
|
||||
|
Reference in New Issue
Block a user