summaryrefslogtreecommitdiff
path: root/storage/perfschema/table_host_cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/perfschema/table_host_cache.h')
-rw-r--r--storage/perfschema/table_host_cache.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/storage/perfschema/table_host_cache.h b/storage/perfschema/table_host_cache.h
index bb1cb444c33..482b8a2d66a 100644
--- a/storage/perfschema/table_host_cache.h
+++ b/storage/perfschema/table_host_cache.h
@@ -127,8 +127,7 @@ protected:
table_host_cache();
public:
- ~table_host_cache()
- {}
+ ~table_host_cache() = default;
private:
void materialize(THD *thd);