1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

added building without query cache

configure.in:
  new configure parameter (now only for embeded server)
include/my_global.h:
  now query cache always included in server, because of problrms with test suit
mysql-test/r/flush.result:
  removed double testing
mysql-test/t/flush.test:
  removed double testing
mysql-test/t/grant_cache.test:
  now it is only memo about query cache
mysql-test/t/query_cache.test:
  now it is only memo about query cache
This commit is contained in:
unknown
2002-03-22 22:55:08 +02:00
parent 58e0b04efc
commit 3d2ac023a0
21 changed files with 114 additions and 43 deletions

View File

@@ -281,6 +281,7 @@ TODO list:
*/
#include "mysql_priv.h"
#ifdef HAVE_QUERY_CACHE
#include <m_ctype.h>
#include <my_dir.h>
#include <hash.h>
@@ -3460,3 +3461,5 @@ err2:
}
#endif /* DBUG_OFF */
#endif /*HAVE_QUERY_CACHE*/