summaryrefslogtreecommitdiff
path: root/storage/perfschema/table_setup_instruments.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/perfschema/table_setup_instruments.h')
-rw-r--r--storage/perfschema/table_setup_instruments.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/storage/perfschema/table_setup_instruments.h b/storage/perfschema/table_setup_instruments.h
index 4b6ad9b46dd..ce979c40e48 100644
--- a/storage/perfschema/table_setup_instruments.h
+++ b/storage/perfschema/table_setup_instruments.h
@@ -115,8 +115,7 @@ protected:
table_setup_instruments();
public:
- ~table_setup_instruments()
- {}
+ ~table_setup_instruments() = default;
private:
void make_row(PFS_instr_class *klass, bool update_enabled, bool update_timed);