mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
MDEV-13298 Change sp_head::m_chistics from a pointer to a structure
This commit is contained in:
@@ -2710,7 +2710,7 @@ bool sp_process_definer(THD *thd)
|
||||
DBUG_RETURN(TRUE);
|
||||
|
||||
if (thd->slave_thread && lex->sphead)
|
||||
lex->sphead->m_chistics->suid= SP_IS_NOT_SUID;
|
||||
lex->sphead->set_suid(SP_IS_NOT_SUID);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user