1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-12 08:01:43 +03:00
Files
mariadb/mysql-test/t
igor@olga.mysql.com cf39429295 Fixed bug#28404.
This patch adds cost estimation for the queries with ORDER BY / GROUP BY
and LIMIT. 
If there was a ref/range access to the table whose rows were required
to be ordered in the result set the optimizer always employed this access
though a scan by a different index that was compatible with the required 
order could be cheaper to produce the first L rows of the result set.
Now for such queries the optimizer makes a choice between the cheapest
ref/range accesses not compatible with the given order and index scans
compatible with it.
2007-08-02 12:45:56 -07:00
..
2007-07-01 11:56:01 +02:00
2007-07-05 19:20:14 +02:00
2007-08-02 12:45:56 -07:00
2007-07-01 11:00:29 -07:00
2007-06-28 21:34:54 +04:00
2007-06-28 16:03:01 -07:00
2007-06-28 16:03:01 -07:00
2007-07-06 11:35:10 -07:00
2007-06-12 15:10:33 +03:00
2007-07-11 18:45:35 -07:00
2007-06-20 14:21:48 +05:00
2007-08-02 12:45:56 -07:00
2007-06-13 17:28:59 +02:00
2007-06-13 17:28:59 +02:00
2007-06-13 17:28:59 +02:00
2007-06-13 17:28:59 +02:00
2007-06-28 21:34:54 +04:00
2007-07-05 19:20:14 +02:00
2007-07-14 01:34:46 +05:00
2007-07-15 21:51:36 +04:00