mariadb/mysql-test/t
cmiller@zippy.cornsilk.net 6260e12b99 Bug#10963: LEFT/RIGHT/SUBSTR/.. string functions returns wrong result \
on large length
  
Problem:  Most (all) of the numeric inputs were being coerced into
int (32 bit) sized variables.  Works OK for sane inputs; any input
larger than 2^32 (or 2^31 for signed vars) exihibited predictable
wrapping behavior (up to about 10^18) and then started having really
strange behaviour past that point (since the conversion to 64 bit int
from the DECIMAL type can do weird things on out of range numbers).

Solution: 1)  Add many tests.  2)  Convert input from (u)long type to
(u)longlong.  3)  Do (sometimes multiple) sanity checks on input,
keeping in mind that sometimes a negative longlong is not a negative
longlong (if the unsigned_flag is set).  4) Emulate existing behavior
w/rt negative and "small" out-of-bounds values.
2006-11-08 10:11:02 -05:00
..
alias.test WL#2930 Adding view and cursor 'protocols' to mysqltest 2005-10-31 12:25:08 +01:00
alter_table.test A test case for Bug#6073 "ALTER TABLE minor glitch" (can't repeat) 2006-01-17 00:28:00 +03:00
analyse.test Merge rolltop.ignatz42.dyndns.org:/mnt/storeage/bug20305/my41-bug20305 2006-09-28 14:32:30 -04:00
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 Add DROP TABLE before trying to create view (in mysqldump) 2005-10-27 22:45:18 +03:00
auto_increment.test Manually merged 2006-06-17 02:57:50 +04:00
backup-master.sh Make it possible to run mysql-test-run.pl with default test suite in different vardir. 2006-01-24 08:30:54 +01:00
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 Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
bdb-alter-table-2-master.opt Improve restart logic all code to detect restart is now in the functions 2006-10-11 14:50:19 +02:00
bdb-alter-table-2.test Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
bdb-crash.test Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
bdb-deadlock.test Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
bdb-deadlock.tminus Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
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 Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
bdb_gis.test Add DROP TABLE before trying to create view (in mysqldump) 2005-10-27 22:45:18 +03:00
bench_count_distinct.test Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
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 Revoking patch for Bug#10952 on behalf of Brian. 2006-07-10 20:46:05 +02:00
bool.test Merge mysql.com:/home/my/mysql-4.1 2005-07-28 17:09:54 +03:00
bulk_replace.test Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
case.test Merge polly.local:/tmp/20924/bug20294/my41-bug20294 2006-09-13 15:18:14 +04:00
cast.test Bug #17903: cast to char results in binary 2006-07-12 13:22:38 -07:00
check.test Merge mysql.com:/home/my/mysql-4.1 2005-07-28 17:09:54 +03:00
client_xml.test Replace win filename s with unix equivalent 2006-02-17 12:07:45 +01:00
comments.test Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
compare.test Bug #21159: Optimizer: wrong result after AND with different data types 2006-08-15 10:13:17 +03:00
compress.test Fixes to embedded server to be able to run tests with it 2006-02-24 18:34:15 +02:00
connect.test Merge shellback.(none):/home/msvensson/mysql/same_tools/my41-same_tools 2006-10-03 16:14:23 +02:00
consistent_snapshot.test Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
constraints.test Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
count_distinct.test Merge mysql.com:/home/my/mysql-4.1 2005-07-28 17:09:54 +03:00
count_distinct2-master.opt
count_distinct2.test Merge mysql.com:/home/my/mysql-4.1 2005-07-28 17:09:54 +03:00
count_distinct3.test Bug#8663 cant use bgint unsigned as input to cast 2006-06-14 13:40:21 +05:00
create.test Merge neptunus.(none):/home/msvensson/mysql/bug22436/my50-bug22436 2006-10-19 01:01:54 +02: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 Add missing semicolon in test file 2006-10-13 08:48:47 +02:00
ctype_big5.test Bug#15375 Unassigned multibyte codes are broken 2005-12-12 21:42:09 +04:00
ctype_collate.test Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
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 Bug#19741 segfault with cp1250 charset + like + primary key + 64bit os 2006-07-25 17:27:53 +05:00
ctype_cp1251.test type_binary.result, type_binary.test: 2005-10-13 19:16:19 +05:00
ctype_create.test Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
ctype_eucjpms.test Bug#15376: Unassigned multibyte codes are converted to U+0000 2006-03-23 14:03:39 +04:00
ctype_euckr.test Bug#15377 Valid multibyte sequences are truncated on INSERT 2005-12-09 16:37:58 +04:00
ctype_gb2312.test Bug#15377 Valid multibyte sequences are truncated on INSERT 2005-12-09 16:37:58 +04:00
ctype_gbk.test Bug#21620 ALTER TABLE affects other columns 2006-09-29 16:24:11 +05:00
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 Merge mysql.com:/home/my/mysql-4.1 2005-07-28 17:09:54 +03:00
ctype_latin2.test Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
ctype_latin2_ch.test Cleanup test cases that leaves "stuff" behind 2006-04-18 18:10:47 +02:00
ctype_many.test type_binary.result, type_binary.test: 2005-10-13 19:16:19 +05:00
ctype_mb.test Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
ctype_recoding.test Merge maint2.mysql.com:/data/localhome/tsmith/bk/41 2006-09-01 08:53:56 +02: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 Bug#13046: LIKE pattern matching using prefix 2005-09-21 23:10:51 +05:00
ctype_uca.test ctype_uca.result, ctype_uca.test: 2005-12-23 14:20:00 +04:00
ctype_ucs.test Merge rurik.mysql.com:/home/igor/mysql-4.1-opt 2006-09-20 09:47:36 -07:00
ctype_ucs2_def-master.opt mysqld --collation-server=xxx --character-set-server=yyy 2006-08-11 13:19:44 +05:00
ctype_ucs2_def.test mysqld --collation-server=xxx --character-set-server=yyy 2006-08-11 13:19:44 +05:00
ctype_ucs_binlog.test Make it possible to run mysql-test-run.pl with default test suite in different vardir. 2006-01-24 08:30:54 +01:00
ctype_ujis.test Merge mysql.com:/usr/home/bar/mysql-4.1.b15376 2006-03-23 12:41:28 +04:00
ctype_utf8.test Merge bk-internal:/home/bk/mysql-5.0-maint 2006-10-26 22:54:25 +02:00
date_formats-master.opt
date_formats.test Merge moonbone.local:/work/tmp_merge-4.1-opt-mysql 2006-07-18 21:32:25 +04:00
default.test test case fixed to pass w/o innodb 2005-09-25 15:44:05 +02:00
delayed.test Bug#20830 - INSERT DELAYED does not honour SET INSERT_ID 2006-09-20 11:05:11 +02:00
delete.test Fix for bug #23412: delete rows with null date field 2006-10-27 18:08:50 +05:00
derived.test A fix and a test case for Bug#21002 "Derived table not selecting from a 2006-07-19 22:33:19 +04:00
dirty_close.test Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
disabled.def Disable user_limits for bug23921 2006-11-04 09:24:10 +01:00
distinct.test Merge lamia.home:/home/timka/mysql/src/4.1-bug-21456 2006-08-23 18:22:53 +03:00
drop.test Fix for bug#21216 "Simultaneous DROP TABLE and SHOW OPEN TABLES causes 2006-08-21 12:18:59 +04:00
drop_temp_table.test Fixes during review of pushed code 2005-10-27 15:15:01 +03:00
empty_table.test Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
endspace.test Merge mysql.com:/home/my/mysql-4.1 2005-07-28 17:09:54 +03:00
errors.test Merge mysql.com:/home/timka/mysql/src/5.0-virgin 2005-08-12 19:27:54 +03:00
exampledb.test Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
execution_constants.test Bug#21476: (Thread stack overrun not caught, causing SEGV) 2006-09-27 14:42:56 -04:00
explain.test Merge rurik.mysql.com:/home/igor/tmp_merge 2006-05-31 18:10:02 -07:00
federated.test BUG #15133 "unique index with nullable value not accepted in federated table" 2006-07-25 18:38:09 -04:00
federated_archive.test Improvement to federated for BUG#12659 2005-09-13 23:31:17 -07:00
federated_bug_13118.test Added testcase for BUG#13118 2005-09-16 16:17:44 -07:00
flush.test More DBUG statements 2006-05-24 17:21:35 +03:00
flush_block_commit.test Merge mysql.com:/home/my/mysql-4.1 2005-07-28 17:09:54 +03:00
flush_read_lock_kill-master.opt
flush_read_lock_kill.test Fix for bug #15623: Test case rpl000001 and rpl_error_ignored_table failure on MacOSX 2005-12-14 21:42:08 +04:00
flush_table.test Fix bug #11934 Two sequential FLUSH TABLES WITH READ LOCK hangs client 2005-08-03 02:01:27 +04:00
foreign_key.test Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
fulltext.test Bug#18071 Result from MATCH() uses too many decimals 2006-03-22 14:57:24 +01:00
fulltext2.test BUG#16489 - utf8 + fulltext leads to corrupt index file. 2006-01-23 17:15:33 +04:00
fulltext_cache.test Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
fulltext_distinct.test Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
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 Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
fulltext_order_by.test Merge mysql.com:/home/timka/mysql/src/5.0-virgin 2005-08-12 19:27:54 +03:00
fulltext_update.test Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
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/home/ram/work/bug23254/my41-bug23254 2006-10-13 19:09:22 +05:00
func_concat.test Manually merged 2006-06-14 23:54:08 +04:00
func_crypt.test Handle errors returned by system crypt() in ENCRYPT(). (Bug #13619) 2005-10-06 16:15:53 -07:00
func_date_add.test Bug#21811 Odd casting with date + INTERVAL arithmetic 2006-10-02 12:37:01 +02:00
func_default.test Merge mysql.com:/home/my/mysql-4.1 2005-07-28 17:09:54 +03:00
func_des_encrypt.test Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
func_encrypt-master.opt
func_encrypt.test Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
func_encrypt_nossl.test Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
func_equal.test Merge mysql.com:/home/jimw/my/mysql-4.1-12612 2005-12-01 12:07:25 -08:00
func_gconcat.test Merge bk-internal.mysql.com:/home/bk/mysql-4.1 2006-11-02 01:08:39 +03:00
func_group.test Merge macbook.gmz:/Users/kgeorge/mysql/work/B16792-4.1-opt 2006-09-05 17:09:12 +03:00
func_if.test Merge polly.local:/tmp/20924/bug20294/my41-bug20294 2006-09-13 15:18:14 +04:00
func_in.test Merge 2006-06-20 00:52:26 +04:00
func_isnull.test Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
func_like.test func_like.result, func_like.test: 2005-09-06 16:16:10 +05:00
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 siva.hindu.god:/usr/home/tim/m/bk/b21531-41 2006-08-23 18:24:59 -06:00
func_op.test after merge fix. 2006-04-11 15:26:18 +05:00
func_regexp.test Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
func_sapdb.test Merge mysql.com:/home/my/mysql-4.1 2006-06-30 02:35:52 +03:00
func_set.test Merge mysql.com:/home/my/mysql-4.1 2005-07-28 17:09:54 +03:00
func_str.test Bug#10963: LEFT/RIGHT/SUBSTR/.. string functions returns wrong result \ 2006-11-08 10:11:02 -05:00
func_system.test func_system.result, func_system.test: 2005-08-08 19:09:54 +05:00
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 shellback.(none):/home/msvensson/mysql/mysql-4.1-maint 2006-10-14 19:55:06 +02:00
func_timestamp.test #19409: Test 'func_timestamp' fails on Windows x64 2006-06-22 20:50:38 +02:00
gcc296.test Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
gis-rtree.test Merge mysql.com:/home/hf/work/21888/my41-21888 2006-09-29 17:57:16 +05:00
gis.test bug #14807 (GeomFromText() should return MYSQL_TYPE_GEOMETRY) 2006-07-04 12:56:53 +05:00
grant.test Post-merge fixes. 2006-08-30 03:22:59 +04:00
grant2.test Merge zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-4.1 2006-08-09 22:23:41 -04:00
grant3-master.opt
grant3.test
grant_cache.test Merge mysql.com:/home/my/mysql-4.1 2005-07-28 17:09:54 +03:00
greedy_optimizer.test
group_by.test Merge macbook.gmz:/Users/kgeorge/mysql/work/B14019-4.1-opt 2006-10-16 13:24:54 +03:00
group_min_max.test Changed test case for bug 22342 to make it platform independent. 2006-10-18 17:24:33 -07:00
handler.test Merge mysql.com:/home/hf/work/mysql-4.1.15440 2006-08-20 20:47:32 +05: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 Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
heap_btree.test Merge maint2.mysql.com:/data/localhome/tsmith/bk/41 2006-09-01 03:44:03 +02:00
heap_hash.test Merge mysql.com:/home/my/mysql-4.1 2005-07-28 17:09:54 +03:00
help.test Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
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 Merge bk-internal.mysql.com:/home/bk/mysql-5.0 2006-11-02 17:39:52 -05: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 Merge bk-internal.mysql.com:/home/bk/mysql-5.0 2006-08-30 00:45:33 +04:00
im_options_set.imtest Preliminary patch for the following bugs: 2006-08-29 15:46:40 +04:00
im_options_unset.imtest Preliminary patch for the following bugs: 2006-08-29 15:46:40 +04:00
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 Preliminary patch for the following bugs: 2006-08-29 15:46:40 +04:00
index_merge.test BUG#20256 - LOCK WRITE - MyISAM 2006-09-12 18:25:35 +05: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 Fixed failing tests for not 32 bit intel machines 2005-05-16 13:34:23 +03:00
index_merge_ror_cpk.test
information_schema.test Fix for bug#23037 Bug in field "Default" of query "SHOW COLUMNS FROM table" 2006-10-23 13:12:30 +02: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 information_schema_db.test fixed 2006-08-07 11:56:22 +05:00
information_schema_inno.test Review of code pushed since last 5.0 pull: 2005-10-06 17:54:43 +03:00
init_connect-master.opt
init_connect.test A fix and a test case for Bug#17843 "Certain stored procedures fail to 2006-07-04 23:46:15 +04:00
init_file-master.opt
init_file.test Merge shellback.(none):/home/msvensson/mysql/same_tools/my41-same_tools 2006-10-03 16:14:23 +02:00
innodb-big.test Moved some old test and added a new test to only be run with mysql-test-run --big 2005-04-07 19:24:14 +03:00
innodb-deadlock.test Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1 2005-09-01 17:21:03 +02:00
innodb-lock.test Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1 2005-09-01 17:21:03 +02:00
innodb-master.opt
innodb-replace.test Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
innodb.test Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.0-opt 2006-07-22 02:15:36 +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 Add DROP TABLE before trying to create view (in mysqldump) 2005-10-27 22:45:18 +03:00
innodb_handler.test Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
innodb_mysql.test Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1-maint 2006-11-03 16:18:32 +01: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 Changes from the innodb-5.0-ss115 snapshot. 2006-01-16 14:32:43 +03:00
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 Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
insert_select.test Fix for BUG#21774: Column count doesn't match value count at row x 2006-09-12 17:50:24 +03:00
insert_update.test Merge dl145s.mysql.com:/data/bk/team_tree_merge/MERGE/mysql-4.1-opt 2006-09-15 14:14:38 +02:00
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 Implementation of WL#2486 - 2005-08-12 17:57:19 +03:00
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 Fix by Georgi Kodinov: 2006-08-21 14:20:03 +04:00
key.test Manual transfer of the following changeset into the 5.0.23 release clone: 2006-06-30 19:37:11 +02: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 Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
key_primary.test Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
keywords.test Merge mysql.com:/home/my/mysql-4.1 2005-07-28 17:09:54 +03:00
kill.test after merge 2006-03-06 23:43:47 +01:00
kill_n_check.sh Trivial fix: pid file must exist when kill_n_check.sh is started. 2006-09-01 23:11:45 +04:00
limit.test Merge timka@10.100.64.80:/home/timka/mysql/src/4.1-bug-21787 2006-09-01 14:29:27 +02:00
loaddata.test Reverting yesterday's patch. (cmiller:1.2099) 2006-03-29 10:56:11 -05:00
loaddata_autocom_innodb.test Fix for BUG#11151 "LOAD DATA INFILE commits transaction in 5.0". 2006-09-05 16:52:05 +02:00
loaddata_autocom_ndb.test Fix for BUG#11151 "LOAD DATA INFILE commits transaction in 5.0". 2006-09-05 16:52:05 +02:00
lock.test Merge mysql.com:/home/mydev/mysql-4.1-bug5390 2006-02-06 15:15:44 +01:00
lock_multi.test Bug#22436 Four tests require "innodb" to be configured, fail in "classic" build 2006-09-28 15:13:40 +02:00
lock_tables_lost_commit-master.opt
lock_tables_lost_commit.test Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
lowercase_fs_off.test Bug#21139 Handling of database differs in "embedded" , test lowercase_fs_off fails 2006-09-19 12:40:31 +02:00
lowercase_table-master.opt
lowercase_table.test Merge mysql.com:/home/jimw/my/mysql-4.1-clean 2005-08-31 19:12:16 -07:00
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 Backport test cases fixes from 5.0 2006-10-19 10:54:23 +02:00
lowercase_table_grant-master.opt
lowercase_table_grant.test Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
lowercase_table_qcache-master.opt
lowercase_table_qcache.test Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
lowercase_view-master.opt
lowercase_view.test postmerge changes 2005-09-02 09:50:17 +03:00
merge.test Merge mysql.com:/home/svoj/devel/mysql/BUG21617/mysql-4.1-engines 2006-09-29 00:00:27 +05:00
metadata.test Fix mysql_info() returning bad data in the results of a multi-statement 2005-08-10 18:32:17 -07:00
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 Review of code pushed since last 5.0 pull: 2005-10-06 17:54:43 +03:00
multi_update-master.opt
multi_update.test Manually merged 2006-05-29 19:07:35 +04:00
myisam-blob-master.opt
myisam-blob.test Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
myisam.test Merge chilla.local:/home/mydev/mysql-4.1-bug8283-one 2006-10-09 20:03:12 +02:00
mysql.test Fix problem with mysql.test relying on "echo" behaviour 2006-11-03 16:09:16 +01:00
mysql_client_test.opt SECURITY FIX 2006-05-01 22:10:50 -04:00
mysql_client_test.test Update mysqltest to latest version 2006-10-03 15:33:44 +02:00
mysql_delimiter.sql Fix 'source' command in mysql client to handle delimiter command 2005-08-09 12:17:28 -07:00
mysql_delimiter_source.sql Fix 'source' command in mysql client to handle delimiter command 2005-08-09 12:17:28 -07:00
mysql_protocols.test Backport test cases fixes from 5.0 2006-10-19 10:54:23 +02:00
mysqlbinlog-master.opt
mysqlbinlog.test Merge neptunus.(none):/home/msvensson/mysql/my41-bug21218 2006-08-03 11:57:52 +02:00
mysqlbinlog2.test Make it possible to run mysql-test-run.pl with default test suite in different vardir. 2006-01-24 08:30:54 +01:00
mysqlcheck.test Bug #16502: mysqlcheck gets confused with views 2006-07-24 13:31:20 -07:00
mysqldump-max.test Fix spelling errors in test files 2006-10-24 17:54:45 +02:00
mysqldump.test Bug#19745: mysqldump --xml produces invalid xml 2006-10-18 18:43:51 -04:00
mysqlshow.test Bug #19147: mysqlshow INFORMATION_SCHEMA does not work 2006-07-21 20:29:25 -07:00
mysqltest.test Add command "exit" to mysqltest, it will stop processing any more 2006-10-19 13:34:09 +02: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 Bug #13228 open table cache not flushed when table schema changed 2006-01-10 11:35:21 +01:00
ndb_autodiscover.test Make it possible to run mysql-test-run.pl with default test suite in different vardir. 2006-01-24 08:30:54 +01:00
ndb_autodiscover2-master.opt
ndb_autodiscover2.test Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1 2005-09-01 17:21:03 +02:00
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 perror returns 2 if it does not understand the option --ndb 2006-07-31 13:11:21 +02:00
ndb_bitfield.test bug#16125 - ndb bitfield of exact 32 bits, incorrect assertion (i.e. only noticable in debug compiled) 2006-01-02 14:38:38 +01:00
ndb_blob.test ndb - bug#19956 (occurs only in v5.0) 2006-05-21 11:04:57 +02:00
ndb_cache.test Merge mysql.com:/home/my/mysql-4.1 2005-07-28 17:09:54 +03:00
ndb_cache2.test Disabled test for embedded 2005-04-21 11:11:37 +02:00
ndb_cache_multi.test Disabled test for embedded 2005-04-21 11:11:37 +02:00
ndb_cache_multi2.test Bug#16795 ndb_cache_multi2 2006-02-27 10:29:55 +01:00
ndb_charset.test ndb - bug#14007 5.0 *** does not automerge into 5.1 *** 2005-11-16 13:26:26 +01:00
ndb_condition_pushdown.test Bug #21056 ndb pushdown equal/setValue error on datetime: Added missing order by 2006-09-06 11:54:01 +02:00
ndb_config.test Fixed host name comparison (still Bug #17582) 2006-09-13 23:19:18 +02:00
ndb_database.test Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
ndb_gis.test Add DROP TABLE before trying to create view (in mysqldump) 2005-10-27 22:45:18 +03:00
ndb_grant.later Merge mysql.com:/home/my/mysql-4.1 2005-07-28 17:09:54 +03:00
ndb_index.test Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
ndb_index_ordered.test ndb - fix ha_ndb crash on ordered index on nullable varchar 2005-09-01 14:12:48 +02:00
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 Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
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 Merge mysql.com:/windows/Linux_space/MySQL/mysql-4.1 2006-08-15 13:37:39 +02:00
ndb_minmax.test Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
ndb_multi.test ndb - ndb_multi spurious failure 2006-10-31 16:09:31 +01:00
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#18437 "Wrong values inserted with a before update trigger on 2006-07-02 01:51:10 +04:00
ndb_restore.test Bug #20820 auto inc table not handled correctly when restored from cluster backup 2006-07-06 18:50:44 +02:00
ndb_subquery.test Merge mysql.com:/home/my/mysql-4.1 2005-07-28 17:09:54 +03:00
ndb_transaction.test Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
ndb_trigger.test Fix for bug#18437 "Wrong values inserted with a before update trigger on 2006-07-02 01:51:10 +04:00
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 type_binary.result, type_binary.test: 2005-10-13 19:16:19 +05:00
ndb_update.test Per discussion with pekka removed non-deterministic test case for bug#21381. 2006-10-06 14:47:58 +05:00
negation_elimination.test Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
not_embedded_server-master.opt Improve restart logic all code to detect restart is now in the functions 2006-10-11 14:50:19 +02:00
not_embedded_server.test Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
null.test Merge zippy.(none):/home/cmiller/work/mysql/merge/tmp_merge 2006-05-01 09:46:00 -04:00
null_key.test WL#2486 - natural and using join according to SQL:2003 2005-08-23 18:08:04 +03:00
odbc.test BUG#14553: NULL in WHERE resets LAST_INSERT_ID 2006-07-10 16:27:03 +03:00
olap.test Merge dl145s.mysql.com:/data/bk/team_tree_merge/MERGE/mysql-4.1-opt 2006-10-19 15:04:12 +02:00
openssl_1.test Bug#20411: "GRANT ... REQUIRE ISSUER nnn AND SUBJECT mmm" fails to require both 2006-08-22 14:29:48 +02:00
order_by.test Bug #21302: Result not properly sorted when using an ORDER BY on a second table in a join 2006-08-15 15:48:49 +03:00
order_fill_sortbuf-master.opt
order_fill_sortbuf.test Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
outfile.test Merge mysql.com:/home/mysql-4.1-10418 2006-05-12 10:27:20 +02:00
overflow.test Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
packet.test Skip two tests that fail on Windows that just reflect limitations of 2005-08-03 17:38:55 -07:00
perror.test Change error code to test for "unknown error" with to 10000 2006-08-01 11:29:10 +02:00
preload.test Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
ps-master.opt Bug #19764: SHOW commands end up in the slow log as table scans 2006-10-12 17:10:34 -06:00
ps.test Merge bk-internal.mysql.com:/home/bk/mysql-5.0 2006-11-02 17:39:52 -05:00
ps_1general.test Merge shellback.(none):/home/msvensson/mysql/same_tools/my41-same_tools 2006-10-03 16:14:23 +02:00
ps_2myisam.test Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
ps_3innodb.test Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
ps_4heap.test Merge mysql.com:/home/my/mysql-4.1 2005-07-28 17:09:54 +03:00
ps_5merge.test Merge mysql.com:/home/my/mysql-4.1 2005-07-28 17:09:54 +03:00
ps_6bdb.test Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
ps_7ndb.test Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
ps_10nestset.test Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
ps_11bugs.test Bug#19356: Assert on undefined @uservar in prepared statement execute 2006-10-04 11:19:23 -04:00
ps_grant.test Merge shellback.(none):/home/msvensson/mysql/same_tools/my41-same_tools 2006-10-03 16:14:23 +02:00
query_cache.test Update tests and result files after running with new mysqltest that better detects problems with test files 2006-10-04 13:09:37 +02:00
query_cache_merge.test Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
query_cache_notembedded.test We should prohobit concurent read of inserting file in SP 2006-03-15 19:15:52 +02:00
raid.test Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
range.test Merge mysql.com:/usr/home/ram/work/bug20732/my41-bug20732 2006-10-19 16:15:30 +05:00
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 Merge shellback.(none):/home/msvensson/mysql/mysql-4.1-maint 2006-10-31 19:08:30 +01:00
repair.test Merge mysql.com:/home/svoj/devel/mysql/engines/mysql-4.1-engines 2006-10-19 18:04:34 +05:00
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 Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
round.test Bug#6147: Traditional: Assigning a string to a numeric column has unexpected results 2006-07-20 13:41:12 +05:00
row.test Fixed bug #16081: row equalities were not taken into 2006-09-01 04:23:04 -07:00
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 Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
rpl000004.test Make it possible to run mysql-test-run.pl with default test suite in different vardir. 2006-01-24 08:30:54 +01:00
rpl000005.test Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
rpl000006.test Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
rpl000008-slave.opt
rpl000008.test Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
rpl000009-slave.opt
rpl000009.test Make it possible to run mysql-test-run.pl with default test suite in different vardir. 2006-01-24 08:30:54 +01:00
rpl000010-slave.opt
rpl000010.test Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
rpl000011.test Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
rpl000012.test Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
rpl000013-slave.opt
rpl000013.test Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
rpl000015-slave.sh Make it possible to run mysql-test-run.pl with default test suite in different vardir. 2006-01-24 08:30:54 +01:00
rpl000015.slave-mi
rpl000015.test Backport test cases fixes from 5.0 2006-10-19 10:54:23 +02:00
rpl000017-slave.opt
rpl000017-slave.sh Make it possible to run mysql-test-run.pl with default test suite in different vardir. 2006-01-24 08:30:54 +01:00
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
rpl_alter.test Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
rpl_auto_increment-master.opt
rpl_auto_increment.test Fix for BUG#20524 "auto_increment_* not observed when inserting 2006-07-06 14:37:09 +02:00
rpl_auto_increment_11932.test rpl_auto_increment_11932.test, rpl_auto_increment_11932.result: 2006-05-22 12:18:18 +09:30
rpl_change_master.test Backport test cases fixes from 5.0 2006-10-19 10:54:23 +02:00
rpl_charset.test Use replace_regex to mask the output of file_id= in "show binlog events" that depends on previous tests 2006-10-04 22:52:44 +02:00
rpl_commit_after_flush.test Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
rpl_create_database-master.opt
rpl_create_database-slave.opt
rpl_create_database.test Merge mysql.com:/home/my/mysql-4.1 2005-07-28 17:09:54 +03:00
rpl_ddl.test BUG#13343 CREATE|etc TRIGGER|VIEW|USER don't commit the transaction (inconsistency) 2005-10-13 05:12:17 -04:00
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 fixed test after merge 2005-08-19 11:38:14 +03:00
rpl_do_grant.test Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
rpl_drop.test Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1 2005-09-01 17:21:03 +02:00
rpl_drop_db.test Backport test cases fixes from 5.0 2006-10-19 10:54:23 +02:00
rpl_drop_temp-slave.opt
rpl_drop_temp.test Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1 2005-09-01 17:21:03 +02:00
rpl_dual_pos_advance-master.opt Optimize restarts by using --force-restart option 2006-10-13 11:53:19 +02:00
rpl_dual_pos_advance.test Fix for BUG#13023: "SQL Thread is up but doesn't move forward". Details in slave.cc; 2005-10-12 13:29:55 +02:00
rpl_EE_error.test Make it possible to run mysql-test-run.pl with default test suite in different vardir. 2006-01-24 08:30:54 +01:00
rpl_empty_master_crash-master.opt rpl_empty_master_crash need a master restart so that all log files are deleted 2006-10-13 20:22:56 +02:00
rpl_empty_master_crash.test Merge mysql.com:/home/my/mysql-4.1 2005-07-28 17:09:54 +03:00
rpl_error_ignored_table-slave.opt
rpl_error_ignored_table.test Backport test cases fixes from 5.0 2006-10-19 10:54:23 +02:00
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_flush_log_loop-master.opt Make it possible to run mysql-test-run.pl with default test suite in different vardir. 2006-01-24 08:30:54 +01:00
rpl_flush_log_loop-master.sh Make it possible to run mysql-test-run.pl with default test suite in different vardir. 2006-01-24 08:30:54 +01:00
rpl_flush_log_loop-slave.opt Make it possible to run mysql-test-run.pl with default test suite in different vardir. 2006-01-24 08:30:54 +01:00
rpl_flush_log_loop-slave.sh Make it possible to run mysql-test-run.pl with default test suite in different vardir. 2006-01-24 08:30:54 +01:00
rpl_flush_log_loop.test Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1 2005-09-01 17:21:03 +02:00
rpl_flush_tables.test Merge shellback.(none):/home/msvensson/mysql/same_tools/my41-same_tools 2006-10-03 16:14:23 +02:00
rpl_free_items-slave.opt
rpl_free_items.test Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
rpl_get_lock.test Merge mysql.com:/home/my/mysql-4.1 2005-07-28 17:09:54 +03:00
rpl_ignore_grant-slave.opt
rpl_ignore_grant.test Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
rpl_ignore_revoke-slave.opt BUG#9483 test was overworked to account reviews finally to leave only REVOKE check. 2006-01-10 13:44:08 +02:00
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 BUG#16487 importing the test case from 5.0 (the fix is done in BUG#15699) 2006-01-26 12:51:34 +02:00
rpl_ignore_table.test BUG#16487 importing the test case from 5.0 (the fix is done in BUG#15699) 2006-01-26 12:51:34 +02:00
rpl_init_slave-slave.opt
rpl_init_slave.test Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
rpl_innodb.test Make it possible to run mysql-test-run.pl with default test suite in different vardir. 2006-01-24 08:30:54 +01:00
rpl_insert_id-slave.opt
rpl_insert_id.test BUG#21726: Incorrect result with multiple invocations of LAST_INSERT_ID. 2006-10-06 13:34:07 +04:00
rpl_insert_ignore-slave.opt
rpl_insert_ignore.test Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
rpl_insert_select.test The earlier commit for BUG#10456 did not add the test file 2005-08-02 15:15:28 -06:00
rpl_loaddata.test Backport test cases fixes from 5.0 2006-10-19 10:54:23 +02: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 Use same --slave-load-tmpdir in all versions(backport from 5.0) 2006-10-05 18:29:59 +02:00
rpl_log-master.opt Backport test cases fixes from 5.0 2006-10-19 10:54:23 +02:00
rpl_log-slave.opt
rpl_log.test Backport test cases fixes from 5.0 2006-10-19 10:54:23 +02:00
rpl_log_pos.test Merge mysql.com:/home/my/mysql-4.1 2005-07-28 17:09:54 +03:00
rpl_many_optimize.test Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
rpl_master_pos_wait.test Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
rpl_max_relay_size.test Backport test cases fixes from 5.0 2006-10-19 10:54:23 +02:00
rpl_misc_functions-slave.sh Make it possible to run mysql-test-run.pl with default test suite in different vardir. 2006-01-24 08:30:54 +01:00
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 Fixed race conditions in rpl_multi_update and rpl_multi_delete tests which 2005-09-23 16:59:19 +04:00
rpl_multi_delete2-slave.opt fix for BUG#11139 (multi-delete with alias breaking replication if table rules are 2005-09-14 06:31:38 -06:00
rpl_multi_delete2.test fix for BUG#11139 (multi-delete with alias breaking replication if table rules are 2005-09-14 06:31:38 -06:00
rpl_multi_query.test Adding comment for force manual merge 5.0 -> wl1012 2005-09-12 22:47:15 +02:00
rpl_multi_update.test Fixed race conditions in rpl_multi_update and rpl_multi_delete tests which 2005-09-23 16:59:19 +04:00
rpl_multi_update2-slave.opt
rpl_multi_update2.test - set 'updating' in both tables list if we have two of them (because of subquery) (BUG#13236) 2005-10-14 00:02:38 +03:00
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 BUG#15699 importing the fix from 5.0 2006-01-26 12:49:55 +02:00
rpl_multi_update4.test BUG#15699 importing the fix from 5.0 2006-01-26 12:49:55 +02:00
rpl_mystery22.test Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
rpl_ndb_innodb_trans-slave.opt Fix for BUG#11151 "LOAD DATA INFILE commits transaction in 5.0". 2006-09-05 16:52:05 +02:00
rpl_ndb_innodb_trans.test Fix for BUG#11151 "LOAD DATA INFILE commits transaction in 5.0". 2006-09-05 16:52:05 +02:00
rpl_openssl.test Disabled test case for Windows (BUG#20753) 2006-06-28 15:07:41 +02:00
rpl_optimize.test Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
rpl_ps.test Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
rpl_redirect.test Merge mysql.com:/home/my/mysql-4.1 2005-07-28 17:09:54 +03:00
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 Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
rpl_replicate_do-slave.opt
rpl_replicate_do.test Backport test cases fixes from 5.0 2006-10-19 10:54:23 +02:00
rpl_reset_slave.test Adding comment for force manual merge 5.0 -> wl1012 2005-09-12 22:47:15 +02:00
rpl_rewrite_db-slave.opt
rpl_rewrite_db.test Make it possible to run mysql-test-run.pl with default test suite in different vardir. 2006-01-24 08:30:54 +01:00
rpl_rotate_logs-master.opt
rpl_rotate_logs-slave.sh Make it possible to run mysql-test-run.pl with default test suite in different vardir. 2006-01-24 08:30:54 +01:00
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 Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
rpl_server_id2-slave.opt
rpl_server_id2.test Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
rpl_session_var.test
rpl_set_charset.test Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
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 Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1-maint 2006-10-07 20:19:57 +02:00
rpl_sp-master.opt Approximative fixes for BUG#2610,2611,9100 i.e. WL#2146 binlogging/replication of routines (stored procs and functions). 2005-05-05 14:20:53 +02:00
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#20438: CREATE statements for views, stored routines and triggers 2006-07-28 02:49:18 +04:00
rpl_sp_effects-master.opt Fix for BUG#12335 (SP replication) : New binlogging strategy for stored PROCEDUREs/FUNCTIONs. 2005-08-25 17:34:34 +04:00
rpl_sp_effects-slave.opt Fix for BUG#12335 (SP replication) : New binlogging strategy for stored PROCEDUREs/FUNCTIONs. 2005-08-25 17:34:34 +04:00
rpl_sp_effects.test Fix for BUG#12637: Make SPs+user variables replication work: 2005-09-07 19:39:47 +04:00
rpl_sporadic_master-master.opt
rpl_sporadic_master.test Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
rpl_start_stop_slave.test Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
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 Make it possible to run mysql-test-run.pl with default test suite in different vardir. 2006-01-24 08:30:54 +01:00
rpl_trigger.test Fix spelling errors in test files 2006-10-24 17:54:45 +02:00
rpl_trunc_temp.test Update mysqltest to latest version 2006-10-03 15:33:44 +02: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 Add support for slave_compressed_protocol, slave_load_tmpdir, and 2005-05-07 06:55:47 -07:00
rpl_variables.test Merge mysql.com:/home/my/mysql-4.1 2005-07-28 17:09:54 +03:00
rpl_view-slave.opt Bug#19097: rpl_view failed on some platforms 2006-04-14 12:13:26 +03:00
rpl_view.test Fix of result files from merge 2006-09-21 00:59:48 +02:00
schema.test Patch for WL#2894: Make stored routine variables work 2005-12-07 17:01:17 +03:00
select.test Merge rurik.mysql.com:/home/igor/mysql-5.0-opt 2006-10-17 10:07:29 -07:00
select_found.test Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
select_safe.test Fix bug #11864 non unique names are allowed in subquery 2005-08-10 17:45:00 +04:00
show_check-master.opt Bug #19764: SHOW commands end up in the slow log as table scans 2006-10-12 17:10:34 -06:00
show_check.test Bug #19764: SHOW commands end up in the slow log as table scans 2006-10-12 17:10:34 -06:00
skip_grants-master.opt BUG#9993 2 unexpected warnings when dropping a routine and --skip-grant-tables 2005-05-26 16:44:46 +02:00
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 skip_name_resolve.result, skip_name_resolve.test: 2005-12-12 16:58:20 +01:00
sp-big.test Patch for WL#2894: Make stored routine variables work 2005-12-07 17:01:17 +03:00
sp-code.test Bug#19207: Final parenthesis omitted for CREATE INDEX in Stored Procedure 2006-07-07 21:24:54 +04: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 Patch for WL#2894: Make stored routine variables work 2005-12-07 17:01:17 +03:00
sp-error.test Merge bk-internal.mysql.com:/home/bk/mysql-5.0 2006-11-02 17:39:52 -05: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 Bug#18630: Arguments of suid routine calculated in wrong security 2006-07-13 17:12:31 +04: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 Bug#20028 (Function with select return no data) 2006-10-19 11:39:51 -07:00
sp.test Merge bk-internal.mysql.com:/home/bk/mysql-5.0 2006-11-02 17:39:52 -05:00
sp_notembedded.test Update tests and result files after running with new mysqltest that better detects problems with test files 2006-10-04 13:09:37 +02: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 Updated after testing 2005-10-13 11:28:06 +02:00
ssl_compress.test Updated after testing 2005-10-13 11:28:06 +02:00
ssl_des-master.opt Change the ssl related variables to loose so they work also when the server is compiled without ssl 2006-10-19 00:53:01 +02:00
ssl_des.test Bug#21868 Server crashes if encrypted certificate key provided 2006-09-25 16:44:15 +02:00
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 Merge mysql.com:/usr/home/bar/mysql-5.0.b6147v2 2006-09-29 16:40:18 +05:00
strict_autoinc_1myisam.test Bug#20573 2006-08-30 13:20:39 -07:00
strict_autoinc_2innodb.test Bug#20573 2006-08-30 13:20:39 -07:00
strict_autoinc_3heap.test Bug#20573 2006-08-30 13:20:39 -07:00
strict_autoinc_4bdb.test Bug#20573 2006-08-30 13:20:39 -07:00
strict_autoinc_5ndb.test Bug#20573 2006-08-30 13:20:39 -07:00
subselect.test Merge siva.hindu.god:/usr/home/tim/m/bk/g50 2006-10-24 14:42:08 -06:00
subselect2.test * Bug #20792: Incorrect results from aggregate subquery 2006-07-26 19:19:30 +03:00
subselect_gis.test Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
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 Moved some old test and added a new test to only be run with mysql-test-run --big 2005-04-07 19:24:14 +03:00
sum_distinct.test Moved some old test and added a new test to only be run with mysql-test-run --big 2005-04-07 19:24:14 +03:00
symlink.test Merge neptunus.(none):/home/msvensson/mysql/mysqltest_var/my50-mysqltest_var 2006-01-24 08:43:34 +01:00
synchronization.test Merge mysql.com:/home/my/mysql-4.1 2005-07-28 17:09:54 +03:00
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 Merge mysql.com:/home/my/mysql-4.1 2005-07-28 17:09:54 +03:00
system_mysql_db_fix-master.opt
system_mysql_db_fix.test Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1-maint 2006-10-07 20:19:57 +02:00
system_mysql_db_refs.test Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
tablelock.test Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
temp_table-master.opt Make it possible to run mysql-test-run.pl with default test suite in different vardir. 2006-01-24 08:30:54 +01:00
temp_table.test Merge mockturtle.local:/home/dlenev/src/mysql-4.1-bg22338-2 2006-09-29 12:36:12 +04:00
timezone-master.opt
timezone.test Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
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 Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
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 Bug#20028 (Function with select return no data) 2006-10-19 11:39:51 -07:00
truncate.test Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
type_binary.test Merge mysql.com:/home/jimw/my/mysql-5.0-14299 2005-12-06 14:16:34 -08:00
type_bit.test Fix for bug #22271: data casting may affect data stored in the next column(s?) 2006-09-28 17:00:29 +05:00
type_bit_innodb.test Bug #13601: Wrong int type for bit 2006-04-04 17:54:58 -07:00
type_blob.test Update mysqltest to latest version 2006-10-03 15:33:44 +02:00
type_date.test type_date.test, type_date.result: 2006-09-14 18:45:23 +04:00
type_datetime.test Fixed bug#21475: Wrongly applied constant propagation leads to a false comparison. 2006-08-21 00:23:57 +04:00
type_decimal.test Bug#22138: Unhandled NULL caused server crash 2006-10-11 19:44:12 +04:00
type_enum.test Bug#20922 mysql removes a name of first column in a table 2006-09-11 14:50:46 +05:00
type_float.test Merge polly.local:/tmp/22129/bug22129/my41-bug22129 2006-09-22 19:40:07 +04:00
type_nchar.test Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
type_newdecimal-big.test Patch for WL#2894: Make stored routine variables work 2005-12-07 17:01:17 +03:00
type_newdecimal.test Fix spelling errors in test files 2006-10-24 17:54:45 +02:00
type_ranges.test WL#2486 - natural and using join according to SQL:2003 2005-08-23 18:08:04 +03:00
type_set.test Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
type_time.test Commenting out testcases which cause type_time.test failure. 2006-01-10 17:57:46 +03:00
type_timestamp.test bug #20910 (NOT NULL reported as NULL for TIMESTAMP) 2006-08-08 13:34:27 +05:00
type_uint.test Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
type_varchar.test A fix for Bug#14897 "ResultSet.getString("table.column") sometimes 2006-08-30 00:38:58 +04:00
type_year.test Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
udf.test Merge bk-internal.mysql.com:/home/bk/mysql-5.0 2006-08-02 21:54:10 +04:00
union-master.opt
union.test Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0 2006-08-03 09:32:58 +02: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 Make it possible to run mysql-test-run.pl with default test suite in different vardir. 2006-01-24 08:30:54 +01:00
user_var.test Bug #19024- SHOW COUNT(*) WARNINGS not return Errors 2006-10-04 10:49:39 -04:00
varbinary.test Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
variables.test Bug #20908: Crash if select @@"" 2006-08-15 18:41:21 +02:00
view.test Merge bk-internal.mysql.com:/home/bk/mysql-5.0 2006-11-02 17:39:52 -05:00
view_grant.test Update tests and result files after running with new mysqltest that better detects problems with test files 2006-10-04 13:09:37 +02:00
view_query_cache.test We should not skip temptable view along with other derived 2005-12-01 12:01:38 +02:00
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_for_socket.sh Patch for BUG#15934: im_daemon_life_cycle fails sporadically. 2006-10-03 18:42:59 +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 Add missing semicolon 2006-10-05 12:41:26 +02:00
warnings-master.opt Merge patch for bug #15195 from 5.0 -> 5.0-release (for 5.0.24) 2006-07-21 09:53:12 +02:00
warnings.test Bug #20778: strange characters in warning message 1366 when called in SP 2006-09-27 19:26:25 -04:00
windows.test Fix handling of filenames that start the same as reserved filenames 2005-08-31 18:32:15 -07:00
xa.test Bug#12935 Local and XA transactions not mutually exclusive 2005-10-05 19:58:16 +02:00