Commit cf9e0bf3 authored by Monty's avatar Monty

Fixed compiler warning

parent 988a9daa
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment