diff options
author | unknown <pem@mysql.com> | 2006-01-19 16:13:04 +0100 |
---|---|---|
committer | unknown <pem@mysql.com> | 2006-01-19 16:13:04 +0100 |
commit | b60fc2cee8dfce23bc8a7113649e6c5534ad1392 (patch) | |
tree | 3336cea2cca442dfd2befbdfc245df7aae38384f /sql/sp_head.h | |
parent | 76c1f674c1bcc25c5b67bcf0736968cf0fe22fff (diff) | |
download | mariadb-git-b60fc2cee8dfce23bc8a7113649e6c5534ad1392.tar.gz |
Post-review fixes (BUG#15658).
sql/sp_head.cc:
Post-review fix.
sql/sp_head.h:
Post-review fix.
sql/sql_yacc.yy:
Post-review fix.
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 { |