mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01: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:
parent
690404bdc8
commit
fae79aeca5
1 changed files with 0 additions and 2 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue