mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
Automatic merge with 5.5
This commit is contained in:
commit
00433b1b04
4 changed files with 6 additions and 3 deletions
|
|
@ -220,7 +220,7 @@ bool Item_subselect::fix_fields(THD *thd_param, Item **ref)
|
|||
uint8 uncacheable;
|
||||
bool res;
|
||||
|
||||
status_var_increment(thd->status_var.feature_subquery);
|
||||
status_var_increment(thd_param->status_var.feature_subquery);
|
||||
|
||||
DBUG_ASSERT(fixed == 0);
|
||||
engine->set_thd((thd= thd_param));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue