mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
Merge 10.5 into 10.6
This commit is contained in:
@@ -3474,6 +3474,12 @@ public:
|
||||
sp_head *sphead;
|
||||
sp_name *spname;
|
||||
|
||||
void delete_if_not_sp_lex_in_use()
|
||||
{
|
||||
if (!sp_lex_in_use)
|
||||
delete this;
|
||||
}
|
||||
|
||||
sp_pcontext *spcont;
|
||||
|
||||
st_sp_chistics sp_chistics;
|
||||
|
Reference in New Issue
Block a user