removed special ndb query cache variable

ndb will always return query cache type ASKTRANSACT
This commit is contained in:
unknown 2004-11-25 18:56:10 +00:00
commit e0b469aa1d
7 changed files with 3 additions and 53 deletions

View file

@ -422,7 +422,6 @@ protected:
};
extern Query_cache query_cache;
extern TYPELIB ndb_query_cache_type_typelib;
extern TYPELIB query_cache_type_typelib;
void query_cache_end_of_result(THD *thd);
void query_cache_abort(NET *net);