Skip to content

Commit

Permalink
Fixed compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
montywi committed Aug 7, 2017
1 parent 988a9da commit cf9e0bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sql/sp.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit cf9e0bf

Please sign in to comment.