summaryrefslogtreecommitdiff
path: root/sql/item_subselect.h
diff options
context:
space:
mode:
authorunknown <igor@rurik.mysql.com>2005-04-15 20:43:45 -0700
committerunknown <igor@rurik.mysql.com>2005-04-15 20:43:45 -0700
commit2b92a78eb8b0c1874f5894c90eebdf1a6c8842f2 (patch)
treed057d8944a2cf508a55b6bd6ec124cb762f2c36e /sql/item_subselect.h
parent1c2c6bba1ca34dee39eac2e2596150600285af16 (diff)
downloadmariadb-git-2b92a78eb8b0c1874f5894c90eebdf1a6c8842f2.tar.gz
subselect.result, subselect.test:
Added a test case for bug #9338. sql_select.cc: Fixed bug #9338. When an occurence of a field reference has to be replaced by another field reference the whole Item_field must be replaced. item.cc: Fixed bug #9338. The method Item_field::replace_equal_field_processor was replaced by Item_field::replace_equal_field. The new method is used to replace the occurences of Item_field objects. item.h: Fixed bug #9338. The virtual function replace_equal_field_processor was replaced by replace_equal_field. The latter is supposed to be used as a callback function in calls of the method transform. sql/item.h: Fixed bug #9338. The virtual function replace_equal_field_processor was replaced by replace_equal_field. The latter is supposed to be used as a callback function in calls of the method transform. sql/item.cc: The method Item_field::replace_equal_field_processor was replaced by Item_field::replace_equal_field The new method is used to replace the occurences of Item_field objects. sql/sql_select.cc: Fixed bug #9338. When an occurence of a field reference has to be replaced by another field reference the whole Item_field must be replaced. mysql-test/t/subselect.test: Added a test case for bug #9338. mysql-test/r/subselect.result: Added a test case for bug #9338.
Diffstat (limited to 'sql/item_subselect.h')
0 files changed, 0 insertions, 0 deletions