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