mariadb/mysql-test/t
dkatz@damien-katzs-computer.local a393b215fb Bug #29138 'kill' fails in pushbuild
The reason the "reap;" succeeds unexpectedly is because the query was completing(almost always) and the network buffer was big enough to store the query result (sometimes) on Windows, meaning the response was completely sent before the server thread could be killed.

Therefore we use a much longer running query that doesn't have a chance to fully complete before the reap happens, testing the kill properly.
2007-06-21 21:39:52 -04:00
..
alias.test
alter_table-big.test Fix for bug #25044 "ALTER TABLE ... ENABLE KEYS acquires global 'opening 2007-01-19 23:15:59 +03:00
alter_table.test Bug#27507: Wrong DATETIME value was allowed by ALTER TABLE in the NO_ZERO_DATE 2007-05-22 00:22:53 +04:00
analyse.test
analyze.test
ansi.test
archive.test BUG#26138 - REPAIR TABLE with option USE_FRM erases all records in 2007-03-30 13:00:21 +05:00
archive_gis.test
auto_increment.test
backup-master.sh
backup.test Bug#28718 Running backup testcase fails in mysql testsuite 2007-06-07 14:25:17 +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 several fixes to make tests pass in embedded-server mode 2006-11-13 20:06:45 +04:00
bdb_cache-master.opt
bdb_cache.test
bdb_gis.test
bdb_notembedded.test Bug#22855: 2007-05-17 19:38:34 +03:00
bench_count_distinct.test
bigint.test bug #8663 cant use bigint unsigned as input to cast 2007-05-16 10:12:49 +05:00
binary.test
binlog-master.opt
binlog.test binlog.result, binlog.test: 2007-06-15 23:57:53 +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#20166 mysql-test-run.pl does not test system privilege tables creation 2007-02-20 12:48:15 +01:00
bulk_replace.test
case.test
cast.test Bug #28250: Run-Time Check Failure #3 - The variable 'value' is 2007-05-23 14:43:06 +02:00
check.test
client_xml.test bug#27608 XML output is not well-formed 2007-04-09 17:53:10 +05:00
comments.test
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 Fix for: 2007-05-11 20:33:13 +04:00
create_not_windows.test
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_big5.test
ctype_collate.test Remove compiler warnings 2006-11-20 22:42:06 +02:00
ctype_cp932.test Merge pilot.blaudden:/home/msvensson/mysql/mysql-5.0 2007-03-01 18:12:56 +01: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 Remove compiler warnings 2006-11-20 22:42:06 +02:00
ctype_cp1251.test
ctype_create.test
ctype_eucjpms.test
ctype_euckr.test
ctype_gb2312.test
ctype_gbk.test
ctype_hebrew.test Fix for the bug #24037 "Lossy Hebrew to Unicode conversion". 2006-12-22 15:30:37 +03:00
ctype_latin1.test
ctype_latin1_de-master.opt
ctype_latin1_de.test
ctype_latin2.test
ctype_latin2_ch.test
ctype_many.test
ctype_mb.test
ctype_recoding.test
ctype_sjis.test
ctype_tis620.test
ctype_uca.test Bug#27079 Crash while grouping empty ucs2 strings 2007-03-27 12:20:20 +05:00
ctype_ucs.test Bug#22638 SOUNDEX broken for international characters 2007-03-28 18:57:30 +05:00
ctype_ucs2_def-master.opt Bug#18743: Several test cases fails if "classic" configuration in 5.0 2007-02-19 13:57:06 +03:00
ctype_ucs2_def.test Fix for bug #27643 "query failed : 1114 (The table '' is full) 2007-05-31 14:54:44 +04: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#20095 Changing length of VARCHAR field with UTF8 collation does not truncate values 2007-04-13 10:05:55 +05:00
date_formats-master.opt
date_formats.test Backport of TIME->MYSQL_TIME / Y2K fixset 2007-05-16 10:44:59 +02:00
default.test bug #20691 (INSERT (DEFAULT) may insert garbage with NO DEFAULT NOT NULL field) 2007-02-12 15:41:36 +04:00
delayed.test tests fixed to work in embedded server 2007-03-20 17:53:55 +04:00
delete.test Bug #26186: 2007-02-23 18:49:41 +02:00
derived.test Bug#20166 mysql-test-run.pl does not test system privilege tables creation 2007-02-26 11:49:24 +01:00
dirty_close.test
disabled.def Merge lthalmann@bk-internal.mysql.com:/home/bk/mysql-5.0-runtime 2007-05-31 10:20:58 +02:00
distinct.test Bug #27659: 2007-04-10 16:55:48 +03:00
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 27513: fixed left-over sql mode from a test case. 2007-04-04 13:38:19 +03:00
exampledb.test
execution_constants.test several fixes to make tests pass in embedded-server mode 2006-11-13 20:06:45 +04:00
explain.test sql_select.cc: 2007-03-08 00:27:42 +03:00
federated.test federated.test: 2006-11-29 13:56:59 -05:00
federated_archive.test
federated_bug_13118.test
fix_priv_tables.test Skip test cases if the script or binary they need can't be found 2007-04-04 15:40:40 +02:00
flush.test Merge mysql.com:/home/hf/work/mysql-4.1-mrg 2006-11-16 23:16:44 +04:00
flush2-master.opt Bug#24805 mtr.pl can't handle test with --disable-log-bin 2007-02-06 14:19:07 +01:00
flush2.test Backport from 5.1, limit SHOW VARIABLES to "log_bin%" 2007-03-23 12:35:30 +01:00
flush_block_commit.test Merge mysql.com:/home/hf/work/mysql-4.1-mrg 2006-11-16 23:16:44 +04:00
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 Merge mysql.com:/home/svoj/devel/mysql/BUG25951/mysql-4.1-engines 2007-04-18 12:39:04 +05:00
fulltext2.test
fulltext_cache.test
fulltext_distinct.test
fulltext_left_join.test BUG#25729 - boolean full text search is confused by NULLs produced by 2007-04-02 17:26:39 +05:00
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 Bug#28450: The Item_date_add_interval in select list may fail the field 2007-05-30 00:33:12 +04:00
func_default.test
func_des_encrypt.test Add "have_ssl" as synonym for "have_openssl" 2007-03-05 10:03:42 +01:00
func_encrypt-master.opt
func_encrypt.test Add "have_ssl" as synonym for "have_openssl" 2007-03-05 10:03:42 +01:00
func_encrypt_nossl.test
func_equal.test
func_gconcat.test Merge dl145s.mysql.com:/users/mhansson/mysql/push/bug23856/my50-bug23856 2007-05-22 14:48:49 +02:00
func_group.test Merge mhansson@bk-internal:/home/bk/mysql-5.0-opt 2007-05-16 12:22:20 +03:00
func_if.test Bug#24532 (The return data type of IS TRUE is different from similar 2007-02-12 13:59:29 -07:00
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 Fix for bug #24912 "problems with bigint in abs() ceiling() round() truncate() mod()" and a number of related problems: 2007-04-28 20:01:01 +04:00
func_misc.test Bug#26093 (SELECT BENCHMARK() for SELECT statements does not produce valid 2007-03-01 19:20:47 -07:00
func_op.test
func_regexp.test
func_sapdb.test Backport of TIME->MYSQL_TIME / Y2K fixset 2007-05-16 10:44:59 +02:00
func_set.test
func_str.test Bug #27530: 2007-04-11 13:58:16 +03:00
func_system.test
func_test.test Merge zippy.cornsilk.net:/home/cmiller/work/mysql/bug23411/my41-bug23411 2006-11-06 17:45:47 -05:00
func_time.test Merge polly.local:/tmp/maint/bug20293/my50-bug20293 2007-03-06 20:50:49 +03:00
func_timestamp.test
gcc296.test
gis-rtree.test Merge chilla.local:/home/mydev/mysql-4.1-bug25673 2007-03-08 10:10:17 +01:00
gis.test Bug#28763: Selecting geometry fields in UNION caused server crash. 2007-06-08 00:33:03 +04:00
grant.test Add missing semicolon after connect command 2007-06-01 13:39:54 +02:00
grant2.test Bug#18660 Can't grant any privileges on single table in database with underscore char 2007-06-08 14:42:08 +05:00
grant3-master.opt
grant3.test
grant_cache.test Bug#20166 mysql-test-run.pl does not test system privilege tables creation 2007-02-26 11:49:24 +01:00
greedy_optimizer.test Remove compiler warnings 2006-11-20 22:42:06 +02:00
group_by.test Bug#27874: Non-grouped columns are allowed by * in ONLY_FULL_GROUP_BY mode. 2007-04-24 22:35:57 +04:00
group_min_max.test Merge dl145s.mysql.com:/data0/bk/team_tree_merge/mysql-5.0 2006-11-29 11:25:22 +01:00
handler.test
having.test
heap.test
heap_auto_increment.test
heap_btree.test After merge fix 2007-03-28 12:11:44 +02:00
heap_hash.test Fix for bug #27643 "query failed : 1114 (The table '' is full) 2007-05-31 14:54:44 +04:00
help.test Test "help": 2007-03-20 19:36:11 +01:00
im_daemon_life_cycle-im.opt
im_daemon_life_cycle.imtest BUG#24415: im_daemon_life_cycle.imtest fails 2007-02-23 20:24:32 +03:00
im_life_cycle-im.opt
im_life_cycle.imtest Fix for BUG##24415: Instance manager test im_daemon_life_cycle 2006-11-23 22:55:36 +03:00
im_options_set.imtest
im_options_unset.imtest
im_utils-im.opt
im_utils.imtest Fix for BUG##24415: Instance manager test im_daemon_life_cycle 2006-11-23 22:55:36 +03:00
index_merge.test
index_merge_bdb.test
index_merge_innodb.test
index_merge_innodb2.test
index_merge_ror.test BUG#25048 - ERROR 126 : Incorrect key file for table '.XXXX.MYI'; try to 2006-12-26 17:47:30 +04:00
index_merge_ror_cpk.test
information_schema.test Bug#28266 IS_UPDATABLE field on VIEWS table in I_S database is wrong 2007-06-09 16:52:37 +05:00
information_schema_chmod.test Bug #23125 [patch] trigger test fails when run as root 2006-12-22 00:38:34 +01:00
information_schema_db.test Bug #26817: mysqldump fails to backup database containing view with invalid definer 2007-03-23 19:24:03 +01:00
information_schema_inno.test
init_connect-master.opt
init_connect.test tests fixed to work in embedded server 2007-03-20 17:53:55 +04:00
init_file-master.opt
init_file.test Merge kpdesk.mysql.com:/home/thek/dev/bug23240/my41-bug23240 2007-02-19 10:08:27 +01:00
innodb-big.test
innodb-deadlock.test
innodb-lock.test
innodb-master.opt
innodb-replace.test Fix for BUG#25507 "multi-row insert delayed + auto increment causes 2007-02-15 15:39:03 +01:00
innodb-ucs2.test Bug#18743: Several test cases fails if "classic" configuration in 5.0 2007-02-19 13:57:06 +03:00
innodb.test Bug#28769 Test case "innodb" fails with --skip-log-bin 2007-06-19 09:56:19 +02:00
innodb_cache-master.opt
innodb_cache.test
innodb_gis.test
innodb_handler.test
innodb_mysql-master.opt Added innodb_rollback_on_timeout option to restore the 4.1 2006-12-19 16:57:51 -07:00
innodb_mysql.test Merge bk@192.168.21.1:mysql-5.0 2007-06-14 16:41:10 +05:00
innodb_notembedded.test
innodb_timeout_rollback-master.opt Added innodb_rollback_on_timeout option to restore the 4.1 2006-12-19 16:57:51 -07:00
innodb_timeout_rollback.test Added innodb_rollback_on_timeout option to restore the 4.1 2006-12-19 16:57:51 -07:00
innodb_unsafe_binlog-master.opt
innodb_unsafe_binlog.test
insert.test A fix and a test case for 2007-05-16 09:51:05 +04:00
insert_notembedded.test several fixes to make tests pass in embedded-server mode 2006-11-13 20:06:45 +04:00
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 #26207: When making the key image to use 2007-03-22 18:44:16 +02: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 Merge magare.gmz:/home/kgeorge/mysql/work/B27531-4.1-opt 2007-05-04 16:47:58 +03:00
join_crash.test
join_nested.test BUG#25575: ERROR 1052 (Column in from clause is ambiguous) with sub-join 2007-01-31 16:04:38 +02:00
join_outer.test Fixed bug #28571. Outer join queries with ON conditions over 2007-05-26 10:33:01 -07:00
key.test Bug #28476: force index on a disabled myisam index gives error 124 2007-05-22 15:58:30 +03:00
key_cache-master.opt
key_cache.test Bug#28478 - Improper key_cache_block_size corrupts MyISAM tables 2007-05-31 20:04:54 +02:00
key_diff.test
key_primary.test
keywords.test Bug#12204 2007-02-07 14:22:19 -08:00
kill.test Bug #29138 'kill' fails in pushbuild 2007-06-21 21:39:52 -04:00
kill_n_check.sh IM test suite fix. 2007-02-24 13:12:20 +03:00
limit.test Fix for bug #28464: a string argument to 'limit ?' PS - replication fails 2007-05-18 12:08:07 +05:00
loaddata.test loaddata.result, loaddata.test: 2007-05-09 14:46:11 +04:00
loaddata_autocom_innodb.test
loaddata_autocom_ndb.test
lock.test
lock_multi.test Bug#20166 mysql-test-run.pl does not test system privilege tables creation 2007-02-26 11:49:24 +01:00
lock_tables_lost_commit-master.opt
lock_tables_lost_commit.test
log.sh IM test suite fix. 2007-02-24 13:12:20 +03:00
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 Update test cases after run with --check-testcases 2006-11-14 19:45:52 +01:00
lowercase_mixed_tmpdir-master.opt Bug #27653: Temp table can't be created if lower_case_table_names=1 and 2007-04-30 23:16:46 +02:00
lowercase_mixed_tmpdir-master.sh Bug #27653: Temp table can't be created if lower_case_table_names=1 and 2007-04-30 23:16:46 +02:00
lowercase_mixed_tmpdir.test Bug #27653: Temp table can't be created if lower_case_table_names=1 and 2007-04-30 23:16:46 +02:00
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 BUG#26976 - Missing table in merge not noted in related error msg + 2007-06-06 04:42:41 +05:00
metadata.test Bug #28492: subselect returns LONG in >5.0.24a and LONGLONG in <=5.0.24a 2007-05-30 09:55:38 +03:00
mix_innodb_myisam_binlog-master.opt
mix_innodb_myisam_binlog.test Bug#28369 rpl test cases fail with binlog disabled 2007-06-08 11:30:03 +02:00
multi_statement-master.opt
multi_statement.test
multi_update-master.opt
multi_update.test
myisam-blob-master.opt
myisam-blob.test
myisam.test Bug #28476: force index on a disabled myisam index gives error 124 2007-05-22 15:58:30 +03:00
mysql.test Fix some mysqltest warnings. 2007-06-01 17:49:01 +04:00
mysql_client_test.opt
mysql_client_test.test
mysql_delimiter.sql Bug#19799 delimiter command not working correctly when sourcing a sql file 2006-11-22 01:27:06 -05:00
mysql_delimiter_19799.sql Bug#19799 delimiter command not working correctly when sourcing a sql file 2006-11-21 21:10:02 -05:00
mysql_delimiter_source.sql
mysql_protocols.test
mysql_upgrade.test Bug #28401 mysql_upgrade Failed with STRICT_ALL_TABLES, ANSI_QUOTES and NO_ZERO_DATE 2007-05-19 18:15:08 +02:00
mysqladmin.test Merge pilot.mysql.com:/home/msvensson/mysql/mysql-4.1 2007-01-17 11:13:03 +01:00
mysqlbinlog-cp932-master.opt Force the server restart before running mysqlbinlog-cp932.test to fix PB failures introduced by the patch for bug #18743. 2007-02-22 15:28:42 +03:00
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 Bug#28369 rpl test cases fail with binlog disabled 2007-06-07 19:18:01 +02:00
mysqlbinlog2.test Bug#28369 rpl test cases fail with binlog disabled 2007-06-07 19:18:01 +02:00
mysqlcheck.test Fixed compiler warnings detected by option -Wshadow and -Wunused: 2006-12-15 00:51:37 +02:00
mysqldump-max.test
mysqldump.test Merge tsmith@bk-internal.mysql.com:/home/bk/mysql-5.0-build 2007-06-14 23:23:30 +02:00
mysqlshow.test
mysqltest.test Merge bk-internal:/home/bk/mysql-5.0-maint 2007-06-19 11:34:54 +02:00
ndb_alter_table.test
ndb_alter_table2.test
ndb_autodiscover.test
ndb_autodiscover2-master.opt
ndb_autodiscover2.test
ndb_autodiscover3.test Bug#27644 ndb: connecting api node/mysqld may "steal" node_id from running mysqld 2007-04-05 09:12:30 +02:00
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 Bug #28719: multi pk update ignore corrupts data 2007-05-28 13:23:11 +02:00
ndb_bitfield.test
ndb_blob.test ndb - bug#24028 in 5.0 2007-03-21 09:13:05 +01: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 Bug#20166 mysql-test-run.pl does not test system privilege tables creation 2007-02-26 11:49:24 +01:00
ndb_index_unique.test Merge mysql.com:/windows/Linux_space/MySQL/mysql-4.1 2006-12-07 15:51:16 +01:00
ndb_insert.test Bug#26342 auto_increment_increment AND auto_increment_offset REALLY REALLY anger NDB cluster, implemented support for auto_increment_offset and auto_increment_increment for Ndb 2007-05-09 14:14:27 +02:00
ndb_limit.test
ndb_load.test
ndb_loaddatalocal.test
ndb_lock.test Fixed unsafe define of uint4korr() 2007-02-21 13:02:57 +02:00
ndb_minmax.test
ndb_multi.test Bug#20166 mysql-test-run.pl does not test system privilege tables creation 2007-02-26 11:49:24 +01:00
ndb_read_multi_range.test Fix for bug#25821 Excessive partition pruning for multi-range index scan in NDB API: don't set distribution key if multi_range 2007-02-06 23:06:58 +01:00
ndb_rename.test
ndb_replace.test
ndb_restore.test correct test and result 2007-06-17 22:04:01 +02:00
ndb_restore_print.test medium int printout support 2007-03-08 15:37:53 +07:00
ndb_single_user.test Bug #27710 Creating unique index fails during single user mode 2007-04-16 14:07:31 +02:00
ndb_subquery.test
ndb_transaction.test
ndb_trigger.test Bug #26242 UPDATE with subquery and triggers failing with cluster tables 2007-04-04 12:50:39 +02:00
ndb_truncate.test
ndb_types.test Merge siva.hindu.god:/home/tsmith/m/bk/mrg-jan17/maint/41 2007-01-18 13:26:48 -07:00
ndb_update.test #18487 UPDATE IGNORE not supported for unique constraint violation of non-primary key: call peek_index_rows 2006-11-30 15:02:33 +01:00
negation_elimination.test
not_embedded_server-master.opt
not_embedded_server.test
null.test Remove compiler warnings 2006-11-20 22:42:06 +02:00
null_key.test
odbc.test
olap.test Merge olga.mysql.com:/home/igor/mysql-4.1-opt 2007-04-29 18:32:59 -07:00
openssl_1.test Bug#27669 mysqldump: Got error: 2026: SSL connection error when trying to connect 2007-04-11 23:42:53 +02:00
order_by.test Fix some mysqltest warnings. 2007-06-01 17:49:01 +04:00
order_fill_sortbuf-master.opt
order_fill_sortbuf.test
outfile.test Merge siva.hindu.god:/home/tsmith/m/bk/50 2007-05-17 14:17:50 -06:00
overflow.test Bug#20166 mysql-test-run.pl does not test system privilege tables creation 2007-02-26 11:49:24 +01:00
packet.test
perror.test
preload.test
ps-master.opt
ps.test Merge mysql.com:/home/ram/work/mysql-5.0-maint 2007-05-23 13:48:31 +05:00
ps_1general.test Cleanup: now that we have Lex_input_stream, finish the transition 2007-05-11 17:26:12 +04: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 Bug #29053 SQL_CACHE in UNION causes non-deterministic functions to be cached 2007-06-18 17:16:20 -04:00
query_cache_merge.test
query_cache_notembedded.test Merge kahlann.erinye.com:/home/df/mysql/build/mysql-4.1-build-work 2006-12-19 15:31:10 +01:00
raid.test
range.test BUG#26624, pushbuild fixes: Merge to 5.0 2007-03-31 00:48:31 +04:00
read_only.test Fix for bug #22077 "DROP TEMPORARY TABLE fails with wrong error if read_only is set" 2006-11-20 17:35:23 +03:00
rename.test Merge mysql.com:/home/hf/work/mysql-4.1-mrg 2006-11-16 23:16:44 +04:00
repair.test
replace.test
rollback.test
round.test
row.test Fix some mysqltest warnings. 2007-06-01 17:49:01 +04:00
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
rpl_charset.test
rpl_charset_sjis.test Bug#23619 Incorrectly escaped multibyte characters in binary log break replication 2006-11-09 14:27:34 +04:00
rpl_commit_after_flush.test
rpl_create_database-master.opt
rpl_create_database-slave.opt
rpl_create_database.test
rpl_critical_errors.test BUG#26551 (Aborted query for non-transactional table breaks replication): 2007-04-12 14:00:45 +02:00
rpl_ddl.test
rpl_deadlock-slave.opt
rpl_deadlock.test Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0 2006-11-28 20:59:57 +01:00
rpl_delete_all.test
rpl_do_grant.test Bug#24158 SET PASSWORD in binary log fails under ANSI_QUOTES 2006-11-30 11:08:23 +04:00
rpl_drop.test
rpl_drop_db.test Cleanup after test cases 2006-11-15 10:23:27 +01:00
rpl_drop_temp-slave.opt
rpl_drop_temp.test
rpl_dual_pos_advance-master.opt
rpl_dual_pos_advance.test Bug#27070 server logs are created unrequested and in wrong directory 2007-03-20 11:15:15 +01:00
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
rpl_flush_tables.test
rpl_free_items-slave.opt
rpl_free_items.test
rpl_get_lock.test
rpl_ignore_grant-slave.opt
rpl_ignore_grant.test
rpl_ignore_revoke-slave.opt
rpl_ignore_revoke.test Cleanup after test cases 2006-11-15 10:23:27 +01:00
rpl_ignore_table-slave.opt
rpl_ignore_table.test Merge pilot.blaudden:/home/msvensson/mysql/bug25482/my41-bug25482-alt2 2007-03-29 14:16:28 +02:00
rpl_init_slave-slave.opt
rpl_init_slave.test Cleanup after test cases 2006-11-15 10:23:27 +01:00
rpl_innodb.test
rpl_insert_delayed.test Fix for BUG#25507 "multi-row insert delayed + auto increment causes 2007-02-15 15:39:03 +01:00
rpl_insert_id-slave.opt
rpl_insert_id.test Fix for BUG#24432 2007-02-08 15:53:14 +01:00
rpl_insert_ignore-slave.opt
rpl_insert_ignore.test
rpl_insert_select.test
rpl_known_bugs_detection-master.opt Fix for BUG#24432 2007-02-08 15:53:14 +01:00
rpl_known_bugs_detection.test Fix for BUG#24432 2007-02-08 15:53:14 +01:00
rpl_loaddata.test Fix a typo in the test case. 2007-06-01 18:04:25 +04:00
rpl_loaddata_charset.test Renaming recenly added test case, because of name conflict 2007-03-01 11:52:25 +04:00
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 Bug#22645 LC_TIME_NAMES: Statement not replicated 2006-12-07 09:31:53 +04:00
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 Cleanup after test cases 2006-11-15 10:23:27 +01:00
rpl_misc_functions-slave.sh
rpl_misc_functions.test - renaming TMP_TABLE to NON_TRANSACTIONAL_TMP_TABLE because this is 2007-03-22 15:07:32 +01: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 Add "have_ssl" as synonym for "have_openssl" 2007-03-05 10:03:42 +01:00
rpl_optimize.test
rpl_packet-master.opt
rpl_packet-slave.opt
rpl_packet.test Add missing semicolon after connect command 2007-06-01 13:39:54 +02:00
rpl_ps.test
rpl_redirect.test
rpl_relayrotate-slave.opt
rpl_relayrotate.test
rpl_relayspace-slave.opt
rpl_relayspace.test
rpl_replicate_do-slave.opt
rpl_replicate_do.test Bug#24478 DROP TRIGGER is not caught by replicate-*-table filters 2007-02-26 15:25:43 +04:00
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 Bug#28369 rpl test cases fail with binlog disabled 2007-06-07 19:18:01 +02:00
rpl_server_id1.test
rpl_server_id2-slave.opt
rpl_server_id2.test
rpl_session_var.test
rpl_set_charset.test
rpl_skip_error-slave.opt
rpl_skip_error.test
rpl_slave_status.test
rpl_sp-master.opt
rpl_sp-slave.opt
rpl_sp.test Fix for BUG#19725 "Calls to SF in other database are not replicated 2007-01-08 22:01:06 +01:00
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 Fix for bug #28144: "Slave_IO_Running" differs in replication tests 2007-06-15 16:09:28 +05:00
rpl_start_stop_slave.test
rpl_temporary.test Merge pilot.blaudden:/home/msvensson/mysql/bug20166/my50-bug20166 2007-02-27 14:54:33 +01:00
rpl_timezone-master.opt
rpl_timezone-slave.opt
rpl_timezone.test Cleanup after test cases 2006-11-15 10:23:27 +01:00
rpl_trigger.test Bug#23703 (DROP TRIGGER needs an IF EXISTS) 2006-11-13 15:40:22 -07:00
rpl_trunc_temp.test
rpl_until.test
rpl_user_variables.test Fix for 2007-05-24 15:35:43 +05:00
rpl_variables-master.opt
rpl_variables.test Cleanup after test cases 2006-11-15 10:23:27 +01:00
rpl_view-slave.opt
rpl_view.test Fixed bug #28244. 2007-05-31 17:30:56 +05:00
schema.test
select.test Bug #19372: 2007-04-10 19:08:08 +03:00
select_found.test
select_safe.test
show_check-master.opt
show_check.test Merge mysql.com:/home/hf/work/mysql-4.1-mrg 2006-11-16 23:16:44 +04:00
skip_grants-master.opt
skip_grants.test Bug#26285 selecting information_schema crahes server 2007-03-16 12:15:51 +04:00
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#27144 sp-destruct.test is disabled on Windows 2007-03-21 13:58:11 -04:00
sp-dynamic.test
sp-error.test Bug #27907 "Misleading error message when opening/locking tables" 2007-05-18 12:29:06 +04:00
sp-prelocking.test Bug #27907 "Misleading error message when opening/locking tables" 2007-05-18 12:29:06 +04:00
sp-security.test Fix for BUG#9504: Stored procedures: execute privilege doesn't 2007-03-23 14:12:11 +03:00
sp-threads.test
sp-ucs2.test Bug#18743: Several test cases fails if "classic" configuration in 5.0 2007-02-19 13:57:06 +03:00
sp-vars.test Bug#27415 Text Variables in stored procedures 2007-05-16 14:25:38 +02:00
sp.test Merge bk-internal.mysql.com:/data0/bk/mysql-5.0 2007-06-02 00:57:25 +02:00
sp_notembedded.test
sp_stress_case.test minor cleanup 2006-12-11 18:52:24 -07:00
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.test Add "have_ssl" as synonym for "have_openssl" 2007-03-05 10:03:42 +01:00
ssl_compress.test Add "have_ssl" as synonym for "have_openssl" 2007-03-05 10:03:42 +01:00
ssl_connect.test Add "have_ssl" as synonym for "have_openssl" 2007-03-05 10:03:42 +01:00
status.test Merge mysql.com:/home/hf/work/mysql-4.1-mrg 2006-11-16 23:16:44 +04:00
strict.test Merge bk-internal.mysql.com:/data0/bk/mysql-5.0 2007-06-02 00:57:25 +02:00
strict_autoinc_1myisam.test
strict_autoinc_2innodb.test
strict_autoinc_3heap.test
strict_autoinc_4bdb.test
strict_autoinc_5ndb.test
subselect.test Fixed bug #28811: crash for a query containing a subquery with 2007-06-07 22:35:31 -07:00
subselect2.test
subselect3.test Merge bk-internal.mysql.com:/data0/bk/mysql-5.0 2007-06-02 00:57:25 +02:00
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 Valgrind error fixes 2007-02-01 18:00:24 +04:00
synchronization.test
sysdate_is_now-master.opt
sysdate_is_now.test
system_mysql_db.test
system_mysql_db_fix30020-master.opt Rename system_mysql_db_fix.test to system_mysql_db_fix30020 as it tests 2006-11-21 15:31:11 +01:00
system_mysql_db_fix30020.test Skip test cases if the script or binary they need can't be found 2007-04-04 15:40:40 +02:00
system_mysql_db_fix40123-master.opt Rename system_mysql_db_fix.test to system_mysql_db_fix30020 as it tests 2006-11-21 15:31:11 +01:00
system_mysql_db_fix40123.test Skip test cases if the script or binary they need can't be found 2007-04-04 15:40:40 +02:00
system_mysql_db_refs.test
tablelock.test
temp_table-master.opt
temp_table.test Bug #24791: Union with AVG-groups generates wrong results 2007-03-22 10:56:47 +01:00
timezone-master.opt
timezone.test Fix Bug #9191 "TIMESTAMP/from_unixtime() no longer accepts 2^31-1" 2006-11-01 16:47:40 +03:00
timezone2.test Merge mysql.com:/home/cps/mysql/trees/4.1-runtime-bug9191 2006-11-01 17:35:35 +03:00
timezone3-master.opt
timezone3.test
timezone4-master.opt Fix Bug #9191 "TIMESTAMP/from_unixtime() no longer accepts 2^31-1" 2006-11-01 16:47:40 +03:00
timezone4.test Fix Bug #9191 "TIMESTAMP/from_unixtime() no longer accepts 2^31-1" 2006-11-01 16:47:40 +03:00
timezone_grant.test
trigger-compat.test
trigger-grant.test Use binary file mode when writing the modified .TRG file to avoid CR/LF's being added on windows 2007-02-26 09:24:03 +01:00
trigger-trans.test
trigger.test Bug #28992: trigger fails in pushbuild 2007-06-12 14:35:36 +03:00
truncate.test reverted the fix for Bug#5507 2007-04-17 12:32:01 +02:00
type_binary.test Bug#14171: Wrong internal default value for a BINARY field. 2007-01-09 22:35:30 +03:00
type_bit.test Increased heap max length to > 4G for 64 bit machines 2006-11-28 00:47:21 +02:00
type_bit_innodb.test
type_blob.test Bug#18628 mysql-test-run: security problem(part1) 2007-02-14 14:44:34 +01:00
type_date.test Backport of TIME->MYSQL_TIME / Y2K fixset 2007-05-16 10:44:59 +02:00
type_datetime.test Bug#28778: Wrong result of BETWEEN when comparing a DATETIME field with an 2007-06-06 00:25:06 +04:00
type_decimal.test Fixed bug #28980: the result of ROUND(<decimal expr>,<int column>) 2007-06-13 09:32:36 -07:00
type_enum.test Bug#28729: Field_enum wrongly reported an error while storing an empty string. 2007-05-30 23:28:14 +04:00
type_float.test Fix for bug #28121 "INSERT or UPDATE into DOUBLE(200,0) field being truncated to 31 digits" 2007-05-28 12:44:59 +04:00
type_nchar.test
type_newdecimal-big.test
type_newdecimal.test Merge bk@192.168.21.1:mysql-5.0-opt 2007-05-21 22:28:50 +05:00
type_ranges.test
type_set.test Bug#27069 set with identical elements are created 2007-04-02 15:01:19 +05:00
type_time.test
type_timestamp.test
type_uint.test
type_varchar.test Convert "system cp" to portable mysqltest commands 2007-02-23 18:05:32 +01:00
type_year.test Fix for bugs 2007-03-29 09:08:30 +05:00
udf.test Bug #28921 Queries containing UDF functions are cached 2007-06-18 17:55:12 -04:00
union-master.opt
union.test Bug#23345: Wrongly allowed INTO in a non-last select of a UNION. 2007-03-21 21:54:38 +03:00
update.test Fix for bug #22364 "Inconsistent "matched rows" when executing UPDATE" 2007-04-23 18:22:33 +04:00
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 user_var.result, user_var.test: 2007-06-03 14:46:09 +04:00
utils.sh Fix for BUG##24415: Instance manager test im_daemon_life_cycle 2006-11-23 22:55:36 +03:00
varbinary.test Bug #23125 [patch] trigger test fails when run as root 2006-12-22 00:38:34 +01:00
variables-big.test Bug #27322 failure to allocate transaction_prealloc_size causes crash 2007-04-12 18:03:26 -04:00
variables.test Bug#22648 LC_TIME_NAMES: Setting GLOBAL has no effect 2007-04-09 17:58:56 +05:00
view.test Bug#28266 IS_UPDATABLE field on VIEWS table in I_S database is wrong 2007-06-09 16:52:37 +05:00
view_grant.test Merge sergbook.mysql.com:/usr/home/serg/Abk/mysql-5.0-build 2007-03-23 17:56:58 +02:00
view_query_cache.test
wait_for_process.sh IM test suite fix. 2007-02-24 13:12:20 +03:00
wait_for_socket.sh bug in im* tests - missing --no-defaults in the mysql command line 2007-03-23 22:16:32 +02:00
wait_timeout-master.opt
wait_timeout.test Added two possible error cases for a test. 2007-01-10 16:55:53 +02:00
warnings-master.opt
warnings.test
windows.test Bug #27811: 2007-04-23 17:15:51 +03:00
xa.test Bug#20166 mysql-test-run.pl does not test system privilege tables creation 2007-02-26 11:49:24 +01:00