diff options
author | monty@mysql.com <> | 2003-12-19 16:25:50 +0200 |
---|---|---|
committer | monty@mysql.com <> | 2003-12-19 16:25:50 +0200 |
commit | 031390a9a4904924c21929314dcd42886c84c175 (patch) | |
tree | 87e8ff9b43e2e71fc79bfa2e296018b89b08a9e1 /include/mysql_embed.h | |
parent | e0cc6799ecc831d296c568c5068947c1421fcaa5 (diff) | |
download | mariadb-git-031390a9a4904924c21929314dcd42886c84c175.tar.gz |
Fixes after merge with 4.0
Cleaned up embedded library access and query cache handling
Changed min stack size to 128K (to allow longer MyISAM keys)
Fixed wrong priority for XOR (should be less than NEG to get -1^1 to work)
Diffstat (limited to 'include/mysql_embed.h')
-rw-r--r-- | include/mysql_embed.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mysql_embed.h b/include/mysql_embed.h index 7a169d4133e..df358e29872 100644 --- a/include/mysql_embed.h +++ b/include/mysql_embed.h @@ -32,4 +32,6 @@ #undef MYSQL_SERVER_SUFFIX #define MYSQL_SERVER_SUFFIX "-embedded" +#undef HAVE_QUERY_CACHE /* Cache dosn't work yet */ + #endif /* EMBEDDED_LIBRARY */ |