summaryrefslogtreecommitdiff
path: root/storage/perfschema/ha_perfschema.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/perfschema/ha_perfschema.h')
-rw-r--r--storage/perfschema/ha_perfschema.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/storage/perfschema/ha_perfschema.h b/storage/perfschema/ha_perfschema.h
index 62996e12fe0..988caae2de3 100644
--- a/storage/perfschema/ha_perfschema.h
+++ b/storage/perfschema/ha_perfschema.h
@@ -188,7 +188,8 @@ public:
{ return HA_CACHE_TBL_NOCACHE; }
virtual my_bool register_query_cache_table
- (THD *, char *, uint , qc_engine_callback *engine_callback, ulonglong *)
+ (THD *, const char *, uint , qc_engine_callback *engine_callback,
+ ulonglong *)
{
*engine_callback= 0;
return FALSE;