summaryrefslogtreecommitdiff
path: root/sql/sql_cmd.h
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/sql_cmd.h
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/sql_cmd.h')
-rw-r--r--sql/sql_cmd.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/sql/sql_cmd.h b/sql/sql_cmd.h
index ce34852117f..53dd6e750f8 100644
--- a/sql/sql_cmd.h
+++ b/sql/sql_cmd.h
@@ -193,8 +193,7 @@ public:
}
protected:
- Sql_cmd()
- {}
+ Sql_cmd() = default;
virtual ~Sql_cmd()
{
@@ -262,8 +261,7 @@ public:
m_handler(handler)
{}
- virtual ~Sql_cmd_call()
- {}
+ virtual ~Sql_cmd_call() = default;
/**
Execute a CALL statement at runtime.