diff options
Diffstat (limited to 'storage/perfschema/cursor_by_user.h')
-rw-r--r-- | storage/perfschema/cursor_by_user.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/storage/perfschema/cursor_by_user.h b/storage/perfschema/cursor_by_user.h index 06554ebb228..849f55147a0 100644 --- a/storage/perfschema/cursor_by_user.h +++ b/storage/perfschema/cursor_by_user.h @@ -49,8 +49,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; |