Commit d7b883b2 authored by unknown's avatar unknown

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
parent 87052652
...@@ -32,6 +32,4 @@ ...@@ -32,6 +32,4 @@
#undef MYSQL_SERVER_SUFFIX #undef MYSQL_SERVER_SUFFIX
#define MYSQL_SERVER_SUFFIX "-embedded" #define MYSQL_SERVER_SUFFIX "-embedded"
#undef HAVE_QUERY_CACHE /* Cache dosn't work yet */
#endif /* EMBEDDED_LIBRARY */ #endif /* EMBEDDED_LIBRARY */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment