.. |
alias.result
|
|
|
alter_table.result
|
merge fix
|
2003-04-26 16:44:42 +03:00 |
analyse.result
|
test result updated after merge
|
2003-03-13 14:34:07 +01:00 |
auto_increment.result
|
fix auto-increment in sub-key and insert ... select
|
2003-03-02 01:48:57 +01:00 |
backup.result
|
after merge fixes
|
2003-03-10 13:54:20 +02:00 |
bdb-alter-table-1.result
|
|
|
bdb-alter-table-2.result
|
|
|
bdb-crash.result
|
Changed some tests to pass with new auto_increment handling,
|
2003-03-22 20:34:20 +02:00 |
bdb-deadlock.result
|
|
|
bdb.result
|
|
|
bdb_cache.result
|
|
|
bench_count_distinct.result
|
|
|
big_test.require
|
|
|
bigint.result
|
Integer values between 9223372036854775807 and 9999999999999999999 are now
|
2003-02-27 02:10:19 +02:00 |
binary.result
|
|
|
bool.result
|
|
|
bulk_replace.result
|
|
|
case.result
|
|
|
cast.result
|
|
|
check.result
|
|
|
comments.result
|
|
|
compare.result
|
|
|
constraints.result
|
|
|
count_distinct.result
|
|
|
count_distinct2.result
|
|
|
create.result
|
Fix of bug 390: primary key now implies (silently) NOT NULL for key fields.
|
2003-05-13 19:16:30 +02:00 |
ctype_latin1_de.result
|
Fixed problem when comparing a key for a multi-byte-character set. (bug 152)
|
2003-04-27 22:12:08 +03:00 |
ctype_ujis.result
|
Fix for -fbranch-probabilites (bug 268)
|
2003-04-26 20:43:28 +03:00 |
delayed.result
|
|
|
delete.result
|
result updated
|
2003-05-04 11:00:45 +02:00 |
dirty_close.result
|
|
|
distinct.result
|
|
|
drop.result
|
|
|
empty_table.result
|
|
|
err000001.result
|
|
|
explain.result
|
|
|
flush.result
|
|
|
foreign_key.result
|
|
|
fulltext.result
|
bug 283: FULLTEXT index on a TEXT filed converted to a CHAR field doesn't work anymore
|
2003-04-23 15:44:39 +04:00 |
fulltext_cache.result
|
|
|
fulltext_distinct.result
|
|
|
fulltext_left_join.result
|
|
|
fulltext_multi.result
|
|
|
fulltext_order_by.result
|
|
|
fulltext_update.result
|
|
|
fulltext_var.result
|
|
|
func_concat.result
|
|
|
func_crypt.result
|
|
|
func_date_add.result
|
|
|
func_encrypt.result
|
|
|
func_equal.result
|
|
|
func_group.result
|
Fixed bug in SUM() with NULL:s
|
2003-04-15 22:04:16 +03:00 |
func_if.result
|
|
|
func_in.result
|
|
|
func_isnull.result
|
|
|
func_like.result
|
optimizer should check for "field LIKE const" not "field like STRING"
|
2003-03-02 14:07:32 +01:00 |
func_math.result
|
|
|
func_misc.result
|
Safety fix to enable RAID in max binaries
|
2003-05-13 10:54:07 +03:00 |
func_op.result
|
|
|
func_regexp.result
|
|
|
func_set.result
|
|
|
func_str.result
|
truncating REPLACE result bug fix
|
2003-03-30 18:36:01 +05:00 |
func_system.result
|
|
|
func_test.result
|
|
|
func_time.result
|
|
|
func_timestamp.result
|
|
|
gcc296.result
|
|
|
grant.result
|
|
|
grant_cache.result
|
|
|
group_by.result
|
Changed test slightly to make it repeatable
|
2003-04-24 02:23:25 +03:00 |
handler.result
|
|
|
have_bdb.require
|
|
|
have_crypt.require
|
|
|
have_innodb.require
|
|
|
have_isam.require
|
|
|
have_openssl.require
|
|
|
have_openssl_1.require
|
Openssl test
|
2003-03-11 13:41:53 +04:00 |
have_openssl_2.require
|
|
|
have_query_cache.require
|
|
|
have_raid.require
|
|
|
have_symlink.require
|
|
|
having.result
|
Safety fix to enable RAID in max binaries
|
2003-05-13 10:54:07 +03:00 |
heap.result
|
Allow optimzation of multi-table-update also for InnoDB tables
|
2003-03-19 00:45:44 +02:00 |
innodb-deadlock.result
|
|
|
innodb.result
|
- disabled all "EXPLAIN SELECT" tests from the InnoDB test because of
|
2003-05-13 19:30:07 +02:00 |
innodb_cache.result
|
|
|
innodb_handler.result
|
Three bug fixes and one fix being undone.
|
2003-04-19 23:18:35 +03:00 |
ins000001.result
|
|
|
insert.result
|
|
|
insert_select.result
|
|
|
isam.result
|
|
|
join.result
|
Fixed problem when comparing a key for a multi-byte-character set. (bug 152)
|
2003-04-27 22:12:08 +03:00 |
join_crash.result
|
|
|
join_outer.result
|
merge fix
|
2003-04-29 14:35:10 +03:00 |
key.result
|
Fix of bug 390: primary key now implies (silently) NOT NULL for key fields.
|
2003-05-13 19:16:30 +02:00 |
key_diff.result
|
|
|
key_primary.result
|
|
|
keywords.result
|
|
|
kill.result
|
|
|
limit.result
|
|
|
loaddata.result
|
Fixed that reading a DATE string of 000000 is interpreted as 0000-00-00 instead of 2000-00-00
|
2003-05-05 14:52:39 +03:00 |
lock.result
|
|
|
lock_multi.result
|
Fixed bug in LOCK TABLE + DROP TABLE when other thread was waiting for a table that was locked bug not droped
|
2003-03-04 12:22:35 +02:00 |
lowercase_table.result
|
|
|
merge.result
|
|
|
multi_update.result
|
merge fix
|
2003-04-26 16:44:42 +03:00 |
myisam.result
|
Updated results after merge
|
2003-04-03 13:21:39 +03:00 |
not_embedded.require
|
|
|
null.result
|
|
|
null_key.result
|
Fixes for valgrind
|
2003-04-23 21:52:16 +03:00 |
odbc.result
|
|
|
olap.result
|
|
|
openssl_1.result
|
Openssl test
|
2003-03-11 13:41:53 +04:00 |
openssl_2.result
|
|
|
order_by.result
|
filesort.cc, order_by.result:
|
2003-04-26 14:54:53 +03:00 |
order_fill_sortbuf.result
|
|
|
overflow.result
|
|
|
packet.result
|
|
|
query_cache.result
|
fixed bug 209 (SQL_SELECT_LIMIT and query cache incompatibility)
|
2003-03-31 09:49:09 +03:00 |
raid.result
|
|
|
range.result
|
|
|
rename.result
|
|
|
repair.result
|
test case added
|
2003-05-03 15:21:39 +02:00 |
replace.result
|
|
|
rollback.result
|
|
|
rpl000001.a.result
|
|
|
rpl000001.b.result
|
|
|
rpl000001.result
|
Replication: small bug fixes in mysql-test-run.sh and in replication code (more reinitializations)
|
2003-03-03 14:57:02 +01:00 |
rpl000002.result
|
|
|
rpl000003.result
|
|
|
rpl000004.a.result
|
|
|
rpl000004.b.result
|
|
|
rpl000004.result
|
|
|
rpl000005.result
|
|
|
rpl000006.result
|
|
|
rpl000008.result
|
|
|
rpl000009.result
|
|
|
rpl000010.result
|
|
|
rpl000011.result
|
|
|
rpl000012.result
|
|
|
rpl000013.result
|
|
|
rpl000015.result
|
|
|
rpl000017.result
|
|
|
rpl000018.result
|
|
|
rpl_alter.result
|
Fixed problem when comparing a key for a multi-byte-character set. (bug 152)
|
2003-04-27 22:12:08 +03:00 |
rpl_empty_master_crash.result
|
|
|
rpl_failsafe.result
|
|
|
rpl_flush_log_loop.result
|
|
|
rpl_get_lock.result
|
|
|
rpl_insert_id.result
|
|
|
rpl_loaddata.result
|
added test for replication load data into temporary table with additional options
|
2003-04-03 12:54:08 -04:00 |
rpl_loaddatalocal.result
|
ChangeSet 1.1625 was faulty as regards sql/mf_iocache.cc and LOAD DATA LOCAL replication tests
|
2003-03-02 18:20:32 +01:00 |
rpl_log.result
|
|
|
rpl_log_pos.result
|
|
|
rpl_master_pos_wait.result
|
|
|
rpl_mystery22.result
|
|
|
rpl_redirect.result
|
|
|
rpl_relayspace.result
|
New variable rli->ignore_log_space_limit to resolve
|
2003-03-17 22:51:56 +01:00 |
rpl_replicate_do.result
|
|
|
rpl_rotate_logs.result
|
|
|
rpl_skip_error.result
|
|
|
rpl_sporadic_master.result
|
|
|
sel000001.result
|
|
|
sel000002.result
|
|
|
sel000003.result
|
|
|
sel000031.result
|
|
|
sel000032.result
|
|
|
sel000033.result
|
|
|
sel000100.result
|
|
|
select.result
|
Fix for -fbranch-probabilites (bug 268)
|
2003-04-26 20:43:28 +03:00 |
select_found.result
|
|
|
select_safe.result
|
Fixed bug in SET SQL_BIG_SELECTS
|
2003-04-24 09:18:53 +03:00 |
show_check.result
|
|
|
slave-running.result
|
|
|
slave-stopped.result
|
|
|
status.result
|
|
|
symlink.result
|
|
|
tablelock.result
|
|
|
temp_table.result
|
|
|
truncate.result
|
|
|
type_blob.result
|
Changed some tests to pass with new auto_increment handling,
|
2003-03-22 20:34:20 +02:00 |
type_date.result
|
|
|
type_datetime.result
|
after merge fixes
|
2003-03-10 13:54:20 +02:00 |
type_decimal.result
|
Changed some tests to pass with new auto_increment handling,
|
2003-03-22 20:34:20 +02:00 |
type_enum.result
|
|
|
type_float.result
|
|
|
type_ranges.result
|
Changed some tests to pass with new auto_increment handling,
|
2003-03-22 20:34:20 +02:00 |
type_set.result
|
|
|
type_time.result
|
|
|
type_timestamp.result
|
disable partial timestamps in --new mode
|
2003-03-06 10:54:27 +01:00 |
type_uint.result
|
|
|
type_year.result
|
|
|
union.result
|
|
|
update.result
|
Fixes for valgrind
|
2003-04-23 21:52:16 +03:00 |
user_var.result
|
|
|
varbinary.result
|
|
|
variables.result
|
A test case for bug in record #166 :
|
2003-03-20 19:13:45 +02:00 |
warnings.result
|
|
|