summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authormonty@hundin.mysql.fi <>2002-04-02 19:10:55 +0300
committermonty@hundin.mysql.fi <>2002-04-02 19:10:55 +0300
commit2e2b146ba5a825e84bc4efba020d1b25e5cb08cb (patch)
treeb5c1768687952aa7b1d6b2f083bc36126903986b /acconfig.h
parentd80ebc17d6e89cac37bedb198b073dddade9c61b (diff)
downloadmariadb-git-2e2b146ba5a825e84bc4efba020d1b25e5cb08cb.tar.gz
Fix for HAVE_QUERY_CACHE
Remove not used flag CLIENT_CHANGE_USER
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