1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Post-review fixes (BUG#15658).

This commit is contained in:
pem@mysql.com
2006-01-19 16:13:04 +01:00
parent d894e3043e
commit a07bbd78da
3 changed files with 14 additions and 14 deletions

View File

@ -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
{