mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Bug#45445: cannot execute procedures with thread_stack set to 128k.
Reverting the patch.
This commit is contained in:
@ -7209,9 +7209,6 @@ bool parse_sql(THD *thd,
|
||||
|
||||
Object_creation_ctx *backup_ctx= NULL;
|
||||
|
||||
if (check_stack_overrun(thd, 2 * STACK_MIN_SIZE, (uchar*)&backup_ctx))
|
||||
return TRUE;
|
||||
|
||||
if (creation_ctx)
|
||||
backup_ctx= creation_ctx->set_n_backup(thd);
|
||||
|
||||
|
Reference in New Issue
Block a user