mariadb/mysql-test/t
unknown e3ef15ea37 Fix compilation failures on Windows caused by the patch for Bug#17199.
Fix a minor issue with Bug#16206 (bdb.test failed if the tree is compiled 
without blackhole).


include/my_sys.h:
  Change declaration of my_strdup_with_length to accept const char *,
  not const byte *: in 5 places out of 6 where this function is used,
  it's being passed char *, not byte *
mysql-test/r/bdb.result:
  Remove dependency on an optional engine (updated test results).
mysql-test/t/bdb.test:
  Remove dependency on an optional engine.
mysys/my_malloc.c:
  my_strdup_with_length: const byte * -> const char *
mysys/safemalloc.c:
  my_strdup_with_length: const byte * -> const char *
sql/ha_federated.cc:
  my_strdup_with_length: const byte * -> const char *
sql/log_event.cc:
  my_strdup_with_length: const byte * -> const char *
sql/set_var.cc:
  my_strdup_with_length: const byte * -> const char *
sql/sql_class.h:
  Change db_length type to uint from uint32 (see also table.h)
sql/table.h:
  Change the type of db_length to uint from uint32: LEX_STRING uses uint for 
  length, we need a small and consistent set of types to store length to 
  minimize cast and compile failures.
2006-06-27 14:56:24 +04:00
..
alias.test
alter_table.test
analyse.test
analyze.test Add missing drop table 2006-05-29 16:27:45 +02:00
ansi.test Added tests for Bug#14515 2006-05-01 21:30:09 +03:00
archive.test Manually merged 2006-06-17 02:57:50 +04:00
archive_gis.test
auto_increment.test Manually merged 2006-06-17 02:57:50 +04:00
backup-master.sh
backup.test Fixes to embedded server to be able to run tests with it 2006-02-24 18:34:15 +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 Fix compilation failures on Windows caused by the patch for Bug#17199. 2006-06-27 14:56:24 +04:00
bdb_cache-master.opt
bdb_cache.test
bdb_gis.test
bench_count_distinct.test
bigint.test bug #9088 (bigint WHERE fails) 2006-03-01 15:50:15 +04:00
binary.test Expanding a binary field should result in 0x00-filled positions, not 0x20 2006-03-02 20:49:10 -05:00
binlog-master.opt
binlog.test Fixed new introduced bug in binlog.test with --ps-protocol 2006-02-25 13:24:18 +02:00
blackhole.test bug#10952 2006-05-09 13:31:46 -07:00
bool.test
bulk_replace.test
case.test Merge mysql.com:/usr/local/mysql/mysql-4.1 2006-04-24 23:51:47 +02:00
cast.test Fix test case 'cast' on Windows, different floating point output format. 2006-04-10 09:31:46 +02:00
check.test
client_xml.test Replace win filename s with unix equivalent 2006-02-17 12:07:45 +01:00
comments.test
compare.test
compress.test Fixes to embedded server to be able to run tests with it 2006-02-24 18:34:15 +02:00
connect.test
consistent_snapshot.test
constraints.test
count_distinct.test
count_distinct2-master.opt
count_distinct2.test
count_distinct3.test
create.test A fix and a test case for 2006-06-27 00:47:52 +04:00
create_not_windows.test BUG#19479: mysqldump creates invalid dump 2006-06-04 21:27:41 +03:00
create_select_tmp.test Add new option "check-testcases" to mysql-test-run.pl 2006-01-26 17:54:34 +01:00
csv.test
ctype_big5.test
ctype_collate.test
ctype_cp932.test Fixes to embedded server to be able to run tests with it 2006-02-24 18:34:15 +02:00
ctype_cp932_binlog.test BUG#18293 (Values in stored procedures written to binlog unescaped): 2006-03-21 14:35:49 +01:00
ctype_cp932_notembedded.test Fixes to embedded server to be able to run tests with it 2006-02-24 18:34:15 +02:00
ctype_cp1250_ch.test
ctype_cp1251.test
ctype_create.test
ctype_eucjpms.test Bug#15376: Unassigned multibyte codes are converted to U+0000 2006-03-23 14:03:39 +04:00
ctype_euckr.test
ctype_gb2312.test
ctype_gbk.test
ctype_latin1.test This problem has already been fixed by one of the previous changes. 2006-04-06 10:51:23 +05:00
ctype_latin1_de-master.opt
ctype_latin1_de.test
ctype_latin2.test
ctype_latin2_ch.test Cleanup test cases that leaves "stuff" behind 2006-04-18 18:10:47 +02:00
ctype_many.test
ctype_mb.test
ctype_recoding.test Add new option "check-testcases" to mysql-test-run.pl 2006-01-26 17:54:34 +01:00
ctype_sjis.test don't let bugfix for bug#8303 break the bugfix for bug#8378 2006-05-24 00:55:53 +02:00
ctype_tis620.test
ctype_uca.test
ctype_ucs.test Merge mysql.com:/usr/home/bar/mysql-4.1.b18691 2006-04-17 15:01:55 +05:00
ctype_ucs2_def-master.opt Bug#18004 Connecting crashes server when default charset is UCS2 2006-03-20 14:43:02 +04:00
ctype_ucs2_def.test Bug#18004 Connecting crashes server when default charset is UCS2 2006-03-20 14:43:02 +04:00
ctype_ucs_binlog.test
ctype_ujis.test Merge mysql.com:/usr/home/bar/mysql-4.1.b15376 2006-03-23 12:41:28 +04:00
ctype_utf8.test Fixed bug #14896. 2006-06-22 00:29:04 +04:00
date_formats-master.opt
date_formats.test Added more comments to the test cases. 2006-05-05 00:27:12 +03:00
default.test
delayed.test Bug #20195: INSERT DELAYED with auto_increment is assigned wrong values 2006-06-13 18:18:32 +03:00
delete.test
derived.test
dirty_close.test
disabled.def Fix small bug in udf_example.cc, it was processing one char too much and thus returning junk 2006-04-28 11:37:20 +02:00
distinct.test BUG#18068: SELECT DISTINCT (with duplicates and covering index) 2006-05-09 18:13:01 +03:00
drop.test
drop_temp_table.test
empty_table.test
endspace.test
errors.test
exampledb.test
explain.test Merge rurik.mysql.com:/home/igor/tmp_merge 2006-05-31 18:10:02 -07:00
federated.test Bug#17377 Federated Engine returns wrong Data, always the rows with the highest ID 2006-02-28 11:17:40 +01:00
federated_archive.test
federated_bug_13118.test
flush.test More DBUG statements 2006-05-24 17:21:35 +03:00
flush_block_commit.test
flush_read_lock_kill-master.opt
flush_read_lock_kill.test
flush_table.test
foreign_key.test
fulltext.test Bug#18071 Result from MATCH() uses too many decimals 2006-03-22 14:57:24 +01:00
fulltext2.test
fulltext_cache.test
fulltext_distinct.test
fulltext_left_join.test Bug#14708: Inconsistent treatment of NULLs in LEFT JOINed FULLTEXT matching without index 2006-06-16 09:49:18 +02:00
fulltext_multi.test
fulltext_order_by.test
fulltext_update.test
fulltext_var.test Add new option "check-testcases" to mysql-test-run.pl 2006-01-26 17:54:34 +01:00
func_compress.test Merge mysql.com:/usr_rh9/home/elkin.rh9/MySQL/BARE/4.1 2006-04-23 12:32:39 +03:00
func_concat.test Manually merged 2006-06-14 23:54:08 +04:00
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 Merge rurik.mysql.com:/home/igor/dev/mysql-4.1-0 2006-04-21 00:36:20 -07:00
func_group.test Merge rurik.mysql.com:/home/igor/mysql-4.1-opt 2006-06-15 18:40:18 -07:00
func_if.test Fixed bug#16272: IF function with decimal args can produce wrong result 2006-02-14 16:22:37 +03:00
func_in.test Merge 2006-06-20 00:52:26 +04:00
func_isnull.test
func_like.test
func_math.test Fix for bug#16678 FORMAT gives wrong result if client run with default-character-set=utf8 2006-03-06 12:52:38 +04:00
func_misc.test Merge mysql.com:/home/tomash/src/mysql_ab/tmp_merge 2006-05-06 19:45:24 +04:00
func_op.test after merge fix. 2006-04-11 15:26:18 +05:00
func_regexp.test
func_sapdb.test
func_set.test
func_str.test Merge moonbone.local:/home/evgen/bk-trees/mysql-4.1-opt 2006-06-17 01:57:25 +04:00
func_system.test
func_test.test
func_time.test Bug#19408 Test 'func_time' fails on Windows x64 2006-06-22 20:23:22 +02:00
func_timestamp.test #19409: Test 'func_timestamp' fails on Windows x64 2006-06-22 20:50:38 +02:00
gcc296.test
gis-rtree.test
gis.test
grant.test Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0 2006-05-29 15:06:37 +02:00
grant2.test Cleanup test cases that leaves "stuff" behind 2006-04-18 18:10:47 +02:00
grant3-master.opt
grant3.test
grant_cache.test
greedy_optimizer.test
group_by.test
group_min_max.test Bug #18742: Test 'group_min_max' fails if "classic" configuration in 5.0 2006-05-23 16:43:01 +03:00
handler.test Fixes to embedded server to be able to run tests with it 2006-02-24 18:34:15 +02:00
having.test Fixed bug #14927. 2006-05-06 23:48:13 -07:00
heap.test BUG#18233 - Memory tables INDEX USING HASH (a,b) returns 1 row on 2006-05-10 21:50:04 +05:00
heap_auto_increment.test
heap_btree.test BUG#12873 - BTREE index on MEMORY table with multiple NULL values 2006-05-11 21:15:37 +05:00
heap_hash.test
help.test
im_daemon_life_cycle-im.opt Fix of test suite in scope of fixing BUG#18023: IM: instance 2006-06-19 14:13:34 +04:00
im_daemon_life_cycle.imtest Fix of test suite in scope of fixing BUG#18023: IM: instance 2006-06-19 14:13:34 +04:00
im_life_cycle-im.opt Fix of test suite in scope of fixing BUG#18023: IM: instance 2006-06-19 14:13:34 +04:00
im_life_cycle.imtest Fix of test suite in scope of fixing BUG#18023: IM: instance 2006-06-19 14:13:34 +04:00
im_options_set.imtest
im_options_unset.imtest
im_utils-im.opt Fix of test suite in scope of fixing BUG#18023: IM: instance 2006-06-19 14:13:34 +04:00
im_utils.imtest Fix of test suite in scope of fixing BUG#18023: IM: instance 2006-06-19 14:13:34 +04:00
index_merge.test BUG#17314: Can't use index_merge/intersection for MERGE tables 2006-02-11 21:51:43 +03:00
index_merge_bdb.test
index_merge_innodb.test BUG#19021, Crash in ROR-index_merge optimizer: 2006-04-13 16:05:32 +04:00
index_merge_innodb2.test
index_merge_ror.test
index_merge_ror_cpk.test
information_schema.test Bug#18035 Information Schema: Output is not Sorted 2006-06-06 12:57:50 +05:00
information_schema_chmod.test Move the requirement for "not running as root" to information_schema_chmod 2006-05-23 10:52:53 +02:00
information_schema_db.test Bug#17204 "second CALL to procedure crashes Server" 2006-05-30 10:45:23 +05:00
information_schema_inno.test
init_connect-master.opt
init_connect.test Merge mysql.com:/home/hf/work/mysql-4.1.clean 2006-05-17 18:01:05 +05:00
init_file-master.opt
init_file.test
innodb-big.test
innodb-deadlock.test
innodb-lock.test
innodb-master.opt
innodb-replace.test
innodb.test Applied innodb-5.0-ss609 snapshot. 2006-06-06 23:37:42 +04:00
innodb_cache-master.opt
innodb_cache.test Add new option "check-testcases" to mysql-test-run.pl 2006-01-26 17:54:34 +01:00
innodb_gis.test
innodb_handler.test
innodb_mysql.test Bug #18742: Test 'group_min_max' fails if "classic" configuration in 5.0 2006-05-23 16:43:01 +03:00
innodb_notembedded.test Fixes to embedded server to be able to run tests with it 2006-02-24 18:34:15 +02:00
innodb_unsafe_binlog-master.opt innodb_unsafe_binlog-master.opt: 2006-04-21 20:24:52 +02:00
innodb_unsafe_binlog.test
insert.test Fix for bug#13479 "REPLACE activates UPDATE trigger, not the DELETE and 2006-06-16 20:21:25 +04:00
insert_select-binlog.test
insert_select.test merge of the changes for bug #18080 2006-06-21 13:03:06 +03:00
insert_update.test
join.test Bug #15355: Common natural join column not resolved in prepared statement nested 2006-06-08 13:34:03 +03:00
join_crash.test
join_nested.test Fixed bug #18279: crash in the cases when on conditions are moved 2006-03-29 16:45:29 -08:00
join_outer.test Fixed bug #19816. 2006-05-17 20:48:48 -07:00
key.test Merge moonbone.local:/work/tmp_merge-4.1-opt-mysql 2006-06-23 14:53:41 +04:00
key_cache-master.opt
key_cache.test Merge rurik.mysql.com:/home/igor/dev/mysql-4.1-2 2006-04-19 18:08:15 -07:00
key_diff.test
key_primary.test
keywords.test
kill.test after merge 2006-03-06 23:43:47 +01:00
kill_n_check.sh Fix of test suite in scope of fixing BUG#18023: IM: instance 2006-06-19 14:13:34 +04:00
limit.test
loaddata.test Reverting yesterday's patch. (cmiller:1.2099) 2006-03-29 10:56:11 -05:00
lock.test Merge mysql.com:/home/mydev/mysql-4.1-bug5390 2006-02-06 15:15:44 +01:00
lock_multi.test Bug#16986 - Deadlock condition with MyISAM tables 2006-06-26 19:14:35 +02:00
lock_tables_lost_commit-master.opt
lock_tables_lost_commit.test
lowercase_table-master.opt
lowercase_table.test
lowercase_table2.test Bug#17661 information_schema.SCHEMATA returns uppercase with lower_case_table_names = 1 2006-06-06 11:25:31 +05:00
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#19648 2006-05-30 17:10:53 -07:00
metadata.test
mix_innodb_myisam_binlog-master.opt
mix_innodb_myisam_binlog.test Remove hard-coded ../var/.. path in test mix_innodb_myisam_binlog, 2006-02-20 09:34:02 +01:00
multi_statement-master.opt
multi_statement.test
multi_update-master.opt
multi_update.test Manually merged 2006-05-29 19:07:35 +04:00
myisam-blob-master.opt
myisam-blob.test
myisam.test Merge may.pils.ru:/home/svoj/devel/mysql/BUG20357/mysql-4.1 2006-06-21 19:41:09 +05:00
mysql.test Bug#19564: mysql displays NULL instead of space 2006-05-09 22:35:51 -04:00
mysql_client_test.opt SECURITY FIX 2006-05-01 22:10:50 -04:00
mysql_client_test.test bug #16892 (mysql_client_test fails in embedded server) 2006-04-24 13:07:53 +05:00
mysql_delimiter.sql
mysql_delimiter_source.sql
mysql_protocols.test Dont' run the mysql_protocols on Windows 2006-03-01 15:22:47 +01:00
mysqlbinlog-master.opt
mysqlbinlog.test Bug#14157: utf8 encoding in binlog without set character_set_client 2006-05-31 19:49:38 +02:00
mysqlbinlog2.test
mysqlcheck.test
mysqldump-max.test
mysqldump.test Merge bk-internal.mysql.com:/home/bk/mysql-5.0-maint 2006-06-26 16:15:41 +02:00
mysqlshow.test
mysqltest.test bug #15442 (mysqltest.test doesn't work with the embedded server) 2006-04-11 15:01:21 +05:00
ndb_alter_table.test ndb - bug#14509, part 1: move autoincr pre-fetch from Ndb to local dict cache 2006-05-08 15:19:17 +02:00
ndb_alter_table2.test
ndb_autodiscover.test
ndb_autodiscover2-master.opt
ndb_autodiscover2.test
ndb_autodiscover3.test Bug #16875 Using stale MySQLD FRM files can cause restored cluster to fail 2006-05-15 16:23:59 +02:00
ndb_basic.test Merge poseidon.ndb.mysql.com:/home/tomas/mysql-4.1 2006-02-10 17:50:17 +01:00
ndb_bitfield.test
ndb_blob.test ndb - bug#19956 (occurs only in v5.0) 2006-05-21 11:04:57 +02:00
ndb_cache.test
ndb_cache2.test
ndb_cache_multi.test
ndb_cache_multi2.test Bug#16795 ndb_cache_multi2 2006-02-27 10:29:55 +01:00
ndb_charset.test
ndb_condition_pushdown.test ndb - bug#20406 multi-platform testing - not FIX 2006-06-14 00:38:34 +02:00
ndb_config.test Escape \ in "exec" 2006-02-20 15:03:16 +01:00
ndb_database.test
ndb_gis.test
ndb_grant.later
ndb_index.test
ndb_index_ordered.test
ndb_index_unique.test ndb - bug#15918 fix 2006-02-07 19:57:31 +01:00
ndb_insert.test Added tests with IGNORE and NULL values 2006-03-28 10:01:23 +02:00
ndb_limit.test
ndb_load.test Change from std_data to std_data_ln 2006-02-14 17:15:24 +01:00
ndb_loaddatalocal.test Bug #19493 NDB does not ignore duplicate keys when using LOAD DATA LOCAL 2006-06-14 20:16:32 +02:00
ndb_lock.test Added order by 2006-06-12 15:36:12 +02:00
ndb_minmax.test
ndb_multi.test
ndb_read_multi_range.test ndb - bug#17729 bug#18406 2006-03-28 14:38:16 +02:00
ndb_rename.test Bug#16997 Table rename that changes database does not rename indexes, recreate indexes in new database 2006-05-05 17:18:47 +02:00
ndb_replace.test Fix for Bug #19906 REPLACE doesn't update TEXT fields correctly 2006-06-21 09:36:50 +02:00
ndb_restore.test
ndb_subquery.test
ndb_transaction.test
ndb_truncate.test Bug #18864 TRUNCATE TABLE doesn't reset AUTO_INCREMENT value on ndb table 2006-06-02 07:26:45 +02:00
ndb_types.test
ndb_update.test
negation_elimination.test
not_embedded_server-master.opt
not_embedded_server.test
null.test Merge zippy.(none):/home/cmiller/work/mysql/merge/tmp_merge 2006-05-01 09:46:00 -04:00
null_key.test
odbc.test
olap.test
openssl_1.test Add tests for connecting to server with invalid and blank certs. 2006-05-03 14:06:34 +02:00
order_by.test Merge rurik.mysql.com:/home/igor/dev/mysql-4.1-0 2006-04-21 00:36:20 -07:00
order_fill_sortbuf-master.opt
order_fill_sortbuf.test
outfile.test Merge mysql.com:/home/mysql-4.1-10418 2006-05-12 10:27:20 +02:00
overflow.test
packet.test
preload.test
ps.test A fix and a test case for 2006-06-27 00:47:52 +04:00
ps_1general.test A fix and a test case for Bug#19308 "REPAIR/OPTIMIZE/ANALYZE 2006-04-25 04:27:23 +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 BUG#18492: mysqld reports ER_ILLEGAL_REFERENCE in --ps-protocol 2006-04-28 11:23:31 +02:00
ps_grant.test
query_cache.test Fixes to embedded server to be able to run tests with it 2006-02-24 18:34:15 +02:00
query_cache_merge.test
query_cache_notembedded.test We should prohobit concurent read of inserting file in SP 2006-03-15 19:15:52 +02:00
raid.test
range.test
read_only.test Fixes to embedded server to be able to run tests with it 2006-02-24 18:34:15 +02:00
rename.test Fix race condition of concurrent RENAME and SHOW TABLES which caused 2006-05-06 09:41:24 +04:00
repair.test
replace.test Fixed bug#19789: REPLACE was allowed for a VIEW with CHECK OPTION enabled. 2006-06-07 16:17:56 +04:00
rollback.test
row.test
rowid_order_bdb.test
rowid_order_innodb.test
rpl000001-slave.opt
rpl000001.test Merge neptunus.(none):/home/msvensson/mysql/mysqltestrun_check_testcases/my50-mysqltestrun_check_testcases 2006-01-27 10:49:07 +01:00
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 Replace win filename s with unix equivalent 2006-02-17 12:07:45 +01:00
rpl000017-slave.opt
rpl000017-slave.sh
rpl000017.test Add new option "check-testcases" to mysql-test-run.pl 2006-01-26 17:54:34 +01:00
rpl000018-master.opt
rpl000018-slave.opt
rpl000018.test
rpl_alter.test
rpl_auto_increment-master.opt
rpl_auto_increment.test
rpl_auto_increment_11932.test rpl_auto_increment_11932.test, rpl_auto_increment_11932.result: 2006-05-22 12:18:18 +09:30
rpl_chain_temp_table.test
rpl_change_master.test
rpl_charset.test
rpl_commit_after_flush.test
rpl_create_database-master.opt
rpl_create_database-slave.opt
rpl_create_database.test
rpl_ddl.test
rpl_deadlock-slave.opt
rpl_deadlock.test Merge three.local.lan:/home/matthias/Arbeit/mysql-4.1/src-1 2006-04-13 21:09:26 +02:00
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.test
rpl_error_ignored_table-slave.opt
rpl_error_ignored_table.test
rpl_failed_optimize-master.opt
rpl_failed_optimize.test Add new option "check-testcases" to mysql-test-run.pl 2006-01-26 17:54:34 +01:00
rpl_failsafe.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 Add new option "check-testcases" to mysql-test-run.pl 2006-01-26 17:54:34 +01:00
rpl_free_items-slave.opt
rpl_free_items.test
rpl_get_lock.test
rpl_heap.test
rpl_ignore_grant-slave.opt
rpl_ignore_grant.test
rpl_ignore_revoke-slave.opt
rpl_ignore_revoke.test Add new option "check-testcases" to mysql-test-run.pl 2006-01-26 17:54:34 +01:00
rpl_ignore_table-slave.opt
rpl_ignore_table.test
rpl_init_slave-slave.opt
rpl_init_slave.test
rpl_innodb.test
rpl_insert_id-slave.opt
rpl_insert_id.test Avoid race between master and slave. 2006-05-29 14:45:20 +04:00
rpl_insert_ignore-slave.opt
rpl_insert_ignore.test
rpl_insert_select.test
rpl_loaddata.test Merge neptunus.(none):/home/msvensson/mysql/mysqltestrun_check_testcases/my50-mysqltestrun_check_testcases 2006-01-27 10:49:07 +01:00
rpl_loaddata_rule_m-master.opt
rpl_loaddata_rule_m.test Merge neptunus.(none):/home/msvensson/mysql/mysqltestrun_check_testcases/my50-mysqltestrun_check_testcases 2006-01-27 10:49:07 +01:00
rpl_loaddata_rule_s-slave.opt
rpl_loaddata_rule_s.test Merge neptunus.(none):/home/msvensson/mysql/mysqltestrun_check_testcases/my50-mysqltestrun_check_testcases 2006-01-27 10:49:07 +01:00
rpl_loaddatalocal.test
rpl_log-master.opt
rpl_log-slave.opt
rpl_log.test Manually merged 2006-06-17 02:57:50 +04:00
rpl_log_pos.test
rpl_many_optimize.test
rpl_master_pos_wait.test
rpl_max_relay_size.test
rpl_misc_functions-slave.sh
rpl_misc_functions.test Merge neptunus.(none):/home/msvensson/mysql/mysqltestrun_check_testcases/my50-mysqltestrun_check_testcases 2006-01-27 10:49:07 +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 Add new option "check-testcases" to mysql-test-run.pl 2006-01-26 17:54:34 +01:00
rpl_multi_update4-slave.opt
rpl_multi_update4.test
rpl_mystery22.test
rpl_openssl.test Cleanup test cases that leaves "stuff" behind 2006-04-18 18:10:47 +02:00
rpl_optimize.test
rpl_ps.test
rpl_redirect.test
rpl_relayrotate-slave.opt
rpl_relayrotate.test Fixes for Bug#12429: Replication tests fail: "Slave_IO_Running" (?) differs related to 2006-04-13 20:42:48 +02:00
rpl_relayspace-slave.opt
rpl_relayspace.test
rpl_replicate_do-slave.opt
rpl_replicate_do.test Merge neptunus.(none):/home/msvensson/mysql/mysqltestrun_check_testcases/my50-mysqltestrun_check_testcases 2006-01-27 10:49:07 +01: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#17002 mysql-test-run as root user 2006-04-24 10:21:09 +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 Add new option "check-testcases" to mysql-test-run.pl 2006-01-26 17:54:34 +01:00
rpl_slave_status.test Add new option "check-testcases" to mysql-test-run.pl 2006-01-26 17:54:34 +01:00
rpl_sp-master.opt
rpl_sp-slave.opt Fix for BUG#14769 "Function fails to replicate if fails half-way (slave stops)": 2006-02-18 17:26:30 +01:00
rpl_sp.test Fix for BUG#14769 "Function fails to replicate if fails half-way (slave stops)": 2006-02-18 17:26:30 +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_start_stop_slave.test
rpl_temporary.test Merge mysql.com:/usr_rh9/home/elkin.rh9/4.1 2006-05-16 19:33:24 +03:00
rpl_timezone-master.opt
rpl_timezone-slave.opt
rpl_timezone.test
rpl_trigger.test After-merge fix: fix the test case for BUG#16266 to query 2006-03-08 00:13:27 +03:00
rpl_trunc_temp.test After merge 2006-03-08 10:40:29 +01:00
rpl_until.test Bug#15886 (Test: Timing issue in test "rpl_until"): 2006-05-11 16:29:02 +02:00
rpl_user_variables.test Merge mysql.com:/usr_rh9/home/elkin.rh9/4.1 2006-05-07 16:02:55 +03:00
rpl_variables-master.opt
rpl_variables.test
rpl_view-slave.opt Bug#19097: rpl_view failed on some platforms 2006-04-14 12:13:26 +03:00
rpl_view.test
schema.test
select.test field.cc, field.h: 2006-06-21 01:14:53 +04:00
select_found.test
select_safe.test
show_check.test
skip_grants-master.opt
skip_grants.test Additional fix for BUG#16777: Can not create trigger nor view 2006-03-10 14:40:15 +03:00
skip_name_resolve-master.opt
skip_name_resolve.test
sp-big.test
sp-code.test Post-review fix for BUG#15737 (corrected typo in sp-code.test comment) 2006-01-30 15:04:00 +01:00
sp-destruct.test Fixes to embedded server to be able to run tests with it 2006-02-24 18:34:15 +02:00
sp-dynamic.test
sp-error.test Merge mysql.com:/extern/mysql/bk/mysql-5.0-runtime 2006-03-28 15:08:17 +02:00
sp-prelocking.test Fix for bug#19634 "Re-execution of multi-delete which involve trigger/stored 2006-06-21 01:50:20 +04:00
sp-security.test Cleanup test cases that leaves "stuff" behind 2006-04-18 18:10:47 +02:00
sp-threads.test Fixes to embedded server to be able to run tests with it 2006-02-24 18:34:15 +02:00
sp-vars.test
sp.test Merge bk-internal.mysql.com:/home/bk/mysql-5.0-runtime 2006-06-27 00:52:56 +04:00
sp.test.orig Fixes to embedded server to be able to run tests with it 2006-02-24 18:34:15 +02:00
sp_notembedded.test merging fix 2006-05-03 19:01:29 +05:00
sp_trans.test Bug#10656 Stored Procedure - Create index and Truncate table command error 2006-03-09 12:08:23 +01:00
sql_mode.test sql_mode.test: 2006-04-27 21:59:04 +09:30
ssl.test
ssl_compress.test
status.test In test for bug#15933 we have to wait for all disconnects to finish to avoid 2006-04-12 17:37:57 +04:00
strict.test Fix for bug#17626 CREATE TABLE ... SELECT failure with TRADITIONAL SQL mode 2006-05-23 13:27:45 +05:00
subselect.test Bug #19700: subselect returning BIGINT always returned it as SIGNED 2006-05-25 10:39:18 +03:00
subselect2.test
subselect_gis.test
subselect_innodb.test Add new option "check-testcases" to mysql-test-run.pl 2006-01-26 17:54:34 +01:00
subselect_notembedded.test Fixes to embedded server to be able to run tests with it 2006-02-24 18:34:15 +02:00
sum_distinct-big.test
sum_distinct.test
symlink.test
synchronization.test
sysdate_is_now-master.opt BUG#15101 SYSDATE() disregards SET TIMESTAMP. 2006-03-10 16:47:56 +02:00
sysdate_is_now.test BUG#15101 SYSDATE() disregards SET TIMESTAMP. 2006-03-10 16:47:56 +02:00
system_mysql_db.test
system_mysql_db_fix-master.opt
system_mysql_db_fix.test Replace win filename s with unix equivalent 2006-02-17 12:07:45 +01:00
system_mysql_db_refs.test
tablelock.test
temp_table-master.opt
temp_table.test Fixes to embedded server to be able to run tests with it 2006-02-24 18:34:15 +02:00
timezone-master.opt
timezone.test
timezone2.test Fix for bug#11081 "Using a CONVERT_TZ function in a stored function or 2006-04-24 18:57:00 +04:00
timezone3-master.opt
timezone3.test
timezone_grant.test Fix for bug#15153 "CONVERT_TZ() is not allowed in all places in VIEWs". 2006-04-22 11:54:25 +04:00
trigger-compat.test Merge neptunus.(none):/home/msvensson/mysql/mysqltestrun_check_testcases/my50-mysqltestrun_check_testcases 2006-01-27 10:49:07 +01:00
trigger-grant.test Bug#14635: Accept NEW.x as INOUT parameters to stored procedures 2006-05-12 13:55:21 +04:00
trigger-trans.test Fix for bug #18153 "ALTER/OPTIMIZE/REPAIR on transactional tables corrupt 2006-03-24 14:58:18 +03:00
trigger.test Fix for bug#13479 "REPLACE activates UPDATE trigger, not the DELETE and 2006-06-16 20:21:25 +04:00
truncate.test
type_binary.test
type_bit.test Bug #13601: Wrong int type for bit 2006-04-04 17:54:58 -07:00
type_bit_innodb.test Bug #13601: Wrong int type for bit 2006-04-04 17:54:58 -07:00
type_blob.test
type_date.test
type_datetime.test
type_decimal.test Fix for bug#17826 'type_decimal' fails with ps-protocol 2006-03-03 15:29:39 +04:00
type_enum.test
type_float.test Fix windows results using "replace_result" 2006-03-22 16:47:45 +01:00
type_nchar.test
type_newdecimal-big.test
type_newdecimal.test Fix for bug#19667 group by a decimal expression yields wrong result 2006-06-15 16:24:02 +05:00
type_ranges.test
type_set.test
type_time.test
type_timestamp.test #19409: Test 'func_timestamp' fails on Windows x64 2006-06-22 20:50:38 +02:00
type_uint.test
type_varchar.test
type_year.test
udf.test Bug#19904: UDF: not initialized *is_null per row 2006-06-08 13:25:28 -04:00
union-master.opt
union.test Fixed bug#18175: The nest_level counter wasn't decremented for union parts which 2006-06-15 22:09:58 +04:00
update.test Merge mysql.com:/opt/local/work/mysql-4.1-root 2006-02-02 18:17:18 +03:00
user_limits.test
user_var-binlog.test
user_var.test Remove obsolete test 2006-04-26 17:09:41 -07:00
varbinary.test
variables.test Merge mysql.com:/home/jimw/my/mysql-5.0-1039 2006-05-19 16:17:24 -07:00
view.test Post-merge fixes 2006-05-31 22:55:45 -07:00
view_grant.test manual merge 2006-06-21 13:01:00 +03:00
view_query_cache.test
wait_for_process.sh Fix of test suite in scope of fixing BUG#18023: IM: instance 2006-06-19 14:13:34 +04:00
wait_timeout-master.opt Bug#2845 client fails to reconnect if using TCP/IP 2006-02-16 12:02:38 +01:00
wait_timeout.test Fix race condition in test case wait_timeout. 2006-06-24 13:11:09 +02:00
warnings-master.opt
warnings.test
windows.test
xa.test