summaryrefslogtreecommitdiff
path: root/mysql-test/std_data
diff options
context:
space:
mode:
authorunknown <timour@askmonty.org>2011-12-12 12:36:46 +0200
committerunknown <timour@askmonty.org>2011-12-12 12:36:46 +0200
commit6404504d0c10d58ad5861bdb72edd54508f1364c (patch)
tree630cebe7a3b3f2c3c6a48ca310f1e408f69bc2c0 /mysql-test/std_data
parent314c377422dd13c86591a4de32162467eb540c33 (diff)
downloadmariadb-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