diff options
Diffstat (limited to 'sql/group_by_handler.h')
-rw-r--r-- | sql/group_by_handler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/group_by_handler.h b/sql/group_by_handler.h index 108ebc989d9..d025cc766d6 100644 --- a/sql/group_by_handler.h +++ b/sql/group_by_handler.h @@ -72,7 +72,7 @@ public: group_by_handler(THD *thd_arg, handlerton *ht_arg) : thd(thd_arg), ht(ht_arg), table(0) {} - virtual ~group_by_handler() {} + virtual ~group_by_handler() = default; /* Functions to scan data. All these returns 0 if ok, error code in case |