summaryrefslogtreecommitdiff
path: root/storage/perfschema/cursor_by_host.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/perfschema/cursor_by_host.h')
-rw-r--r--storage/perfschema/cursor_by_host.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/storage/perfschema/cursor_by_host.h b/storage/perfschema/cursor_by_host.h
index e7ae47fef72..a2ddae4b644 100644
--- a/storage/perfschema/cursor_by_host.h
+++ b/storage/perfschema/cursor_by_host.h
@@ -51,8 +51,7 @@ protected:
cursor_by_host(const PFS_engine_table_share *share);
public:
- ~cursor_by_host()
- {}
+ ~cursor_by_host() = default;
protected:
virtual void make_row(PFS_host *host)= 0;