diff --git a/sql/handler.h b/sql/handler.h index 217c8103cd7..9c0850e157a 100644 --- a/sql/handler.h +++ b/sql/handler.h @@ -1690,7 +1690,7 @@ public: }; class Query_cache; -class Query_cache_block_table; +struct Query_cache_block_table; /** The handler class is the interface for dynamically loadable storage engines. Do not add ifdefs and take care when adding or