diff options
Diffstat (limited to 'sql/select_handler.h')
-rw-r--r-- | sql/select_handler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/select_handler.h b/sql/select_handler.h index e2ad13b7cdf..877dac60e12 100644 --- a/sql/select_handler.h +++ b/sql/select_handler.h @@ -45,7 +45,7 @@ class select_handler select_handler(THD *thd_arg, handlerton *ht_arg) : thd(thd_arg), ht(ht_arg), table(0) {} - virtual ~select_handler() {} + virtual ~select_handler() = default; /* Functions to scan the select result set. |