summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorunknown <monty@hundin.mysql.fi>2002-04-02 19:10:55 +0300
committerunknown <monty@hundin.mysql.fi>2002-04-02 19:10:55 +0300
commita8a63101d0c17fb080b2c47ea02441c060949f60 (patch)
treeb5c1768687952aa7b1d6b2f083bc36126903986b /acconfig.h
parentc95270b8c4b320c1080acc03da99e2a33c80440b (diff)
downloadmariadb-git-a8a63101d0c17fb080b2c47ea02441c060949f60.tar.gz
Fix for HAVE_QUERY_CACHE
Remove not used flag CLIENT_CHANGE_USER Docs/manual.texi: Cleanup examples acconfig.h: Fix for HAVE_QUERY_CACHE configure.in: Fix for HAVE_QUERY_CACHE include/my_global.h: Fix for HAVE_QUERY_CACHE include/mysql_com.h: Remove not used flag CLIENT_CHANGE_USER libmysqld/libmysqld.c: Fix new prototypes
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index 02be1ace0c6..f52c38b2fdc 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -148,6 +148,9 @@
/* crypt */
#undef HAVE_CRYPT
+/* If we want to have query cache */
+#undef HAVE_QUERY_CACHE
+
/* Solaris define gethostbyaddr_r with 7 arguments. glibc2 defines
this with 8 arguments */
#undef HAVE_SOLARIS_STYLE_GETHOST