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

removed special ndb query cache variable

ndb will always return query cache type ASKTRANSACT
This commit is contained in:
tomas@poseidon.ndb.mysql.com
2004-11-25 18:56:10 +00:00
parent e5900ac292
commit e57726b98e
7 changed files with 3 additions and 53 deletions

View File

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