mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 11:31:51 +01:00
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
into silver_beast.(none):/home/cps/mysql/devel/im/default_patch/mysql-5.0
This commit is contained in:
commit
481e895494
1 changed files with 1 additions and 1 deletions
|
@ -2117,8 +2117,8 @@ bool Item_ref::fix_fields(THD *thd, TABLE_LIST *tables, Item **reference)
|
|||
if (!((*reference)= fld= new Item_field(tmp)))
|
||||
return 1;
|
||||
mark_as_dependent(thd, last, thd->lex->current_select, fld);
|
||||
return 0;
|
||||
register_item_tree_changing(reference);
|
||||
return 0;
|
||||
}
|
||||
/*
|
||||
We can leave expression substituted from view for next PS/SP
|
||||
|
|
Loading…
Add table
Reference in a new issue