From 82f821ee8f7d8b55674115f64e344299ef28bfe5 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 16 Jul 2012 10:48:03 +0300 Subject: [PATCH] fix to satisfy compiler. --- sql/handler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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