mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 15:15:34 +02:00
Merge mysql.com:/usr/local/bk/mysql-5.0
into mysql.com:/home/pem/work/mysql-5.0 sql/item_cmpfunc.cc: Auto merged sql/item_func.cc: Auto merged sql/item_subselect.cc: Auto merged sql/mysql_priv.h: Auto merged sql/mysqld.cc: Auto merged sql/sp_head.cc: Auto merged sql/sql_parse.cc: Auto merged sql/sql_yacc.yy: Auto merged
This commit is contained in:
commit
4701bd908b
13 changed files with 91 additions and 23 deletions
|
|
@ -138,7 +138,7 @@ bool Item_subselect::fix_fields(THD *thd_param, TABLE_LIST *tables, Item **ref)
|
|||
DBUG_ASSERT(fixed == 0);
|
||||
engine->set_thd((thd= thd_param));
|
||||
|
||||
if (check_stack_overrun(thd, (gptr)&res))
|
||||
if (check_stack_overrun(thd, STACK_MIN_SIZE))
|
||||
return TRUE;
|
||||
|
||||
res= engine->prepare();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue