mariadb/mysql-test/r
istruewing@chilla.local 0b2a9d01ed Bug#14400 - Query joins wrong rows from table which is
subject of "concurrent insert"
Better fix by Monty: "The previous bug fix didn't work
when using partial keys."
2006-08-29 20:45:04 +02:00
..
alias.result Fix for Bug 3481 2004-04-28 16:14:53 +01:00
alter_table.result Change create_field->offset to store offset from start of fields, independent of null bits. 2005-05-13 11:11:50 +03:00
analyse.result
analyze.result Bug #10901 2005-06-03 17:13:43 +02:00
ansi.result
auto_increment.result Fixed wrong buffer usage for auto-increment key with blob part that caused CHECK TABLE to report that the table was wrong. (Bug #10045) 2005-05-13 23:08:29 +03:00
backup.result
bdb-alter-table-1.result
bdb-alter-table-2.result
bdb-crash.result fixed bug #2342 2004-03-27 00:35:45 +04:00
bdb-deadlock.result
bdb.result Merge 2004-06-25 12:59:47 +02:00
bdb_cache.result
bench_count_distinct.result
big_test.require
bigint.result disabled atof() test as non-portable 2004-02-04 09:59:18 +01:00
binary.result Fix for bug #5134: WHERE x = 'bar' AND x LIKE BINARY 'bar' returns 2004-08-23 19:13:47 +04:00
bool.result
bulk_replace.result
case.result
cast.result
check.result
check_var_limit.require
comments.result
compare.result
constraints.result
convert.result
count_distinct.result
count_distinct2.result
create.result BUG#5390 - problems with merge tables 2005-11-29 19:17:39 +01:00
create_select_tmp.result Fix for BUG#4551 "Temporary InnoDB tables not replicated properly with CREATE TABLE .. SELECT" 2004-07-18 14:34:35 +02:00
ctype_cp1251.result
ctype_latin1_de.result Bug #5447 Select does not find records 2004-09-09 12:23:10 +05:00
ctype_tis620.result Fixed problem with range optimization over overlapping ranges (#2448) 2004-02-04 09:51:13 +01:00
ctype_ujis.result
delayed.result
delete.result delete.result, delete.test: 2005-02-15 18:45:42 -08:00
dirty_close.result
distinct.result distinct.result: 2005-02-11 13:44:54 -08:00
drop.result bug#3891 - DROP TABLE many-unexistent-tables, was printing an error with %s instead of table names 2005-04-02 20:13:19 +02:00
drop_temp_table.result The automatic DROP TEMPORARY TABLE is now DROP TEMPORARY TABLE IF EXISTS, 2004-03-20 15:49:17 +01:00
empty_table.result
errors.result
explain.result
flush.result
flush_block_commit.result two-line fix for BUG#6732 "FLUSH TABLES WITH READ LOCK + COMMIT makes next FLUSH...LOCK hang forever" 2004-11-30 22:20:52 +01:00
flush_table.result BUG#4286 - HANDLER tables are closed by FLUSH TABLE(S). 2004-09-24 18:39:25 +02:00
foreign_key.result
fulltext.result BUG#11684 fix. 2005-08-02 11:33:26 +05:00
fulltext_cache.result
fulltext_distinct.result
fulltext_left_join.result
fulltext_multi.result
fulltext_order_by.result
fulltext_update.result
fulltext_var.result fulltext_var.result: 2005-08-29 22:35:48 -05:00
func_concat.result
func_crypt.result
func_date_add.result
func_encrypt.result
func_equal.result
func_group.result A fix. (Bug #3376: AVG(constant) returns constant if no rows in result set) 2004-04-09 19:07:39 +05:00
func_if.result Fix for bug #5595: NULLIF() IS NULL returns false if NULLIF() returns NULL 2004-09-18 13:06:44 +04:00
func_in.result
func_isnull.result
func_like.result An improvement of the fix for the bug #2231: string column, 2004-01-08 12:24:36 +04:00
func_math.result - fixed non-predictable floating point results in func_math by adding 2004-08-11 13:11:59 +02:00
func_misc.result
func_op.result Fix for bug #13044: BIT_COUNT with NULL values. 2005-11-06 12:35:49 +04:00
func_regexp.result
func_set.result Fix for bug #4340: find_in_set is case insensitive even on binary operators(2nd version) 2004-08-24 17:29:08 +04:00
func_str.result Fix for bug #12728: Very strange behaviour of ELT 2006-06-13 16:01:54 +05:00
func_system.result
func_test.result fix for the bug #2786 incorrect precedence for XOR operator 2004-02-16 19:43:43 +04:00
func_time.result Fix for bug #7515 "from_unixtime(0) now returns NULL instead of 2004-12-30 21:18:10 +03:00
func_timestamp.result
gcc296.result
grant.result unsufficient privilege checks in GRANT, when a grantor has column-level privileges 2004-12-30 21:01:11 +01:00
grant_cache.result unsufficient privilege checks in GRANT, when a grantor has column-level privileges 2004-12-30 21:01:11 +01:00
group_by.result Fix for BUG#6976: 2004-12-11 19:59:09 +03:00
handler.result Bug#14397 - OPTIMIZE TABLE with an open HANDLER causes a crash 2005-11-03 18:24:12 +01:00
have_bdb.require
have_crypt.require
have_innodb.require
have_isam.require
have_met_timezone.require Portablity fix 2003-12-14 21:31:02 +01:00
have_moscow_leap_timezone.require Fix for bug #6387 "Queried timestamp values do not match the inserted 2004-11-03 17:59:03 +00:00
have_openssl.require
have_openssl_1.require
have_outfile.require Bug#8191 - SELECT INTO OUTFILE insists on FROM clause 2005-05-08 22:56:58 +01:00
have_query_cache.require
have_raid.require
have_symlink.require
having.result fixed Bug #4358 Problem with HAVING clause that uses alias 2004-08-12 20:37:31 +05:00
heap.result A fix (bug #6878: Crash with engine=memory). 2004-12-02 14:34:53 +04:00
innodb-deadlock.result
innodb-lock.result Fix when compiling without InnoDB 2004-10-27 18:57:49 +03:00
innodb.result Test fix. DROP TABLE added. 2005-05-07 21:37:27 +05:00
innodb_cache.result do not clear list of changed tables on one statement rollback (Bug #4213) 2004-06-20 23:44:21 +03:00
innodb_handler.result
insert.result Extend max_allowed_packet to 2G in mysql and mysqldump (Bug #2105) 2003-12-14 06:39:52 +02:00
insert_select.result BUG#6034 - Error code 124: Wrong medium type. 2005-01-19 21:13:30 +01:00
isam.result
join.result
join_crash.result
join_outer.result Fix for BUG#8711: "<=>" may have true value for NULL arguments, so make 2005-03-11 02:17:03 +03:00
key.result
key_diff.result
key_primary.result select.result, select.test: 2004-09-02 22:06:30 -07:00
keywords.result
kill.result
limit.result
loaddata.result Extend max_allowed_packet to 2G in mysql and mysqldump (Bug #2105) 2003-12-14 06:39:52 +02:00
lock.result BUG#5390 - problems with merge tables 2006-01-23 19:12:29 +01:00
lock_multi.result Bug#4118: multi-table UPDATE takes WRITE lock on read table 2004-10-03 00:20:47 +01:00
lock_tables_lost_commit.result
lowercase0.require Ensure that one can't from the command line set a variable too small. (Bug #2710) 2004-03-06 10:43:35 +02:00
lowercase2.require Some small portability fixes. 2003-12-30 13:14:21 +02:00
lowercase_table.result Code style fixes. 2004-08-28 00:49:54 +03:00
lowercase_table2.result Updated result sets (from 4.1) 2004-07-09 02:03:19 +03:00
lowercase_table3.result Fixed memory leak in DROP DATABASE when using RAID tables (Bug #2882) 2004-03-10 13:46:11 +02:00
merge.result BUG#5390 - problems with merge tables 2005-11-29 19:17:39 +01:00
mix_innodb_myisam_binlog.result Fix for BUG##5714 "Insert into MyISAM table and select ... for update]": 2004-11-04 19:19:23 +01:00
multi_update.result Fix for BUG#5837 - attempt 3. 2004-12-11 15:51:52 +03:00
myisam-blob.result Fixed table crash bug when updating row > 16M (Bug #2159) 2004-01-15 21:39:56 +01:00
myisam.result Bug#14400 - Query joins wrong rows from table which is 2006-08-29 20:45:04 +02:00
mysqlbinlog.result Portability fixes & fixing of test suite 2004-03-12 09:15:08 +02:00
mysqldump.result fixed Bug #3361 "mysqldump quotes DECIMAL values" 2004-04-05 23:18:16 +05:00
not_embedded.require
null.result null.test, null.result: 2004-08-20 23:48:30 -07:00
null_key.result select.result, select.test: 2004-09-02 22:06:30 -07:00
odbc.result
olap.result
openssl_1.result
openssl_2.result
order_by.result order_by.result, order_by.test: 2005-01-25 14:30:38 -08:00
order_fill_sortbuf.result
outfile.result Fix outfile test/results 2005-05-09 08:33:45 +01:00
overflow.result
packet.result
query_cache.result Fix for bug #9796 "Query Cache caches queries with CURRENT_USER() 2005-04-11 00:30:23 +04:00
query_cache_merge.result
query_cache_notembedded.result make the same filenames as in 4.1 2005-08-11 09:29:50 +03:00
raid.result Fixed stack overrun with some INSERT ... SELECT ... GROUP BY queries (Bug #3265) 2004-04-28 03:37:45 +03:00
range.result Merge bk-internal.mysql.com:/home/bk/mysql-4.0 2004-06-21 19:44:20 +03:00
rename.result
repair.result
repair_part2.result
replace.result
rollback.result
rpl000001.a.result
rpl000001.b.result
rpl000001.result
rpl000002.result
rpl000003.result
rpl000004.a.result
rpl000004.b.result
rpl000004.result
rpl000005.result
rpl000006.result
rpl000008.result
rpl000009.result Fix for BUG#2922 "Crash (signal11) after "load data from master"" 2004-03-17 10:35:03 +01:00
rpl000010.result
rpl000011.result
rpl000012.result
rpl000013.result
rpl000015.result
rpl000017.result
rpl000018.result
rpl_alter.result
rpl_chain_temp_table.result
rpl_change_master.result
rpl_commit_after_flush.result Fix for BUG#5949 "error code 1223 in binlog when using innobackup": 2004-10-11 11:01:38 +02:00
rpl_do_grant.result
rpl_drop.result Fixes for 2004-07-17 16:58:16 +02:00
rpl_EE_error.result Fix for BUG#2083 2003-12-16 11:10:50 +01:00
rpl_empty_master_crash.result
rpl_error_ignored_table.result Portability fixes 2004-03-19 18:26:02 +02:00
rpl_failsafe.result
rpl_flush_log_loop.result
rpl_free_items.result test suite for bug Bug#3969 (commited separetely because it took too long time to parse it on 3.23) 2004-06-11 16:25:18 +03:00
rpl_get_lock.result
rpl_heap.result Fix for BUG#4971 "CREATE TABLE ... TYPE=HEAP SELECT ... stops slave (wrong DELETE in binlog)": 2004-08-19 00:29:11 +02:00
rpl_ignore_grant.result
rpl_insert_id.result Bug#8412: For replication to work correctly, the prologue and 2005-02-14 18:39:33 +01:00
rpl_loaddata.result
rpl_loaddata_rule_m.result
rpl_loaddata_rule_s.result
rpl_loaddatalocal.result
rpl_log.result
rpl_log_pos.result
rpl_master_pos_wait.result
rpl_max_relay_size.result Portability fixes (mostly test suite) 2003-12-16 13:20:17 +02:00
rpl_multi_delete.result Fix for BUG#2527 "Multi-Table Delete - Not Replication use replicate-wild-do-table" 2004-01-29 19:22:29 +01:00
rpl_multi_delete2.result Fix for BUG#3461 "multi-table DELETE replicated despite replicate-wild-ignore-table": 2004-04-13 22:40:16 +02:00
rpl_multi_update.result Fix for Bug 3481 2004-04-28 16:14:53 +01:00
rpl_multi_update2.result Bug#7011 2005-01-30 10:24:03 +00:00
rpl_mystery22.result
rpl_optimize.result Complement to 2004-02-22 11:22:51 +01:00
rpl_redirect.result
rpl_relayspace.result
rpl_replicate_do.result
rpl_reset_slave.result
rpl_rotate_logs.result Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0 2003-12-16 21:53:18 +01:00
rpl_server_id1.result Very small fixes for testsuite (a real_sleep instead of sleep, plus TCP port independency of the result file). 2004-04-28 23:43:46 +02:00
rpl_server_id2.result Replication testsuite: making the master-slave synchronization less likely to fail, 2004-05-14 23:08:03 +02:00
rpl_set_charset.result clean up at end of test (thanks serg) 2004-09-07 14:20:48 +02:00
rpl_skip_error.result
rpl_sporadic_master.result
rpl_start_stop_slave.result Fix for Bug#6148. Only rewind read position in binary log when the 2004-11-25 09:26:45 +01:00
rpl_trunc_binlog.result Fix for BUG#3017 2004-03-01 00:46:31 +01:00
sel000001.result
sel000002.result
sel000003.result
sel000031.result
sel000032.result
sel000033.result
sel000100.result
select.result Fix bug #13855 select distinct with group by caused server crash 2005-10-14 01:22:24 +04:00
select_found.result select_found.result, select_found.test: 2005-01-22 02:40:27 -08:00
select_safe.result
show_check.result Fix for BUG#7519: Index statistics is not displayed after ANALYZE for temporary tables: 2005-02-05 06:23:23 +03:00
slave-running.result
slave-stopped.result
status.result
symlink.result
system_mysql_db.result Fixed wrong 'mysql.func' definition 2004-03-22 11:18:29 +02:00
system_mysql_db_refs.result s/\r\n/\n/ in mysql-test/*/system_mysql_db* 2004-06-28 15:53:49 +05:00
tablelock.result
temp_table.result
timezone.result Fix for bug #2523 '"func_time" test fails on QNX'. 2004-01-30 19:15:11 +03:00
timezone3.result Fix for bug #6387 "Queried timestamp values do not match the inserted 2004-11-03 17:59:03 +00:00
true.require Ensure that one can't from the command line set a variable too small. (Bug #2710) 2004-03-06 10:43:35 +02:00
truncate.result Fix for BUG#5033 "When using temporary tables truncate does NOT reset the auto_increment counter" 2004-08-23 16:15:57 +02:00
type_blob.result opt_sum.cc: 2004-01-12 16:25:13 +02:00
type_date.result Bug 4937: different date -> string conversion when using 2004-08-18 14:46:31 +02:00
type_datetime.result Fix for bug #7297 "Two digit year should be interpreted correctly 2004-12-16 16:31:50 +03:00
type_decimal.result different (simpler and more compatible) fix for bug#4046 2004-06-09 00:08:24 +02:00
type_enum.result
type_float.result Fix over-optimization that could result in an unsigned double field being 2005-01-17 16:13:56 -08:00
type_ranges.result
type_set.result
type_time.result
type_timestamp.result Fix for bug #8894 "TIMESTAMP values scrambled/misaligned when using --new". 2005-03-28 23:36:25 +04:00
type_uint.result Bug #4797 - 32 bit and 64 bit builds behave differently on int32 overflow 2004-08-11 23:43:41 +02:00
type_year.result A fix (bug #2335: Inconsistancy with handling of Years and NOW() function). 2004-01-11 14:12:46 +04:00
union.result bug#5389 merge.test fails on qnx - uninitalized variable in myrg_open() 2004-09-06 22:20:40 +02:00
update.result Fixed bug #16510: Updating field named like '*name' caused server crash. 2006-01-23 21:51:32 +03:00
user_var.result
varbinary.result
variables.result Fixed: BUG#5135: cannot turn on log_warnings with SET in 4.1 (and 4.0) 2004-08-23 15:29:55 +02:00
warnings.result