summaryrefslogtreecommitdiff
path: root/storage
diff options
context:
space:
mode:
authorIgor Babaev <igor@askmonty.org>2012-11-01 14:54:33 -0700
committerIgor Babaev <igor@askmonty.org>2012-11-01 14:54:33 -0700
commit7714739b2d6a50c4ca69421c0e19a9e08ff3b5c7 (patch)
treead8a87f9312075ed3f90255f9d7916055cd56d28 /storage
parent9b6fe965033aab5eb20a4f2eefa482534b15c424 (diff)
downloadmariadb-git-7714739b2d6a50c4ca69421c0e19a9e08ff3b5c7.tar.gz
Fixed bug mdev-585 (LP bug #637962)
If, when executing a query with ORDER BY col LIMIT n, the optimizer chose an index-merge scan to access the table containing col while there existed an index defined over col then optimizer did not consider the possibility of using an alternative range scan by this index to avoid filesort. This could cause a performance degradation if the optimizer flag index_merge was set up to 'on'.
Diffstat (limited to 'storage')
0 files changed, 0 insertions, 0 deletions