diff options
author | unknown <hf@deer.(none)> | 2004-01-07 14:45:04 +0400 |
---|---|---|
committer | unknown <hf@deer.(none)> | 2004-01-07 14:45:04 +0400 |
commit | fae79aeca552593a830cb95e77ecb32a012faf70 (patch) | |
tree | 37551090fc3b52f5456d226acadc565c531da630 /include/mysql_embed.h | |
parent | 690404bdc86c2ec46d7e4a58ab4e09750375b410 (diff) | |
download | mariadb-git-fae79aeca552593a830cb95e77ecb32a012faf70.tar.gz |
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
Diffstat (limited to 'include/mysql_embed.h')
-rw-r--r-- | include/mysql_embed.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/mysql_embed.h b/include/mysql_embed.h index df358e29872..7a169d4133e 100644 --- a/include/mysql_embed.h +++ b/include/mysql_embed.h @@ -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 */ |