summaryrefslogtreecommitdiff
path: root/sql/item.cc
diff options
context:
space:
mode:
authorbell@sanja.is.com.ua <>2004-09-06 20:11:04 +0300
committerbell@sanja.is.com.ua <>2004-09-06 20:11:04 +0300
commit1513f980fc34ebc94d8617155786a266590430a0 (patch)
treefa43dfabaf642691e510c1cd166dd790e61569b5 /sql/item.cc
parentebd03ae4a868b54e22f96c9f2d846078f451a198 (diff)
downloadmariadb-git-1513f980fc34ebc94d8617155786a266590430a0.tar.gz
postmerge fix (found by Dmitry)
Diffstat (limited to 'sql/item.cc')
-rw-r--r--sql/item.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/item.cc b/sql/item.cc
index d8f4871486f..efd94716dc7 100644
--- a/sql/item.cc
+++ b/sql/item.cc
@@ -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