mariadb/mysql-test/r
unknown 22bc137c2e fix for bug #1724 'WHERE ... IN() optimizer behaviour
has changed since 4.0.14'
We need to calculate cost of RANGE
scan if it is present instead of cost of 
FULL scan.


mysql-test/r/order_by.result:
  more accurate row estimation
  for RANGE scan
mysql-test/r/range.result:
  added test case for bug #1724
  'WHERE ... IN() optimizer behaviour has changed since 4.0.14'
mysql-test/r/select.result:
  please ignore
mysql-test/t/range.test:
  added test case for bug #1724
  'WHERE ... IN() optimizer behaviour has changed since 4.0.14'
sql/sql_select.cc:
  fix for bug #1724 'WHERE ... IN() optimizer behaviour 
  has changed since 4.0.14'
  We need to calculate cost of RANGE
  scan instead of cost of FULL scan
  if RANGE is present
  Few comments cleaned up.
2003-11-03 19:56:01 +03:00
..
alias.result Proposed fix for #751 2003-07-03 20:57:51 +05:00
alter_table.result Fixed bug in ALTER TABLE ... DISABLE/ENABLE KEYS 2003-07-08 23:58:04 +03:00
analyse.result test result updated after merge 2003-03-13 14:34:07 +01:00
ansi.result Fixed problem with ansi mode and GROUP BY with constants. (Bug #387) 2003-05-13 19:26:07 +03:00
auto_increment.result
backup.result after merge fixes 2003-03-10 13:54:20 +02:00
bdb-alter-table-1.result
bdb-alter-table-2.result
bdb-crash.result Changed some tests to pass with new auto_increment handling, 2003-03-22 20:34:20 +02:00
bdb-deadlock.result
bdb.result Fix for the bug #971: ORDER BY DESC doesn't return correct num of rows with BDB and an indexed column. 2003-09-02 21:09:28 +05:00
bdb_cache.result
bench_count_distinct.result
big_test.require
bigint.result
binary.result
bool.result
bulk_replace.result
case.result
cast.result
check.result
check_var_limit.require Move test that uses many tables (in query_cache.test) to separate test so that we can get it 'skipped' instead of 'failed' on system where we can't open many files. 2003-08-22 04:07:40 +03:00
comments.result
compare.result
constraints.result
convert.result SET CHARACTER SET DEFAULT didn't work (Bug #462) 2003-06-29 12:58:43 +03:00
count_distinct.result
count_distinct2.result
create.result Better fix for CREATE TABLE IF NOT EXISTS ... SELECT 2003-10-15 21:41:13 +03:00
ctype_cp1251.result Cleaner implementation if INSERT ... SELECT with same tables 2003-07-03 11:55:36 +03:00
ctype_latin1_de.result my_strnncoll_latin1_de rewritten from scratch. Bug with overlapping combos went away. 2003-07-17 20:17:46 +02:00
ctype_ujis.result Fix for -fbranch-probabilites (bug 268) 2003-04-26 20:43:28 +03:00
delayed.result
delete.result result updated 2003-05-04 11:00:45 +02:00
dirty_close.result
distinct.result Applied Monty corrections to the FULL SCAN 2003-09-17 21:52:05 +04:00
drop.result Cleaner implementation if INSERT ... SELECT with same tables 2003-07-03 11:55:36 +03:00
drop_temp_table.result fix for a random test failure on hpux/ia64 2003-09-29 22:56:31 +02:00
empty_table.result
errors.result Small fixes (nothing nameworthy) 2003-06-01 23:40:01 +03:00
explain.result
flush.result Cleaner implementation if INSERT ... SELECT with same tables 2003-07-03 11:55:36 +03:00
foreign_key.result
fulltext.result bug #942. docid == ftb->lastpos in join on looping over nested table 2003-07-31 13:45:35 +02:00
fulltext_cache.result
fulltext_distinct.result
fulltext_left_join.result fulltext and left join bug fixed 2003-06-16 23:05:45 +02:00
fulltext_multi.result Removed random chars after filename for LOAD DATA INFILE (in mysqlbinlog) 2003-09-29 12:31:35 +03:00
fulltext_order_by.result Removed random chars after filename for LOAD DATA INFILE (in mysqlbinlog) 2003-09-29 12:31:35 +03:00
fulltext_update.result
fulltext_var.result
func_concat.result
func_crypt.result Fix for bug #1271: Undefined variable in PASSWORD() function is not 2003-10-21 15:14:06 +05:00
func_date_add.result
func_encrypt.result
func_equal.result
func_group.result Fixed bug in SUM() with NULL:s 2003-04-15 22:04:16 +03:00
func_if.result
func_in.result
func_isnull.result
func_like.result
func_math.result
func_misc.result Testcase for #628 2003-07-03 16:48:47 +05:00
func_op.result
func_regexp.result
func_set.result backport fix for the bug #803: INTERVAL(NULL, ....) 2003-07-14 12:39:10 +05:00
func_str.result Fix for #739 2003-07-03 23:24:23 +05:00
func_system.result
func_test.result After merge fixes 2003-08-22 18:43:46 +03:00
func_time.result SCRUM 2003-06-19 14:02:19 +05:00
func_timestamp.result
gcc296.result
grant.result Cleaned up last bug fixes 2003-09-09 20:06:50 +03:00
grant_cache.result Cleaner implementation if INSERT ... SELECT with same tables 2003-07-03 11:55:36 +03:00
group_by.result Test case for bug #807 2003-07-09 22:33:26 +03:00
handler.result fix and test case for the bug #787: HANDLER without INDEX doesn't work with deleted rows 2003-07-04 17:15:16 +05:00
have_bdb.require
have_crypt.require
have_innodb.require
have_isam.require
have_mest_timezone.require Fixed problem with mysql prompt when server disconnect. (Bug 356) 2003-05-27 16:40:14 +03:00
have_openssl.require
have_openssl_1.require Openssl test 2003-03-11 13:41:53 +04:00
have_query_cache.require
have_raid.require
have_symlink.require
having.result Safety fix to enable RAID in max binaries 2003-05-13 10:54:07 +03:00
heap.result Fix and test-case for the bug #775: SELECT misses rows in indexed HEAP table columns. 2003-07-03 18:21:59 +05:00
innodb-deadlock.result
innodb.result Merge bk-internal.mysql.com:/home/bk/mysql-4.0 2003-07-03 11:56:30 +03:00
innodb_cache.result
innodb_handler.result Three bug fixes and one fix being undone. 2003-04-19 23:18:35 +03:00
insert.result Removed random chars after filename for LOAD DATA INFILE (in mysqlbinlog) 2003-09-29 12:31:35 +03:00
insert_select.result Removed random chars after filename for LOAD DATA INFILE (in mysqlbinlog) 2003-09-29 12:31:35 +03:00
isam.result post-merge fixes 2003-08-28 13:14:54 +02:00
join.result Added thread variable max_seeks_for_key 2003-06-27 03:04:54 +03:00
join_crash.result
join_outer.result Fixed bug in the optimiser for FULL TABLE SCAN case: 2003-09-15 22:21:39 +04:00
key.result Fix of bug 390: primary key now implies (silently) NOT NULL for key fields. 2003-05-13 19:16:30 +02:00
key_diff.result Added thread variable max_seeks_for_key 2003-06-27 03:04:54 +03:00
key_primary.result
keywords.result
kill.result
limit.result
loaddata.result Move test that uses many tables (in query_cache.test) to separate test so that we can get it 'skipped' instead of 'failed' on system where we can't open many files. 2003-08-22 04:07:40 +03:00
lock.result
lock_multi.result
lock_tables_lost_commit.result Test for bug 578. And a comment in slave.cc. 2003-06-05 17:02:00 +02:00
lowercase_table.result Revert change of lower-case-table handling as this breaks how alias works. 2003-08-29 04:17:30 +03:00
merge.result merge + order by (bug #515) temporary fix 2003-07-04 14:42:57 +02:00
mix_innodb_myisam_binlog.result Removed random chars after filename for LOAD DATA INFILE (in mysqlbinlog) 2003-09-29 12:31:35 +03:00
multi_update.result item_func.h: 2003-08-20 15:33:21 +03:00
myisam.result Fix results after merge 2003-10-23 14:04:06 +03:00
mysqlbinlog.result Removed random chars after filename for LOAD DATA INFILE (in mysqlbinlog) 2003-09-29 12:31:35 +03:00
mysqldump.result #1169: Add --exec command to mysqltest 2003-09-24 16:13:47 +05:00
not_embedded.require
null.result
null_key.result Fixes for valgrind 2003-04-23 21:52:16 +03:00
odbc.result
olap.result
openssl_1.result openssl_1.result, openssl_1.test: 2003-08-07 15:20:15 +02:00
openssl_2.result
order_by.result fix for bug #1724 'WHERE ... IN() optimizer behaviour 2003-11-03 19:56:01 +03:00
order_fill_sortbuf.result
overflow.result
packet.result Fixed some varnings from valgrind 2003-08-20 16:25:44 +03:00
query_cache.result fixed server crash on moving query block with pointers to same table in it (BUG#988) 2003-09-15 15:16:13 +03:00
query_cache_merge.result Move test that uses many tables (in query_cache.test) to separate test so that we can get it 'skipped' instead of 'failed' on system where we can't open many files. 2003-08-22 04:07:40 +03:00
raid.result Fixed a bug in DROP DATABASE when database had a RAID type table. 2003-05-13 22:28:34 +03:00
range.result fix for bug #1724 'WHERE ... IN() optimizer behaviour 2003-11-03 19:56:01 +03:00
rename.result
repair.result Fix for MacOSX and symlinks 2003-05-14 01:27:26 +03:00
repair_part2.result Fix for MacOSX and symlinks 2003-05-14 01:27:26 +03:00
replace.result
rollback.result
rpl000001.a.result
rpl000001.b.result
rpl000001.result
rpl000002.result
rpl000003.result
rpl000004.a.result
rpl000004.b.result
rpl000004.result
rpl000005.result
rpl000006.result
rpl000008.result
rpl000009.result removing my chmods so that the test can be run on non-Unix platforms 2003-09-19 19:07:41 +02:00
rpl000010.result
rpl000011.result
rpl000012.result
rpl000013.result
rpl000015.result
rpl000017.result
rpl000018.result More error messages. This is intended to help debugging; presently I have a 2003-06-10 23:29:49 +02:00
rpl_alter.result Fixed problem when comparing a key for a multi-byte-character set. (bug 152) 2003-04-27 22:12:08 +03:00
rpl_chain_temp_table.result Fix for BUG#1686 2003-10-29 14:23:35 +01:00
rpl_do_grant.result Fix so that SET PASSWORD is not replicated by the slave if running with 2003-08-02 23:46:26 +02:00
rpl_empty_master_crash.result
rpl_error_ignored_table.result - fixed an error in the rpl_error_ignored_table test suite: the master 2003-07-11 22:18:53 +02:00
rpl_failsafe.result
rpl_flush_log_loop.result Safety and speedup fixes: 2003-07-14 10:12:05 +03:00
rpl_get_lock.result
rpl_ignore_grant.result Fix so that SET PASSWORD is not replicated by the slave if running with 2003-08-02 23:46:26 +02:00
rpl_insert_id.result Make rpl_insert_id.test use InnoDB, and added foreign keys to the table, 2003-07-26 17:59:05 +02:00
rpl_loaddata.result Fix for BUG#1391: 2003-09-25 00:14:46 +02:00
rpl_loaddata_rule_m.result First commit for fixing BUG#1100 2003-08-20 23:24:45 +02:00
rpl_loaddata_rule_s.result First commit for fixing BUG#1100 2003-08-20 23:24:45 +02:00
rpl_loaddatalocal.result
rpl_log.result Removed random chars after filename for LOAD DATA INFILE (in mysqlbinlog) 2003-09-29 12:31:35 +03:00
rpl_log_pos.result I committed the same changeset in my tree yesterday, but broke the tree since, 2003-07-03 01:08:36 +02:00
rpl_master_pos_wait.result Fix for nightly build test failure (test update). 2003-06-16 15:49:54 +02:00
rpl_max_relay_size.result Added missing --replace_result for ports in SHOW SLAVE STATUS. 2003-07-14 22:02:26 +02:00
rpl_mystery22.result
rpl_redirect.result
rpl_relayspace.result Simplified a test. 2003-06-15 12:01:51 +02:00
rpl_replicate_do.result
rpl_reset_slave.result 2 bugfixes: 2003-08-04 10:59:44 +02:00
rpl_rotate_logs.result WL#912 (more user control on relay logs): 2003-07-06 17:59:54 +02:00
rpl_skip_error.result
rpl_sporadic_master.result
rpl_trunc_binlog.result - Updated rpl_trunc_binlog test result after last change 2003-10-17 02:32:09 +02:00
sel000001.result Proposed bugfix for #717 2003-07-03 10:42:13 +05:00
sel000002.result
sel000003.result
sel000031.result
sel000032.result
sel000033.result
sel000100.result Testcase for #674 added 2003-06-25 17:15:33 +05:00
select.result fix for bug #1724 'WHERE ... IN() optimizer behaviour 2003-11-03 19:56:01 +03:00
select_found.result
select_safe.result Fixed bug in the optimiser for FULL TABLE SCAN case: 2003-09-15 22:21:39 +04:00
show_check.result Add column names for metadata when running mysql with -T 2003-08-27 10:26:03 +03:00
slave-running.result
slave-stopped.result
status.result
symlink.result Better fix for myisamchk --sort-index on windows 2003-08-25 17:19:44 +03:00
tablelock.result
temp_table.result
timezone.result Fixed problem with mysql prompt when server disconnect. (Bug 356) 2003-05-27 16:40:14 +03:00
truncate.result
type_blob.result Changed some tests to pass with new auto_increment handling, 2003-03-22 20:34:20 +02:00
type_date.result Bug #792 combination of date-interval and between with mixed constant and non-constant 2003-08-06 15:37:22 +02:00
type_datetime.result bug #504: in "datetime op int" comparison int wasn't converted to datetime 2003-07-02 17:12:50 +02:00
type_decimal.result Fixed bug in CREATE ... DECIMAL(-1,1). Bug #432 2003-05-14 22:12:55 +03:00
type_enum.result
type_float.result
type_ranges.result Changed some tests to pass with new auto_increment handling, 2003-03-22 20:34:20 +02:00
type_set.result
type_time.result
type_timestamp.result
type_uint.result
type_year.result
union.result Fixed some varnings from valgrind 2003-08-20 16:25:44 +03:00
update.result Fix for MacOSX and symlinks 2003-05-14 01:27:26 +03:00
user_var.result Optimized code for setting user variables with := and fixed some bugs in old code (Bug #1194) 2003-10-03 00:40:27 +03:00
varbinary.result
variables.result Fixed bug in SET enum_system_variable=NULL 2003-10-14 16:30:42 +03:00
warnings.result