summaryrefslogtreecommitdiff
path: root/sql/item_buff.cc
diff options
context:
space:
mode:
authorVicențiu Ciorbaru <cvicentiu@gmail.com>2023-02-10 11:59:36 +0200
committerVicențiu Ciorbaru <cvicentiu@gmail.com>2023-02-10 11:59:36 +0200
commit702aad13a868caa88951971377c6ef9266bc6101 (patch)
tree751a4ffb85a90e2be02ee4a70def8a97c7b3943f /sql/item_buff.cc
parenta9eb272f9147b2889b95b3f53353e1c735defaba (diff)
parentcacea31687c098c0348deb1e433f4baddd817419 (diff)
downloadmariadb-git-bb-10.5-vicentiu.tar.gz
Merge remote-tracking branch '10.4' into 10.5bb-10.5-vicentiu
Diffstat (limited to 'sql/item_buff.cc')
-rw-r--r--sql/item_buff.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/item_buff.cc b/sql/item_buff.cc
index 05cef6871be..1079394e830 100644
--- a/sql/item_buff.cc
+++ b/sql/item_buff.cc
@@ -61,7 +61,7 @@ Cached_item *new_Cached_item(THD *thd, Item *item, bool pass_through_ref)
}
}
-Cached_item::~Cached_item() {}
+Cached_item::~Cached_item() = default;
/**
Compare with old value and replace value with new value.