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