1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-04 17:23:46 +03:00

changed query cache type variable for ndb

This commit is contained in:
tomas@poseidon.ndb.mysql.com
2004-11-23 16:38:00 +00:00
parent 49b02a8f21
commit ca61e54cd0
7 changed files with 47 additions and 21 deletions

View File

@@ -403,7 +403,7 @@ struct system_variables
ulong ndb_autoincrement_prefetch_sz;
my_bool ndb_force_send;
my_bool ndb_use_exact_count;
my_bool ndb_use_local_query_cache;
ulong ndb_query_cache_type;
my_bool ndb_use_transactions;
#endif /* HAVE_NDBCLUSTER_DB */
my_bool old_passwords;