summaryrefslogtreecommitdiff
path: root/sql/sql_debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/sql_debug.h')
-rw-r--r--sql/sql_debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_debug.h b/sql/sql_debug.h
index c5aa3b5f94e..0d40c0b565c 100644
--- a/sql/sql_debug.h
+++ b/sql/sql_debug.h
@@ -22,7 +22,7 @@
class Debug_key: public String
{
public:
- Debug_key() { };
+ Debug_key() = default;
void print(THD *thd) const
{
push_warning_printf(thd, Sql_condition::WARN_LEVEL_NOTE,