summaryrefslogtreecommitdiff
path: root/plugin/query_response_time/query_response_time.cc
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2023-02-16 11:36:38 +0200
committerMarko Mäkelä <marko.makela@mariadb.com>2023-02-16 11:36:38 +0200
commit345356b868d840554a8572876efc027d3ccd9842 (patch)
treeb7548498e5d905a96b33357394b38bf7fb20634b /plugin/query_response_time/query_response_time.cc
parent7aace5d5da8b80d5e7c0e798f8c80934b7410752 (diff)
parent0d55914d968fcc557d4429a37c61fbdedd9352a6 (diff)
downloadmariadb-git-345356b868d840554a8572876efc027d3ccd9842.tar.gz
Merge 10.9 into 10.10
Diffstat (limited to 'plugin/query_response_time/query_response_time.cc')
-rw-r--r--plugin/query_response_time/query_response_time.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/query_response_time/query_response_time.cc b/plugin/query_response_time/query_response_time.cc
index a669f7d4236..e344f45b392 100644
--- a/plugin/query_response_time/query_response_time.cc
+++ b/plugin/query_response_time/query_response_time.cc
@@ -153,7 +153,7 @@ class time_collector
public:
time_collector(utility& u): m_utility(&u) { flush(); }
- ~time_collector() { }
+ ~time_collector() = default;
uint32_t count(uint index) { return m_count[index]; }
uint64_t total(uint index) { return m_total[index]; }
void flush()