summaryrefslogtreecommitdiff
path: root/sql/sp_head.h
diff options
context:
space:
mode:
authorunknown <pem@mysql.com>2006-01-19 16:13:04 +0100
committerunknown <pem@mysql.com>2006-01-19 16:13:04 +0100
commitb60fc2cee8dfce23bc8a7113649e6c5534ad1392 (patch)
tree3336cea2cca442dfd2befbdfc245df7aae38384f /sql/sp_head.h
parent76c1f674c1bcc25c5b67bcf0736968cf0fe22fff (diff)
downloadmariadb-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.h2
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
{