1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-24 19:42:23 +03:00
WL#1246 (Query cache in embedded library)
Small fix - code removed that prevents using query cache in embedded library
This commit is contained in:
hf@deer.(none)
2004-01-07 14:45:04 +04:00
parent 73012f0db2
commit d6545ace0a

View File

@ -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 */