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

enabling control of query cache for ndb

This commit is contained in:
tomas@poseidon.ndb.mysql.com
2004-11-23 09:50:33 +00:00
parent 1d981111e0
commit 33c05ce98d
4 changed files with 20 additions and 2 deletions

View File

@@ -403,6 +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;
my_bool ndb_use_transactions;
#endif /* HAVE_NDBCLUSTER_DB */
my_bool old_passwords;