diff options
author | monty@hundin.mysql.fi <> | 2002-04-02 19:10:55 +0300 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2002-04-02 19:10:55 +0300 |
commit | 2e2b146ba5a825e84bc4efba020d1b25e5cb08cb (patch) | |
tree | b5c1768687952aa7b1d6b2f083bc36126903986b /acconfig.h | |
parent | d80ebc17d6e89cac37bedb198b073dddade9c61b (diff) | |
download | mariadb-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.h | 3 |
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 |