mariadb/mysql-test
sunny 02d91af9e7 Merge a change from MySQL AB:
ChangeSet@1.2536.50.1  2007-08-02 12:45:56-07:00  igor@mysql.com

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.

innodb.result: Adjusted results for test cases affected fy the fix for
bug #28404.
2007-09-07 00:04:10 +00:00
..
ctype_innodb_like.inc Import 5.0 code. 2005-10-27 07:29:40 +00:00
have_innodb.inc Merge changes from MySQL AB, as of the following changeset: 2007-07-31 05:56:17 +00:00
innodb-lock.result Import 5.0 code. 2005-10-27 07:29:40 +00:00
innodb-lock.test Merge changes from MySQL AB to mysql-test directives. 2007-03-02 13:23:21 +00:00
innodb-master.opt Make innodb_unsafe_binlog test case faster. Group all consistent read 2006-04-05 10:11:00 +00:00
innodb-replace.result Merge a change from MySQL AB: 2007-03-27 05:45:32 +00:00
innodb-replace.test Merge a change from MySQL AB: 2007-03-27 05:45:32 +00:00
innodb.result Merge a change from MySQL AB: 2007-09-07 00:04:10 +00:00
innodb.test Fix a test case that was broken after Bug#16979 fix. See r1645 and r1735. 2007-08-30 07:06:27 +00:00
innodb_trx_weight.inc mysql-test/innodb_trx_weight.inc: Add username root to the "connect" statement. 2007-06-06 12:13:59 +00:00
innodb_trx_weight.result Fix Bug#21293: Consider transactions that had edited non-transactional 2007-05-15 14:53:04 +00:00
innodb_trx_weight.test Merge changes from MySQL AB, as of the following changeset: 2007-07-31 05:56:17 +00:00