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