mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Merge remote-tracking branch 'origin/10.2' into bb-10.2-ext
This commit is contained in:
@@ -2937,7 +2937,7 @@ static int mysql_create_routine(THD *thd, LEX *lex)
|
||||
{
|
||||
if (check_routine_access(thd, ALTER_PROC_ACL, lex->sphead->m_db.str,
|
||||
lex->sphead->m_name.str,
|
||||
lex->sql_command == SQLCOM_DROP_PROCEDURE, 0))
|
||||
lex->sql_command == SQLCOM_CREATE_PROCEDURE, 0))
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user