summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorunknown <bell@sanja.is.com.ua>2002-03-23 00:18:20 +0200
committerunknown <bell@sanja.is.com.ua>2002-03-23 00:18:20 +0200
commit4dd4b1e8f2b464c0b7b09928abfc4b2e572f31af (patch)
treec330643b4dcc0c529481dd4f7c0f503a4651450b /include
parent7505d6945fd79a12d5866a6751fa297bc016a49f (diff)
parent3d2ac023a0356f72c64487715364232a3bd11abd (diff)
downloadmariadb-git-4dd4b1e8f2b464c0b7b09928abfc4b2e572f31af.tar.gz
Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.0
into sanja.is.com.ua:/home/bell/mysql/work-qc-4.0 sql/sql_table.cc: Auto merged
Diffstat (limited to 'include')
-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 */