mariadb/mysql-test/t
kaa@polly.(none) 4aa0402224 Fix for bug #30666: Incorrect order when using range conditions on 2
tables or more

The problem was that the optimizer used the join buffer in cases when
the result set is ordered by filesort. This resulted in the ORDER BY
clause being ignored, and the records being returned in the order
determined by the order of matching records in the last table in join.

Fixed by relaxing the condition in make_join_readinfo() to take
filesort-ordered result sets into account, not only index-ordered ones.
2007-11-07 14:00:45 +03:00
..
alias.test
alter_table-big.test
alter_table.test BUG#29957 - alter_table.test fails 2007-07-27 14:30:25 +05:00
analyse.test
analyze.test
ansi.test
archive-big.test BUG#15787 - MySQL crashes when archive table exceeds 2GB 2007-06-24 19:44:54 +05:00
archive.test BUG#29207 - archive table reported as corrupt by check table (P1) 2007-06-27 13:19:34 +05:00
archive_gis.test
auto_increment.test
backup-master.sh
backup.test Remove unportable "system rm" 2007-08-29 12:44:43 +02:00
bdb-alter-table-1.test
bdb-alter-table-2-master.opt
bdb-alter-table-2.test
bdb-crash.test
bdb-deadlock.test
bdb-deadlock.tminus
bdb.test
bdb_cache-master.opt
bdb_cache.test
bdb_gis.test
bdb_notembedded.test
bench_count_distinct.test
bigint.test bigint.test: 2007-07-30 21:05:56 +05:00
binary.test Fixed bug #29087. This bug manifested itself for queries that performed 2007-06-25 22:44:22 -07:00
binlog-master.opt
binlog.test Bug#22540: Incorrect value in column End_log_pos of SHOW BINLOG EVENTS using InnoDB 2007-07-09 08:11:38 +02:00
binlog_innodb.test Bug#28769 Test case "innodb" fails with --skip-log-bin 2007-06-19 09:56:19 +02:00
binlog_killed.test Fix typo 2007-06-07 20:25:22 +02:00
blackhole.test Merge pilot.(none):/data/msvensson/mysql/bug28369/my50-bug28369 2007-06-07 19:21:01 +02:00
bool.test
bootstrap.test Bug#20037 mysqltest requires cygwin on windows(part 1, new mysqltest commands) 2007-08-07 11:40:03 +02:00
bulk_replace.test
case.test
cast.test Bug#29898: Item_date_typecast::val_int doesn't reset the null_value flag. 2007-07-20 00:06:35 +04:00
check.test BUG#26325 - TEMPORARY TABLE "corrupt" after first read, according 2007-07-19 13:51:31 +05:00
client_xml.test
comments.test Bug#28779 (mysql_query() allows execution of statements with unbalanced 2007-08-29 14:50:32 -06:00
compare.test
compress.test
connect.test
consistent_snapshot.test
constraints.test
count_distinct.test
count_distinct2-master.opt
count_distinct2.test
count_distinct3.test
create.test Merge gleb.loc:/home/uchum/work/bk/5.0 2007-07-26 03:33:43 +05:00
create_not_windows.test Bug 29325: moved the test from create_not_windows to symlink. 2007-07-13 13:56:22 +03:00
create_select_tmp.test
csv.test Bug#28862 Extended Latin1 characters get lost in CVS engine 2007-06-15 11:19:35 +05:00
ctype_ascii.test Bug#27562: ascii.xml invalid? 2007-08-07 05:35:20 -04:00
ctype_big5.test Bug#29484 ctype_big5 fails on 'double whopper' in mysql-5.1-new-rpl 2007-07-04 14:21:29 +05:00
ctype_collate.test Bug#29461: Sort order of the collation wasn't used when comparing characters 2007-07-09 01:23:33 +04:00
ctype_cp932.test Bug#29333 myisam corruption with character set cp932 collate cp932_japanese_ci 2007-07-04 16:17:40 +05:00
ctype_cp932_binlog.test Bug#28369 rpl test cases fail with binlog disabled 2007-06-07 19:18:01 +02:00
ctype_cp1250_ch.test
ctype_cp1251.test
ctype_create.test
ctype_eucjpms.test
ctype_euckr.test
ctype_gb2312.test
ctype_gbk.test
ctype_hebrew.test
ctype_latin1.test Bug#29499 Converting 'del' from ascii to Unicode results in 'question mark' 2007-07-04 12:04:57 +05:00
ctype_latin1_de-master.opt
ctype_latin1_de.test
ctype_latin2.test
ctype_latin2_ch.test
ctype_ldml-master.opt Bug#28916 LDML doesn't work for utf8 2007-06-07 17:55:55 +05:00
ctype_ldml.test Bug#28916 LDML doesn't work for utf8 2007-06-07 17:55:55 +05:00
ctype_many.test
ctype_mb.test
ctype_recoding.test Reversing additional change suggested by Serg 2007-08-07 19:25:45 +05:00
ctype_sjis.test
ctype_tis620.test
ctype_uca.test Bug#27345 Incorrect data returned when range-read from utf8_danish_ci indexes 2007-06-28 13:34:44 +05:00
ctype_ucs.test Bug#30981 CHAR(0x41 USING ucs2) doesn't add leading zero 2007-10-11 16:07:10 +05:00
ctype_ucs2_def-master.opt
ctype_ucs2_def.test Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-5.0-rpl 2007-06-22 17:28:26 +05:00
ctype_ucs_binlog.test Bug#28369 rpl test cases fail with binlog disabled 2007-06-07 19:18:01 +02:00
ctype_ujis.test
ctype_utf8.test Bug#30986 Character set introducer followed by a HEX string can return bad result(addon) 2007-10-15 18:40:58 +05:00
date_formats-master.opt
date_formats.test
default.test
delayed.test
delete.test Post-merge fixes 2007-09-11 02:41:42 +04:00
derived.test
dirty_close.test
disabled.def
distinct.test
drop.test
drop_temp_table.test Merge tsmith@bk-internal.mysql.com:/home/bk/mysql-5.0-build 2007-06-14 23:23:30 +02:00
empty_table.test
endspace.test
error_simulation-master.opt Fixed bug #28449: a crash may happen at some rare conditions when 2007-06-07 00:59:08 -07:00
error_simulation.test Fixed bug #28449: a crash may happen at some rare conditions when 2007-06-07 00:59:08 -07:00
errors.test Bug#28677: SELECT on missing column gives extra error 2007-06-18 16:35:01 +03:00
exampledb.test
execution_constants.test
explain.test
federated.test Merge bk-internal.mysql.com:/home/bk/mysql-5.0 2007-08-08 11:34:35 +04:00
federated_archive.test
federated_bug_13118.test
federated_bug_25714.test Bug#25714 2007-07-23 23:35:43 -07:00
federated_innodb-slave.opt Bug#25513 2007-06-28 16:03:01 -07:00
federated_innodb.test Bug#25513 2007-06-28 16:03:01 -07:00
fix_priv_tables.test
flush.test
flush2-master.opt
flush2.test
flush_block_commit.test
flush_block_commit_notembedded.test Merge tsmith@bk-internal.mysql.com:/home/bk/mysql-5.0-build 2007-06-14 23:23:30 +02:00
flush_read_lock_kill-master.opt
flush_read_lock_kill.test
flush_table.test
foreign_key.test
fulltext.test
fulltext2.test fix test for bug29299 2007-07-06 11:35:10 -07:00
fulltext3.test fix test for bug29299 2007-07-06 11:35:10 -07:00
fulltext_cache.test
fulltext_distinct.test
fulltext_left_join.test
fulltext_multi.test
fulltext_order_by.test
fulltext_update.test
fulltext_var.test
func_compress.test
func_concat.test
func_crypt.test
func_date_add.test
func_default.test
func_des_encrypt.test
func_encrypt-master.opt
func_encrypt.test
func_encrypt_nossl.test
func_equal.test
func_gconcat.test Bug#29850: Wrong charset of GROUP_CONCAT result when the select employs 2007-07-19 20:21:23 +04:00
func_group.test Bug #31156: mysqld: item_sum.cc:918: virtual bool 2007-10-08 12:57:43 +03:00
func_if.test
func_in.test Fix for bug #28748: "Select" returning one value too few 2007-06-09 17:13:33 +05:00
func_isnull.test
func_like.test
func_math.test removed undeterministic test result from the fux for bug 30587 2007-10-01 12:51:59 +03:00
func_misc.test Bug#30832:Assertion + crash with select name_const('test',now()); 2007-10-09 11:36:05 +02:00
func_op.test
func_regexp.test Bug #31440: 'select 1 regex null' asserts debug server 2007-10-11 11:29:26 +03:00
func_sapdb.test
func_set.test
func_str.test Bug #28550 "Potential bugs related to the return type of the CHAR function". 2007-10-21 21:45:31 +04:00
func_system.test
func_test.test
func_time.test Bug#31160: MAKETIME() crashes server when returning NULL in ORDER BY using filesort 2007-10-09 14:58:09 +02:00
func_timestamp.test
gcc296.test
gis-rtree.test Merge mysql.com:/home/hf/work/30286/my41-30286 2007-10-05 15:41:56 +05:00
gis.test Merge mysql.com:/home/hf/work/30286/my41-30286 2007-10-05 16:33:08 +05:00
grant.test
grant2.test Bug #30468: column level privileges not respected when joining tables 2007-09-27 12:15:19 +03:00
grant3-master.opt
grant3.test
grant_cache.test
greedy_optimizer.test Fixed warnings raised from mysqltest (unknown -- commands) 2007-06-15 11:15:22 -06:00
group_by.test Bug #30596 GROUP BY optimization gives wrong result order 2007-08-27 17:33:41 +02:00
group_min_max.test Fixed bug #25602. A query with DISTINCT in the select list to which 2007-06-23 23:33:55 -07:00
handler.test Bug#30632 HANDLER read failure causes hang 2007-08-27 10:37:12 -03:00
having.test Merge olga.mysql.com:/home/igor/dev-opt/mysql-4.1-opt-bug29911 2007-07-21 12:34:18 -07:00
heap.test
heap_auto_increment.test
heap_btree.test
heap_hash.test
help.test
im_daemon_life_cycle-im.opt
im_daemon_life_cycle.imtest
im_life_cycle-im.opt
im_life_cycle.imtest
im_options_set.imtest
im_options_unset.imtest
im_utils-im.opt
im_utils.imtest
index_merge.test BUG#29740: Make the test result deterministic 2007-07-14 22:02:10 +04:00
index_merge_bdb.test
index_merge_innodb.test
index_merge_innodb2.test
index_merge_ror.test
index_merge_ror_cpk.test
information_schema.test test fix(to satisfy WIN) 2007-10-05 12:29:02 +05:00
information_schema_chmod.test Remove unportable use of "exec chmod" 2007-08-29 11:53:15 +02:00
information_schema_db.test
information_schema_inno.test
init_connect-master.opt
init_connect.test
init_file-master.opt
init_file.test
innodb-big.test Bug#24989: The DEADLOCK error is improperly handled by InnoDB. 2007-07-30 17:14:34 +04:00
innodb-deadlock.test Bug#25164 create table a as select * from A hangs 2007-08-27 10:13:54 -03:00
innodb-lock.test
innodb-master.opt
innodb-replace.test
innodb-ucs2.test
innodb.test A fix and a test case for Bug#26104 Bug on foreign key class constructor. 2007-07-18 16:22:05 +04:00
innodb_cache-master.opt
innodb_cache.test
innodb_gis.test
innodb_handler.test
innodb_mysql-master.opt
innodb_mysql.test Bug #31001: ORDER BY DESC in InnoDB not working 2007-09-14 17:43:14 +03:00
innodb_notembedded.test
innodb_timeout_rollback-master.opt
innodb_timeout_rollback.test
innodb_unsafe_binlog-master.opt
innodb_unsafe_binlog.test
insert.test
insert_notembedded.test
insert_select-binlog.test Bug#28369 rpl test cases fail with binlog disabled 2007-06-07 19:18:01 +02:00
insert_select.test Bug#30384: Having SQL_BUFFER_RESULT option in the CREATE .. KEY(..) .. SELECT 2007-09-21 12:09:00 +04:00
insert_update.test Bug#28904: INSERT .. ON DUPLICATE was silently updating rows when it shouldn't. 2007-06-12 01:41:23 +04:00
join.test Fixed warnings raised from mysqltest (unknown -- commands) 2007-06-15 11:15:22 -06:00
join_crash.test
join_nested.test Fixed bug #29604. 2007-07-11 18:45:35 -07:00
join_outer.test
key.test
key_cache-master.opt
key_cache.test
key_diff.test
key_primary.test
keywords.test
kill.test Bug #29138 'kill' fails in pushbuild 2007-06-21 21:39:52 -04:00
kill_n_check.sh
limit.test
loaddata.test Remove unportable constructs in loaddata.test 2007-08-28 16:44:31 +02:00
loaddata_autocom_innodb.test
loaddata_autocom_ndb.test
lock.test
lock_multi.test
lock_tables_lost_commit-master.opt
lock_tables_lost_commit.test
log.sh
long_tmpdir-master.opt Fix for bug #29015 "Stack overflow in processing temporary table name when tmpdir path is long" 2007-06-11 23:06:20 +04:00
long_tmpdir-master.sh Fix for bug #29015 "Stack overflow in processing temporary table name when tmpdir path is long" 2007-06-11 23:06:20 +04:00
long_tmpdir.test Fix for bug #29015 "Stack overflow in processing temporary table name when tmpdir path is long" 2007-06-11 23:06:20 +04:00
lowercase_fs_off.test
lowercase_mixed_tmpdir-master.opt
lowercase_mixed_tmpdir-master.sh
lowercase_mixed_tmpdir.test
lowercase_table-master.opt
lowercase_table.test
lowercase_table2.test
lowercase_table3-master.opt
lowercase_table3.test
lowercase_table_grant-master.opt
lowercase_table_grant.test
lowercase_table_qcache-master.opt
lowercase_table_qcache.test
lowercase_view-master.opt
lowercase_view.test
merge.test
metadata.test metadata.test, metadata.result: 2007-06-20 14:21:48 +05:00
mix_innodb_myisam_binlog-master.opt
mix_innodb_myisam_binlog.test (pushing for Andrei) 2007-07-30 18:27:36 +03:00
multi_statement-master.opt
multi_statement.test
multi_update-master.opt
multi_update.test
myisam-blob-master.opt
myisam-blob.test
myisam.test Remove unportable use of "system rm" 2007-08-29 14:44:23 +02:00
mysql.test Merge weblab.(none):/home/marcsql/TREE/mysql-5.0-base 2007-09-04 14:38:26 -06:00
mysql_client_test.opt
mysql_client_test.test
mysql_delimiter.sql
mysql_delimiter_19799.sql
mysql_delimiter_source.sql
mysql_protocols.test
mysql_upgrade.test
mysqladmin.test Bug#20037 mysqltest requires cygwin on windows(part 1, new mysqltest commands) 2007-08-07 11:40:03 +02:00
mysqlbinlog-cp932-master.opt
mysqlbinlog-cp932.test Bug#28369 rpl test cases fail with binlog disabled 2007-06-07 19:18:01 +02:00
mysqlbinlog-master.opt
mysqlbinlog.test Fix for bug #29928: INSERT ... VALUES(connection_id(), ...) incorrect 2007-08-01 15:27:03 +05:00
mysqlbinlog2.test Bug#28369 rpl test cases fail with binlog disabled 2007-06-07 19:18:01 +02:00
mysqlcheck.test
mysqldump-compat.opt Fixed bug #30126. 2007-08-31 16:59:07 +05:00
mysqldump-compat.test Fixed bug #30126. 2007-08-31 16:59:07 +05:00
mysqldump-max.test
mysqldump.test mysqldump.test, mysqldump.result: 2007-10-03 11:36:42 +05:00
mysqlshow.test
mysqltest.test Improve error messages 2007-08-13 15:46:11 +02:00
ndb_alter_table.test
ndb_alter_table2.test
ndb_autodiscover.test
ndb_autodiscover2-master.opt
ndb_autodiscover2.test
ndb_autodiscover3.test
ndb_backup_print.test Bug #27640 backup id not displayed in the output of "ndb_mgm start backup wait completed" 2007-06-14 18:40:32 +02:00
ndb_basic.test
ndb_bitfield.test
ndb_blob.test
ndb_bug26793.test Backport Magnus' fix from 5.1 2007-08-14 15:07:17 +10:00
ndb_cache.test
ndb_cache2.test
ndb_cache_multi.test
ndb_cache_multi2.test
ndb_charset.test
ndb_condition_pushdown.test
ndb_config.test
ndb_database.test
ndb_gis.test
ndb_grant.later
ndb_index.test
ndb_index_ordered.test Fixed warnings raised from mysqltest (unknown -- commands) 2007-06-15 11:15:22 -06:00
ndb_index_unique.test
ndb_insert.test
ndb_limit.test
ndb_load.test
ndb_loaddatalocal.test
ndb_lock.test
ndb_minmax.test
ndb_multi.test
ndb_read_multi_range.test bug#30337 DELETE ... WHERE PK IN (..) and AFTER DELETE trigger crashes API node: Added testcase 2007-08-13 15:59:08 +02:00
ndb_rename.test
ndb_replace.test
ndb_restore.test correct test and result 2007-06-17 22:04:01 +02:00
ndb_restore_different_endian_data.test BUG#29674 Restore/backup are endian compatible in 5.0 2007-08-07 18:07:57 +00:00
ndb_restore_print.test
ndb_single_user.test
ndb_subquery.test
ndb_transaction.test
ndb_trigger.test
ndb_truncate.test
ndb_types.test
ndb_update.test
negation_elimination.test
not_embedded_server-master.opt
not_embedded_server.test
null.test Fixed bug #31471: decimal_bin_size: Assertion `scale >= 0 && 2007-10-10 20:14:29 +05:00
null_key.test
odbc.test
olap.test Bug#31095: Unexpected NULL constant caused server crash. 2007-10-01 20:03:50 +00:00
openssl_1.test
order_by.test
order_fill_sortbuf-master.opt
order_fill_sortbuf.test
outfile.test
overflow.test
packet.test
parser_precedence.test Bug#30625 (Performance, reduce depth for expressions) 2007-08-28 11:16:03 -06:00
perror.test
preload.test
ps-master.opt
ps.test Remove unportable use of "system rm" 2007-08-29 12:47:00 +02:00
ps_1general.test Bug#28846 Use of undocumented Prepared Statements crashes server 2007-06-22 11:55:48 +02:00
ps_2myisam.test
ps_3innodb.test
ps_4heap.test
ps_5merge.test
ps_6bdb.test
ps_7ndb.test
ps_10nestset.test
ps_11bugs.test
ps_grant.test
query_cache.test Merge adventure.(none):/home/thek/Development/cpp/bug30269/my50-bug30269 2007-08-21 17:47:06 +02:00
query_cache_merge.test
query_cache_notembedded.test
query_cache_with_views.test Bug#30269 Query cache eats memory 2007-08-21 13:43:09 +02:00
raid.test
range.test
read_only.test
rename.test
repair.test
replace.test
rollback.test
round.test
row.test
rowid_order_bdb.test
rowid_order_innodb.test
rpl000001-slave.opt
rpl000001.test
rpl000002.test
rpl000004.test
rpl000005.test
rpl000006.test
rpl000008-slave.opt
rpl000008.test
rpl000009-slave.opt
rpl000009.test
rpl000010-slave.opt
rpl000010.test
rpl000011.test
rpl000012.test
rpl000013-slave.opt
rpl000013.test
rpl000015-slave.sh
rpl000015.slave-mi
rpl000015.test Bug#28369 rpl test cases fail with binlog disabled 2007-06-07 19:18:01 +02:00
rpl000017-slave.opt
rpl000017-slave.sh
rpl000017.test Bug#28369 rpl test cases fail with binlog disabled 2007-06-07 19:18:01 +02:00
rpl000018-master.opt
rpl000018-slave.opt
rpl_alter.test
rpl_auto_increment-master.opt
rpl_auto_increment.test
rpl_auto_increment_11932.test
rpl_change_master.test Merge magare.gmz:/home/kgeorge/mysql/work/B29116-4.1-opt 2007-06-20 12:46:56 +03:00
rpl_charset.test
rpl_charset_sjis.test
rpl_commit_after_flush.test
rpl_create_database-master.opt
rpl_create_database-slave.opt
rpl_create_database.test
rpl_critical_errors.test
rpl_ddl.test
rpl_deadlock-slave.opt
rpl_deadlock.test
rpl_delete_all.test
rpl_do_grant.test
rpl_drop.test
rpl_drop_db.test
rpl_drop_temp-slave.opt
rpl_drop_temp.test
rpl_dual_pos_advance-master.opt
rpl_dual_pos_advance.test
rpl_EE_error.test
rpl_empty_master_crash-master.opt
rpl_empty_master_crash.test
rpl_error_ignored_table-slave.opt
rpl_error_ignored_table.test
rpl_failed_optimize-master.opt
rpl_failed_optimize.test
rpl_flush_log_loop-master.opt
rpl_flush_log_loop-master.sh
rpl_flush_log_loop-slave.opt
rpl_flush_log_loop-slave.sh
rpl_flush_log_loop.test Bug#28893 --relay-log variable is not exposed with SHOW VARIABLES 2007-10-10 12:21:11 +05:00
rpl_flush_tables.test
rpl_free_items-slave.opt
rpl_free_items.test
rpl_get_lock.test
rpl_grant.test Test fix 2007-06-21 16:55:52 +02:00
rpl_ignore_grant-slave.opt
rpl_ignore_grant.test
rpl_ignore_revoke-slave.opt
rpl_ignore_revoke.test
rpl_ignore_table-slave.opt
rpl_ignore_table.test
rpl_init_slave-slave.opt
rpl_init_slave.test
rpl_innodb.test
rpl_insert_delayed.test Addendum to bug 29571: wait for INSERT DELAYED to finish on master 2007-07-26 16:59:21 +03:00
rpl_insert_id-slave.opt
rpl_insert_id.test
rpl_insert_ignore-slave.opt
rpl_insert_ignore.test
rpl_insert_select.test
rpl_known_bugs_detection-master.opt
rpl_known_bugs_detection.test
rpl_loaddata.test
rpl_loaddata_charset.test
rpl_loaddata_rule_m-master.opt
rpl_loaddata_rule_m.test
rpl_loaddata_rule_s-slave.opt
rpl_loaddata_rule_s.test
rpl_loaddatalocal.test
rpl_locale.test
rpl_log-master.opt
rpl_log-slave.opt
rpl_log.test
rpl_log_pos.test Fix for bug #28144: "Slave_IO_Running" differs in replication tests 2007-06-15 16:09:28 +05:00
rpl_many_optimize.test
rpl_master_pos_wait.test
rpl_max_relay_size.test
rpl_misc_functions-slave.sh
rpl_misc_functions.test rpl_misc_functions.result, rpl_misc_functions.test: 2007-07-09 13:18:27 -06:00
rpl_multi_delete-slave.opt
rpl_multi_delete.test
rpl_multi_delete2-slave.opt
rpl_multi_delete2.test
rpl_multi_query.test
rpl_multi_update.test
rpl_multi_update2-slave.opt
rpl_multi_update2.test
rpl_multi_update3.test
rpl_multi_update4-slave.opt
rpl_multi_update4.test
rpl_mystery22.test
rpl_ndb_innodb_trans-slave.opt
rpl_ndb_innodb_trans.test
rpl_openssl.test
rpl_optimize.test
rpl_packet-master.opt
rpl_packet-slave.opt
rpl_packet.test
rpl_ps.test
rpl_redirect.test
rpl_relayrotate-slave.opt
rpl_relayrotate.test
rpl_relayspace-slave.opt
rpl_relayspace.test Bug #25228: rpl_relayspace.test fails on powermacg5, vm-win2003-32-a 2007-08-03 14:14:33 +03:00
rpl_replicate_do-slave.opt
rpl_replicate_do.test
rpl_reset_slave.test
rpl_rewrite_db-slave.opt
rpl_rewrite_db.test
rpl_rotate_logs-master.opt
rpl_rotate_logs-slave.sh
rpl_rotate_logs.slave-mi
rpl_rotate_logs.test Fix for bug #29420: crash with show and purge binlogs 2007-07-05 13:09:56 +05:00
rpl_server_id1.test
rpl_server_id2-slave.opt
rpl_server_id2.test
rpl_session_var.test Bug #29878 Garbage data generation when executing SESSION_USER() on a slave. 2007-07-27 18:42:25 +05:00
rpl_set_charset.test
rpl_skip_error-slave.opt
rpl_skip_error.test rpl_skip_error.test fixed 2007-06-22 09:28:38 +05:00
rpl_slave_status.test
rpl_sp-master.opt
rpl_sp-slave.opt
rpl_sp.test
rpl_sp_effects-master.opt
rpl_sp_effects-slave.opt
rpl_sp_effects.test
rpl_sporadic_master-master.opt
rpl_sporadic_master.test
rpl_ssl.test Bug#28812 rpl_ssl fails due to assert in extra/yassl/src/socket_wrapper.cpp:117 2007-08-28 11:34:43 +02:00
rpl_start_stop_slave.test
rpl_temporary.test
rpl_timezone-master.opt
rpl_timezone-slave.opt
rpl_timezone.test Bug #29536: timestamp inconsistent in replication around 1970 2007-08-06 04:57:28 -07:00
rpl_trigger.test
rpl_trunc_temp.test
rpl_until.test
rpl_user_variables.test
rpl_variables-master.opt
rpl_variables.test
rpl_view-slave.opt
rpl_view.test
schema.test
select.test Fix for bug #30666: Incorrect order when using range conditions on 2 2007-11-07 14:00:45 +03:00
select_found.test
select_safe.test
show_check-master.opt Fix for bug #30088: Can't disable myisam-recover by a value of "". 2007-08-01 11:41:13 +05:00
show_check.test Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.0-maint 2007-08-02 18:23:23 +05:00
skip_grants-master.opt
skip_grants.test
skip_name_resolve-master.opt
skip_name_resolve.test
sp-big.test
sp-code.test Remove "is_debug_build.inc" and use already existing "have-debug.inc" 2007-06-07 22:23:47 +02:00
sp-destruct.test Bug#20037 mysqltest requires cygwin on windows(part 1, new mysqltest commands) 2007-08-07 11:40:03 +02:00
sp-dynamic.test Bug#28846 Use of undocumented Prepared Statements crashes server 2007-06-22 11:55:48 +02:00
sp-error.test Bug#28846 Use of undocumented Prepared Statements crashes server 2007-06-22 11:55:48 +02:00
sp-prelocking.test Bug #29929 LOCK TABLES does not pre-lock tables used in triggers of the locked tables 2007-07-27 16:56:29 +02:00
sp-security.test
sp-threads.test
sp-ucs2.test
sp-vars.test
sp.test Merge gleb.loc:/home/uchum/work/bk/5.0 2007-09-12 23:41:35 +05:00
sp_notembedded.test
sp_stress_case.test
sp_trans.test Merge tsmith@bk-internal.mysql.com:/home/bk/mysql-5.0-build 2007-06-14 23:23:30 +02:00
sp_trans_log.test Bug#28369 rpl test cases fail with binlog disabled 2007-06-07 19:18:01 +02:00
sql_mode.test
ssl-big.test Bug #29579 Clients using SSL can hang the server 2007-07-12 22:06:33 -04:00
ssl.test
ssl_8k_key.test Bug #29784 YaSSL assertion failure when reading 8k key. 2007-07-17 14:43:56 -04:00
ssl_compress.test
ssl_connect.test
status.test Bug #30377: EXPLAIN loses last_query_cost when used with UNION 2007-08-28 18:51:03 +03:00
strict.test
strict_autoinc_1myisam.test
strict_autoinc_2innodb.test
strict_autoinc_3heap.test
strict_autoinc_4bdb.test
strict_autoinc_5ndb.test
subselect.test Bug#27333: subquery grouped for aggregate of outer 2007-06-29 10:39:17 +03:00
subselect2.test
subselect3.test
subselect_gis.test
subselect_innodb.test
subselect_notembedded.test after merge fix 2007-06-06 18:55:21 +05:00
sum_distinct-big.test
sum_distinct.test
symlink.test disabled the output of the full path in tesing bug 29325 2007-07-13 16:32:29 +03:00
synchronization.test
sysdate_is_now-master.opt
sysdate_is_now.test
system_mysql_db.test
system_mysql_db_fix30020-master.opt
system_mysql_db_fix30020.test
system_mysql_db_fix40123-master.opt
system_mysql_db_fix40123.test
system_mysql_db_refs.test
tablelock.test
temp_table-master.opt
temp_table.test
timezone-master.opt
timezone.test
timezone2.test
timezone3-master.opt
timezone3.test
timezone4-master.opt
timezone4.test
timezone_grant.test
trigger-compat.test
trigger-grant.test
trigger-trans.test A fix and a test case for Bug#26141 mixing table types in trigger 2007-07-12 22:26:41 +04:00
trigger.test Add a test case for Bug#27248 Triggers: error if insert affects temporary 2007-07-18 14:42:06 +04:00
truncate.test
type_binary.test
type_bit.test BUG#30324: Grouping queries with COUNT(DISTINCT bit column) return wrong results 2007-09-14 14:53:13 +04:00
type_bit_innodb.test
type_blob.test
type_date.test Bug #30942: select str_to_date from derived table returns varying results 2007-10-04 09:15:26 +02:00
type_datetime.test Bug#27216: functions with parameters of different date types may return wrong 2007-09-22 11:49:27 +04:00
type_decimal.test Fixed bug #31019: the MOD() function and the % operator crash the server 2007-10-08 03:48:59 +05:00
type_enum.test Fixed bug #29611. 2007-07-22 18:26:16 -07:00
type_float.test
type_nchar.test
type_newdecimal-big.test
type_newdecimal.test Merge olga.mysql.com:/home/igor/mysql-5.0-opt 2007-07-07 15:45:28 -07:00
type_ranges.test
type_set.test
type_time.test Extended fix for the bug#29555. 2007-07-15 21:51:36 +04:00
type_timestamp.test
type_uint.test
type_varchar.test
type_year.test
udf.test Bug #28921 Queries containing UDF functions are cached 2007-06-18 17:55:12 -04:00
union-master.opt
union.test
update.test
user_limits.test
user_var-binlog.test Bug#28369 rpl test cases fail with binlog disabled 2007-06-07 19:18:01 +02:00
user_var.test
utils.sh
varbinary.test
variables-big.test
variables.test Fix for bug #29131: SHOW VARIABLES reports variable 'log' but SET 2007-10-25 14:02:27 +04:00
view.test Bug#25359 Test 'view' is dependent on current year to be 2006 2007-10-10 12:16:13 +05:00
view_grant.test view_grant.result, view_grant.test: 2007-09-29 01:07:29 +00:00
wait_for_process.sh
wait_for_socket.sh
wait_timeout-master.opt
wait_timeout.test
warnings-master.opt
warnings.test
windows.test
windows_shm-master.opt Bug#24924: shared-memory-base-name that is too long causes buffer overflow 2007-06-27 14:04:29 +02:00
windows_shm.test Bug#24924 shared-memory-base-name that is too long causes buffer overflow 2007-07-02 14:22:03 -04:00
xa.test