Comments - Account Locking
Content reproduced on this site is the property of its respective owners,
and this content is not reviewed in advance by MariaDB. The views, information and opinions
expressed by this content do not necessarily represent those of MariaDB or any other party.
I suspect that by the wording this does not influence the execution of any stored functions where the security is set to definer and a locked account is the definer.
Is that understanding correct?
Hi! It definitely won't affect the execution in any way. Actually, this is one of the main use-cases for this feature, to have a special-purpose locked account be the definer in stored procedures. Thanks, Robert