diff options
author | Monty <monty@mariadb.org> | 2017-08-07 20:43:44 +0300 |
---|---|---|
committer | Monty <monty@mariadb.org> | 2017-08-07 21:22:21 +0300 |
commit | cf9e0bf3e6d266f9b56fd13ceef82d66b1d92a46 (patch) | |
tree | 32aae4d082daa762080ffc673fde0641937f64b4 /sql/sp.h | |
parent | 988a9daa945ce86737397e65757a85213abbb206 (diff) | |
download | mariadb-git-cf9e0bf3e6d266f9b56fd13ceef82d66b1d92a46.tar.gz |
Fixed compiler warning
Diffstat (limited to 'sql/sp.h')
-rw-r--r-- | sql/sp.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -81,6 +81,7 @@ class Sp_handler const Database_qualified_name *name, sp_head *sp) const; public: + virtual ~Sp_handler() {} static const Sp_handler *handler(enum enum_sql_command cmd); static const Sp_handler *handler(stored_procedure_type type); static const Sp_handler *handler(MDL_key::enum_mdl_namespace ns); |