1
0
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:
Alexander Nozdrin
2010-11-24 18:08:27 +03:00
parent 39ce362885
commit 605d54e019
3 changed files with 4 additions and 16 deletions

View File

@ -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);