diff options
author | unknown <timour@askmonty.org> | 2011-12-12 12:36:46 +0200 |
---|---|---|
committer | unknown <timour@askmonty.org> | 2011-12-12 12:36:46 +0200 |
commit | 6404504d0c10d58ad5861bdb72edd54508f1364c (patch) | |
tree | 630cebe7a3b3f2c3c6a48ca310f1e408f69bc2c0 /mysql-test/std_data | |
parent | 314c377422dd13c86591a4de32162467eb540c33 (diff) | |
download | mariadb-git-6404504d0c10d58ad5861bdb72edd54508f1364c.tar.gz |
Fixed bug lp:900375
The range optimizer incorrectly chose a loose scan for group by
when there is a correlated WHERE condition. This range access
method cannot be executed for correlated conditions also with the
"range checked for each record" because generally the range access
method can change for each outer record. Loose scan destructively
changes the query plan and removes the GROUP operation, which will
result in wrong query plans if another range access is chosen
dynamically.
Diffstat (limited to 'mysql-test/std_data')
0 files changed, 0 insertions, 0 deletions