changed query cache type variable for ndb

This commit is contained in:
unknown 2004-11-23 16:38:00 +00:00
commit dfef378702
7 changed files with 46 additions and 20 deletions

View file

@ -412,6 +412,7 @@ 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);