summaryrefslogtreecommitdiff
path: root/include/my_global.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/my_global.h')
-rw-r--r--include/my_global.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/my_global.h b/include/my_global.h
index 01910eb1342..2c9f16aca59 100644
--- a/include/my_global.h
+++ b/include/my_global.h
@@ -1023,4 +1023,12 @@ typedef union {
#define C_MODE_END
#endif
+/*
+ Now if query is taken off then tests with query cache fails
+ SANJA TODO: remove this when problem with mysql-test will be solved
+*/
+#ifdef MYSQL_SERVER
+#define HAVE_QUERY_CACHE
+#endif
+
#endif /* _global_h */