.. |
alias.test
|
|
|
alter_table.test
|
merge 3.23 -> 4.0, 2003/02/06
|
2004-02-06 15:23:41 +03:00 |
analyse.test
|
|
|
ansi-master.opt
|
|
|
ansi.test
|
|
|
auto_increment.test
|
Simple cleanups
|
2003-12-18 14:40:19 +02:00 |
backup-master.sh
|
|
|
backup.test
|
|
|
bdb-alter-table-1.test
|
|
|
bdb-alter-table-2-master.opt
|
|
|
bdb-alter-table-2.test
|
|
|
bdb-crash.test
|
|
|
bdb-deadlock.test
|
|
|
bdb.test
|
Mark that strings may change on index only reads (for BDB tables).
|
2004-01-29 15:16:48 +01:00 |
bdb_cache-master.opt
|
|
|
bdb_cache.test
|
|
|
bench_count_distinct.test
|
|
|
bigint.test
|
disabled atof() test as non-portable
|
2004-02-04 09:59:18 +01:00 |
binary.test
|
|
|
bool.test
|
|
|
bulk_replace.test
|
|
|
case.test
|
|
|
cast.test
|
|
|
check.test
|
|
|
comments.test
|
|
|
compare.test
|
|
|
constraints.test
|
|
|
convert.test
|
|
|
count_distinct.test
|
|
|
count_distinct2-master.opt
|
|
|
count_distinct2.test
|
|
|
create.test
|
|
|
ctype_cp1251-master.opt
|
|
|
ctype_cp1251.test
|
|
|
ctype_latin1_de-master.opt
|
|
|
ctype_latin1_de.test
|
|
|
ctype_tis620-master.opt
|
Thai tis620 crash problem in text comparison routines was fixed.
|
2004-02-03 14:03:01 +04:00 |
ctype_tis620.test
|
Fixed problem with range optimization over overlapping ranges (#2448)
|
2004-02-04 09:51:13 +01:00 |
ctype_ujis-master.opt
|
|
|
ctype_ujis.test
|
|
|
delayed.test
|
|
|
delete.test
|
|
|
dirty_close.test
|
|
|
distinct.test
|
|
|
drop.test
|
|
|
drop_temp_table.test
|
|
|
empty_table.test
|
|
|
errors.test
|
|
|
explain.test
|
|
|
flush.test
|
|
|
flush_table.test
|
|
|
foreign_key.test
|
|
|
fulltext.test
|
beautify SHOW INDEX
|
2004-02-04 17:42:18 +01:00 |
fulltext_cache.test
|
|
|
fulltext_distinct.test
|
|
|
fulltext_left_join.test
|
|
|
fulltext_multi.test
|
|
|
fulltext_order_by.test
|
|
|
fulltext_update.test
|
|
|
fulltext_var.test
|
|
|
func_concat.test
|
|
|
func_crypt.test
|
|
|
func_date_add.test
|
|
|
func_encrypt-master.opt
|
|
|
func_encrypt.test
|
|
|
func_equal.test
|
|
|
func_group.test
|
|
|
func_if.test
|
|
|
func_in.test
|
|
|
func_isnull.test
|
|
|
func_like.test
|
An improvement of the fix for the bug #2231: string column,
|
2004-01-08 12:24:36 +04:00 |
func_math.test
|
merge 3.23 -> 4.0, 2003/02/06
|
2004-02-06 15:23:41 +03:00 |
func_misc.test
|
|
|
func_op.test
|
|
|
func_regexp.test
|
|
|
func_set.test
|
|
|
func_str.test
|
some ammendments (comments and code style)
|
2004-01-22 20:20:43 +04:00 |
func_system.test
|
|
|
func_test.test
|
|
|
func_time.test
|
Fix autoincrement for signed columns (Bug #1366)
|
2003-12-12 22:26:58 +02:00 |
func_timestamp.test
|
|
|
gcc296.test
|
|
|
grant.test
|
|
|
grant_cache-master.opt
|
|
|
grant_cache.test
|
|
|
group_by.test
|
|
|
handler.test
|
BUG#2304 - HANDLER and tables in non-current db
|
2004-01-13 12:31:25 +01:00 |
having.test
|
|
|
heap.test
|
|
|
init_file-master.opt
|
- renamed mysql-test/t/init_file.sql to mysql-test/std_data/init_file.dat
|
2004-02-05 23:36:54 +01:00 |
init_file.test
|
- renamed mysql-test/t/init_file.sql to mysql-test/std_data/init_file.dat
|
2004-02-05 23:36:54 +01:00 |
innodb-deadlock.test
|
|
|
innodb.test
|
innodb.result, innodb.test:
|
2004-02-02 01:30:59 +02:00 |
innodb_cache-master.opt
|
|
|
innodb_cache.test
|
|
|
innodb_handler.test
|
|
|
insert.test
|
Extend max_allowed_packet to 2G in mysql and mysqldump (Bug #2105)
|
2003-12-14 06:39:52 +02:00 |
insert_select.test
|
3.23 -> 4.0 merge: after merge fixes
|
2004-02-06 16:40:44 +03:00 |
isam.test
|
|
|
join.test
|
|
|
join_crash.test
|
|
|
join_outer.test
|
|
|
key.test
|
|
|
key_diff.test
|
|
|
key_primary.test
|
|
|
keywords.test
|
|
|
kill.test
|
|
|
limit.test
|
|
|
loaddata.test
|
Extend max_allowed_packet to 2G in mysql and mysqldump (Bug #2105)
|
2003-12-14 06:39:52 +02:00 |
lock.test
|
Give error if locked table is used twice in query. This fixes strange error message when doing LOCK TABLES t1 WRITE; INSERT TABLE t1 SELECT * from t1 (Bug #2296)
|
2004-02-03 09:46:48 +01:00 |
lock_multi.test
|
|
|
lock_tables_lost_commit-master.opt
|
|
|
lock_tables_lost_commit.test
|
|
|
lowercase_table-master.opt
|
|
|
lowercase_table.test
|
Extend max_allowed_packet to 2G in mysql and mysqldump (Bug #2105)
|
2003-12-14 06:39:52 +02:00 |
lowercase_table2-master.opt
|
Some small portability fixes.
|
2003-12-30 13:14:21 +02:00 |
lowercase_table2.test
|
Some small portability fixes.
|
2003-12-30 13:14:21 +02:00 |
merge.test
|
|
|
mix_innodb_myisam_binlog.test
|
|
|
multi_update-master.opt
|
|
|
multi_update.test
|
Merge
|
2003-12-13 04:04:38 +02:00 |
myisam-blob-master.opt
|
Fixed table crash bug when updating row > 16M (Bug #2159)
|
2004-01-15 21:39:56 +01:00 |
myisam-blob.test
|
Fixed table crash bug when updating row > 16M (Bug #2159)
|
2004-01-15 21:39:56 +01:00 |
myisam.test
|
Mark that strings may change on index only reads (for BDB tables).
|
2004-01-29 15:16:48 +01:00 |
mysqlbinlog-master.opt
|
|
|
mysqlbinlog.test
|
fixed bug #1378 "mysqlbinlog for remote host is broken"
|
2004-02-06 20:57:11 +04:00 |
mysqldump.test
|
Portablity fix
|
2003-12-14 21:31:02 +01:00 |
null.test
|
|
|
null_key.test
|
|
|
odbc.test
|
|
|
olap.test
|
|
|
openssl_1.test
|
|
|
order_by.test
|
|
|
order_fill_sortbuf-master.opt
|
|
|
order_fill_sortbuf.test
|
|
|
outfile.test
|
|
|
overflow.test
|
|
|
packet.test
|
|
|
query_cache.test
|
|
|
query_cache_merge.test
|
|
|
raid.test
|
Added testing of pthread_key_delete (to fix compile problem on SCO) (Bug #2461)
|
2004-02-05 09:12:23 +01:00 |
range.test
|
Fixed problem with range optimization over overlapping ranges (#2448)
|
2004-02-04 09:51:13 +01:00 |
README
|
|
|
rename.test
|
|
|
repair.test
|
|
|
repair_part2-master.sh
|
|
|
repair_part2.test
|
|
|
replace.test
|
|
|
rollback.test
|
|
|
rpl000001.test
|
|
|
rpl000002.test
|
|
|
rpl000003.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
|
|
|
rpl000016-slave.opt
|
|
|
rpl000017-slave.opt
|
|
|
rpl000017-slave.sh
|
|
|
rpl000017.test
|
|
|
rpl000018-master.opt
|
|
|
rpl000018-slave.opt
|
|
|
rpl000018.test
|
|
|
rpl_alter.test
|
|
|
rpl_chain_temp_table.test
|
|
|
rpl_change_master.test
|
|
|
rpl_do_grant.test
|
|
|
rpl_EE_error.test
|
Fix for BUG#2083
|
2003-12-16 11:10:50 +01:00 |
rpl_empty_master_crash.test
|
|
|
rpl_error_ignored_table-slave.opt
|
|
|
rpl_error_ignored_table.test
|
|
|
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_get_lock.test
|
|
|
rpl_heap.test
|
Fix for BUG#2477 "Slave stop with error after master reboot if use HEAP tables":
|
2004-01-30 00:05:34 +01:00 |
rpl_ignore_grant-slave.opt
|
|
|
rpl_ignore_grant.test
|
|
|
rpl_insert_id.test
|
rpl_insert_id.test, rpl_insert_id.result:
|
2004-02-02 01:41:35 +02:00 |
rpl_loaddata.test
|
|
|
rpl_loaddata_rule_m-master.opt
|
|
|
rpl_loaddata_rule_m.test
|
|
|
rpl_loaddata_rule_s-slave.opt
|
|
|
rpl_loaddata_rule_s.test
|
|
|
rpl_loaddatalocal.test
|
|
|
rpl_log-master.opt
|
|
|
rpl_log-slave.opt
|
|
|
rpl_log.test
|
|
|
rpl_log_pos.test
|
Portability fixes (mostly test suite)
|
2003-12-16 13:20:17 +02:00 |
rpl_master_pos_wait.test
|
|
|
rpl_max_relay_size.test
|
Portability fixes (mostly test suite)
|
2003-12-16 13:20:17 +02:00 |
rpl_multi_delete-slave.opt
|
Fix for BUG#2527 "Multi-Table Delete - Not Replication use replicate-wild-do-table"
|
2004-01-29 19:22:29 +01:00 |
rpl_multi_delete.test
|
Fix for BUG#2527 "Multi-Table Delete - Not Replication use replicate-wild-do-table"
|
2004-01-29 19:22:29 +01:00 |
rpl_multi_update.test
|
|
|
rpl_mystery22.test
|
|
|
rpl_redirect.test
|
|
|
rpl_relayspace-slave.opt
|
|
|
rpl_relayspace.test
|
|
|
rpl_replicate_do-slave.opt
|
|
|
rpl_replicate_do.test
|
|
|
rpl_reset_slave.test
|
|
|
rpl_rotate_logs-master.opt
|
|
|
rpl_rotate_logs-slave.sh
|
|
|
rpl_rotate_logs.slave-mi
|
|
|
rpl_rotate_logs.test
|
Portability fixes (mostly test suite)
|
2003-12-16 13:20:17 +02:00 |
rpl_skip_error-slave.opt
|
|
|
rpl_skip_error.test
|
|
|
rpl_sporadic_master-master.opt
|
|
|
rpl_sporadic_master.test
|
|
|
rpl_trunc_binlog.test
|
Portability fixes (mostly test suite)
|
2003-12-16 13:20:17 +02:00 |
sel000001.test
|
|
|
sel000002.test
|
|
|
sel000003.test
|
|
|
sel000031.test
|
|
|
sel000032.test
|
|
|
sel000033.test
|
|
|
sel000100.test
|
|
|
select.test
|
a proper fix for the bug #2298 Trailing whitespace inconsistently handled in WHERE clause.
|
2004-01-22 18:05:47 +04:00 |
select_found.test
|
fixed copying of color in SEL_ARG::clone (fixed bug #2968)
|
2004-02-12 23:45:39 +04:00 |
select_safe.test
|
|
|
show_check.test
|
|
|
status.test
|
|
|
symlink.test
|
Fix autoincrement for signed columns (Bug #1366)
|
2003-12-12 22:26:58 +02:00 |
tablelock.test
|
|
|
temp_table.test
|
|
|
timezone-master.opt
|
|
|
timezone.test
|
Fix for bug #2523 '"func_time" test fails on QNX'.
|
2004-01-30 19:15:11 +03:00 |
truncate.test
|
Fix autoincrement for signed columns (Bug #1366)
|
2003-12-12 22:26:58 +02:00 |
type_blob.test
|
opt_sum.cc:
|
2004-01-12 16:25:13 +02:00 |
type_date.test
|
|
|
type_datetime.test
|
|
|
type_decimal.test
|
A new better test case for bug #2128 involving overflow
|
2003-12-16 14:43:34 +02:00 |
type_enum.test
|
added checking for old cuted value in Field_enum::store
|
2003-12-12 21:26:44 -04:00 |
type_float.test
|
|
|
type_ranges.test
|
|
|
type_set.test
|
|
|
type_time.test
|
|
|
type_timestamp.test
|
Fix for bugs #1885, #2464, #2539. Proper handling of default
|
2004-01-30 15:13:19 +03:00 |
type_uint.test
|
|
|
type_year.test
|
A fix (bug #2335: Inconsistancy with handling of Years and NOW() function).
|
2004-01-11 14:12:46 +04:00 |
union.test
|
|
|
update.test
|
|
|
user_var.test
|
|
|
varbinary.test
|
|
|
variables-master.opt
|
|
|
variables.test
|
added error message for receiving variable with wrong GLOBAL|LOCAL type
|
2003-12-17 16:37:47 -04:00 |
warnings.test
|
|
|