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 f1d89a083ab..f9a021d535e 100644 --- a/sql/sp_head.h +++ b/sql/sp_head.h @@ -125,7 +125,7 @@ public: bool -check_routine_name(LEX_CSTRING *ident); +check_routine_name(const LEX_CSTRING *ident); class sp_head :private Query_arena, public Database_qualified_name |