diff options
Diffstat (limited to 'sql/sp_head.h')
-rw-r--r-- | sql/sp_head.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sp_head.h b/sql/sp_head.h index d912cfeaac3..858bf523a07 100644 --- a/sql/sp_head.h +++ b/sql/sp_head.h @@ -104,7 +104,7 @@ sp_name * sp_name_current_db_new(THD *thd, LEX_STRING name); bool -sp_name_check(LEX_STRING name); +check_routine_name(LEX_STRING name); class sp_head :private Query_arena { |