summaryrefslogtreecommitdiff
path: root/sql/handler.h
diff options
context:
space:
mode:
authorunknown <sanja@montyprogram.com>2012-07-16 10:48:03 +0300
committerunknown <sanja@montyprogram.com>2012-07-16 10:48:03 +0300
commit82f821ee8f7d8b55674115f64e344299ef28bfe5 (patch)
treed6ede214e342e5967fb82c72d0a6a6d04269af74 /sql/handler.h
parent9f6a1c5842fc8f71463d48e4da4ec692aadeacc1 (diff)
downloadmariadb-git-82f821ee8f7d8b55674115f64e344299ef28bfe5.tar.gz
fix to satisfy compiler.
Diffstat (limited to 'sql/handler.h')
-rw-r--r--sql/handler.h2
1 files changed, 1 insertions, 1 deletions
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