mariadb/mysql-test/suite
Igor Babaev 272e5e6212 BNLH algorithm always used a full table scan over the joined table
even in the cases when there existed range/index-merge scans that
were cheaper than the full table scan.
This was a defect/bug of the implementation of mwl #128. 
Now hash join can work not only with full table scan of the joined
table, but also with full index scan, range and index-merge scans.
Accordingly, in the cases when hash join is used the column 'type'
in the EXPLAINs can contain now 'hash_ALL', 'hash_index', 'hash_range'
and 'hash_index_merge'. If hash join is coupled with a range/index_merge
scan then the columns 'key' and 'key_len' contain info not only on
the used hash index, but also on the indexes used for the scan.
2011-02-23 22:23:12 -08:00
..
binlog merge with 5.1 2010-11-30 23:11:03 +02:00
bugs Bug #49741 test files contain explicit references to bin/relay-log positions 2010-05-24 21:54:08 +08:00
engines Bug #49741 test files contain explicit references to bin/relay-log positions 2010-05-24 21:54:08 +08:00
federated mtr changes: 2010-08-25 22:22:33 +02:00
funcs_1 merge with 5.1 2010-10-25 15:21:16 +02:00
funcs_2
ibmdb2i
im
innodb BNLH algorithm always used a full table scan over the joined table 2011-02-23 22:23:12 -08:00
innodb_plugin Merge 2010-12-27 14:22:05 -08:00
jp
large_tests
manual Bug #49741 test files contain explicit references to bin/relay-log positions 2010-05-24 21:54:08 +08:00
maria Merge. 2010-12-10 23:23:34 -08:00
ndb Merge with MySQL 5.1.52 2010-11-23 23:39:59 +02:00
ndb_team generalization of mtr to support suite.pm extensions: 2010-08-17 11:14:46 +04:00
optimizer_unfixed_bugs Enable testcase for BUG#49129 2011-01-17 15:09:30 +03:00
oqgraph oqgraph and sphinx on windows 2010-09-15 17:29:57 +02:00
parts Merge with 5.1-release. 2010-12-06 10:25:44 +02:00
pbxt Merge 2010-12-27 14:22:05 -08:00
percona Merge XtraDB from Percona-Server 5.1.52-11.6 into MariaDB 5.1 2010-11-24 14:04:38 +01:00
rpl automatic merge with 5.1 2010-12-01 22:24:49 +02:00
rpl_ndb generalization of mtr to support suite.pm extensions: 2010-08-17 11:14:46 +04:00
sphinx fix the sphinx test suite to work when sphinxse is statically linked into the server 2010-09-21 17:29:18 +02:00
stress
sys_vars Merge with MySQL 5.1.52 2010-11-23 23:39:59 +02:00
vcol Remove .moved files 2010-11-15 04:59:45 +03:00