diff options
author | Sergey Petrunya <psergey@askmonty.org> | 2010-07-06 19:16:24 +0400 |
---|---|---|
committer | Sergey Petrunya <psergey@askmonty.org> | 2010-07-06 19:16:24 +0400 |
commit | e5f238a05152efbd4b05425511eeed59c3026779 (patch) | |
tree | 805c5aa19bef318c36f36012b31219aa4c0d50f3 /sql/sql_join_cache.cc | |
parent | 0d734037ccabdb612e358db3fc91c7aaebf1c5ea (diff) | |
download | mariadb-git-e5f238a05152efbd4b05425511eeed59c3026779.tar.gz |
Fix buildbot valgrind failure
- Item_in_subselect::init_left_expr_cache() should not try to
guess whether the left expression is accessed "over the grouping operation"
(i.e. the subselect is evaluated after the grouping while the left_expr is
an Item_ref that wraps an expression from before the grouping). Instead,
let new_Cached_item not to try accessing item->real_item() when creating
left expr cache.
Diffstat (limited to 'sql/sql_join_cache.cc')
0 files changed, 0 insertions, 0 deletions