1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

changed query cache type variable for ndb

This commit is contained in:
unknown
2004-11-23 16:38:00 +00:00
parent eeca93750d
commit dfef378702
7 changed files with 47 additions and 21 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);