..
alias.result
alter_table.result
After merge fixes
2005-05-14 16:24:36 +03:00
analyse.result
ansi.result
A "fix" for problem discovered in BUG#8510: remove ONLY_FULL_GROUP_BY mode from ANSI mode, as currently
2005-02-17 07:12:31 +03:00
archive.result
BUG#9911 RENAME TABLE of type ARCHIVE fails with .ARN file error
2005-04-26 11:35:52 +02:00
auto_increment.result
Merge with 4.0
2005-05-14 00:01:40 +03:00
backup.result
bdb-alter-table-1.result
bdb-alter-table-2.result
bdb-crash.result
bdb-deadlock.result
bdb.result
bdb_cache.result
bench_count_distinct.result
big_test.require
bigint.result
Fix for BUG#8562: In Item_int_with_ref::new_item() create Item_int or Item_uint
2005-02-28 23:50:06 +03:00
binary.result
blackhole.result
checking that statements get into binlog even when they were affecting
2005-04-26 15:52:04 +02:00
bool.result
bulk_replace.result
case.result
cast.result
CAST(string_argument AS UNSIGNED) didn't work for big integers above the signed range. (Bug #7036 )
2005-04-29 17:03:34 +03:00
check.result
check_var_limit.require
comments.result
compare.result
connect.result
consistent_snapshot.result
constraints.result
count_distinct.result
count_distinct2.result
count_distinct3.result
create.result
Merge ltantony.mysql.com:/usr/home/antony/work2/p4-bug9666
2005-05-07 14:46:54 +01:00
create_select_tmp.result
csv.result
ctype_big5.result
Allow inserting of extra HKSCS and cp950 characters into a Big5 column.
2005-03-25 16:08:54 +04:00
ctype_collate.result
ctype_collate.result, ctype_collate.test, union.result, union.test:
2005-04-10 12:40:33 +05:00
ctype_cp932.result
Added cp932 character set
2005-05-05 10:36:17 -07:00
ctype_cp1250_ch.result
Bug#8840 Empty string comparison and character set 'cp1250'
2005-03-03 14:15:37 +04:00
ctype_cp1251.result
Remove .opt file for faster test running.
2005-03-30 14:10:27 +05:00
ctype_create.result
ctype_latin1.result
ctype_latin1.result, ctype_latin1.test, charset.c:
2005-02-22 09:56:07 +04:00
ctype_latin1_de.result
Bug #7878 with utf_general_ci, equals (=) has problem with accent insensitivity
2005-02-18 16:10:12 +04:00
ctype_latin2.result
Bug#6505 Wrong sorting order:
2005-05-06 18:41:41 +05:00
ctype_many.result
ctype_mb.result
ctype_recoding.result
ctype_sjis.result
ctype_tis620.result
ctype_uca.result
ctype_uca.result:
2005-04-04 17:55:12 +05:00
ctype_ucs.result
bug#10344: some string function fail for UCS2
2005-05-10 14:13:58 +05:00
ctype_ucs_binlog.result
ctype_ujis.result
ctype_utf8.result
SUBSTR with negative argument didn't work
2005-05-09 20:55:06 +05:00
date_formats.result
delayed.result
delete.result
Manual merge
2005-02-15 21:03:17 -08:00
derived.result
dirty_close.result
distinct.result
drop.result
Fixed core dump bug when hot link list in key cache was empty. Bug #10167
2005-04-27 14:31:04 +03:00
drop_temp_table.result
empty_table.result
endspace.result
errors.result
exampledb.result
explain.result
flush.result
flush_block_commit.result
flush_table.result
foreign_key.result
fulltext.result
Merge
2005-02-16 04:04:34 -06:00
fulltext2.result
fulltext_cache.result
Windows compatibility changes of the 'rpl_delete_all',
2005-02-17 02:59:39 +01:00
fulltext_distinct.result
fulltext_left_join.result
fulltext_multi.result
fulltext_order_by.result
BUG#6635 - test_if_skip_sort_order() thought it can skip filesort
2005-03-08 19:45:55 +01:00
fulltext_update.result
fulltext_var.result
func_compress.result
func_concat.result
func_crypt.result
func_date_add.result
func_default.result
func_encrypt.result
func_equal.result
func_gconcat.result
Fix for bug#8656: Crash with group_concat on alias in outer table
2005-03-16 16:44:28 +03:00
func_group.result
fixed union types merging and table related metadata (BUG#8824)
2005-03-23 08:36:48 +02:00
func_if.result
func_in.result
func_isnull.result
func_like.result
func_math.result
A fix (bug #9837 : round(1, 6) delivers wrong value in create table context).
2005-04-19 14:44:54 +05:00
func_misc.result
func_op.result
func_regexp.result
func_sapdb.result
Fix for bug #8068 "TIMEDIFF with first negative argument gives wrong
2005-03-28 16:20:55 +04:00
func_set.result
func_str.result
Fixed that LEFT OUTER JOIN was replaced with a regulat join
2005-03-24 18:10:46 +04:00
func_system.result
func_system.test, ctype_utf8.test, func_system.result, ctype_utf8.result:
2005-03-28 12:24:12 +05:00
func_test.result
func_time.result
func_timestamp.result
gcc296.result
gis-rtree.result
gis.result
grant.result
grant2.result
more wild_compare tests
2005-03-27 15:46:06 +02:00
grant_cache.result
group_by.result
Fix for BUG#9298: Make int->string conversion sign-aware in Protocol_simple::store_long
2005-04-18 07:26:23 +04:00
handler.result
have_archive.require
have_bdb.require
have_big5.require
have_blackhole.require
Additional storage engine called "blackhole". Customer request, and for that matter a Zawodny request. With this you can alter table to a type of table that would never store data. Its a /dev/null for a database.
2005-03-22 16:10:39 -08:00
have_compress.require
have_cp932.require
Added cp932 character set
2005-05-05 10:36:17 -07:00
have_cp1250_ch.require
Bug#8840 Empty string comparison and character set 'cp1250'
2005-03-03 14:15:37 +04:00
have_crypt.require
have_csv.require
have_debug.require
have_exampledb.require
have_geometry.require
have_innodb.require
have_isam.require
have_met_timezone.require
have_moscow_leap_timezone.require
have_ndb.require
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_sjis.require
have_symlink.require
have_tis620.require
have_ucs2.require
have_ujis.require
having.result
heap.result
A fix (bug #8489 : Strange auto_increment behaviour with HEAP table).
2005-03-15 13:32:12 +04:00
heap_auto_increment.result
heap_btree.result
heap_hash.result
help.result
init_connect.result
innodb-deadlock.result
innodb-lock.result
innodb-replace.result
Small fixes done while reviewing pushed code
2005-04-06 16:52:41 +03:00
innodb.result
After merge fixes
2005-05-14 16:24:36 +03:00
innodb_cache.result
innodb_handler.result
insert.result
insert_select-binlog.result
Remove result.es files and support for them, which requires splitting
2005-03-30 17:32:44 -08:00
insert_select.result
Remove result.es files and support for them, which requires splitting
2005-03-30 17:32:44 -08:00
insert_update.result
After merge fixes
2005-05-14 16:24:36 +03:00
isam.result
join.result
join_crash.result
join_outer.result
Merge new tests
2005-04-04 18:29:18 -07:00
key.result
key_cache.result
key_diff.result
key_primary.result
keywords.result
kill.result
backport kill.test fix from 5.0
2005-04-11 22:36:07 +02:00
limit.result
loaddata.result
lock.result
lock_multi.result
lock_tables_lost_commit.result
lowercase0.require
lowercase2.require
lowercase_table.result
Fix 'CREATE TABLE ... LIKE ...' when lower_case_table_names
2005-04-28 15:30:42 -07:00
lowercase_table2.result
lowercase_table3.result
lowercase_table_grant.result
Always lowercase database names from 'host' and 'db' grant tables when they
2005-02-15 13:36:46 -08:00
lowercase_table_qcache.result
merge.result
metadata.result
postmerge fixes
2005-03-30 23:08:03 +03:00
mix_innodb_myisam_binlog.result
multi_statement.result
Log each slow query in a multi-statement query to the slow query log.
2005-02-17 11:48:44 -08:00
multi_update.result
myisam-blob.result
myisam.result
Fix for BUG#9622: Make index statistics collection in MyISAM behave the same
2005-05-14 00:21:53 +02:00
mysql_protocols.result
mysqlbinlog.result
mysqlbinlog2.result
mysqldump.result
- added "--skip-comments" to the "mysqldump" test to avoid printing comments that include
2005-05-09 09:25:47 +02:00
mysqltest.result
ndb_alter_table.result
BUG#6762 ALTER TABLE gives weird results and error message
2005-04-04 12:26:05 +02:00
ndb_autodiscover.result
ndb_autodiscover2.result
ndb_basic.result
Added more tests for auto_increment
2005-04-08 11:38:40 +02:00
ndb_blob.result
ndb_cache.result
ndb_charset.result
ndb_database.result
Fix for Bug #9318 drop database does not drop ndb tables
2005-04-22 15:28:23 +02:00
ndb_grant.result
ndb_index.result
ndb_index_ordered.result
ndb - fix old decimal type mysql vs ndb
2005-02-16 12:45:59 +01:00
ndb_index_unique.result
ndb_insert.result
ndb_limit.result
ndb_lock.result
ndb_minmax.result
ndb_multi.result
Fix for avoiding gettin Invalid schema object version when doing local changes
2005-04-27 18:17:41 +02:00
ndb_replace.result
ndb_restore.result
logging_ok:
2005-05-04 10:16:03 +02:00
ndb_subquery.result
ndb_transaction.result
ndb_truncate.result
ndb_types.result
Fix for bug#9435: TIMESTAMP columns don't update
2005-04-01 17:59:46 +02:00
ndb_update.result
Fix for Bug #9691 UPDATE fails on attempt to update primary key
2005-04-19 11:21:26 +02:00
negation_elimination.result
not_embedded.require
null.result
null_key.result
odbc.result
olap.result
olap.result, olap.test:
2005-05-18 05:15:48 -07:00
openssl_1.result
openssl_2.result
order_by.result
order_fill_sortbuf.result
outfile.result
After merge fixes
2005-05-14 16:24:36 +03:00
overflow.result
packet.result
preload.result
ps.result
A fix and test case for Bug#9777 " Empty set returned by Prepared Statement when it
2005-05-05 12:55:09 +04:00
ps_1general.result
Merge embedded-server testing changes.
2005-04-01 16:43:35 -08:00
ps_2myisam.result
Merge neptunus.(none):/home/msvensson/mysql/bug8807
2005-03-30 14:30:32 +02:00
ps_3innodb.result
Merge neptunus.(none):/home/msvensson/mysql/bug8807
2005-03-30 14:30:32 +02:00
ps_4heap.result
Merge neptunus.(none):/home/msvensson/mysql/bug8807
2005-03-30 14:30:32 +02:00
ps_5merge.result
Merge neptunus.(none):/home/msvensson/mysql/bug8807
2005-03-30 14:30:32 +02:00
ps_6bdb.result
Merge neptunus.(none):/home/msvensson/mysql/bug8807
2005-03-30 14:30:32 +02:00
ps_7ndb.result
Merge neptunus.(none):/home/msvensson/mysql/bug8807
2005-03-30 14:30:32 +02:00
ps_10nestset.result
ps_11bugs.result
ps_grant.result
If the system is under high load 'show full processlist' might report the
2005-05-12 17:49:34 +02:00
query_cache.result
Manually resolve merge
2005-04-29 08:46:03 -07:00
query_cache_merge.result
raid.result
range.result
Fix for BUG#9348: when computing union of two intervals set lower bound to
2005-04-17 02:05:09 +04:00
rename.result
repair.result
replace.result
rollback.result
row.result
rpl000001.a.result
rpl000001.b.result
rpl000001.result
rpl000002.result
rpl000004.a.result
rpl000004.b.result
rpl000004.result
rpl000005.result
Fix for bug #7100 : relay_log_space_max missing from SHOW VARIABLES
2005-03-16 15:57:57 +03:00
rpl000006.result
rpl000008.result
rpl000009.result
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_charset.result
BUG#6676: Derivation of user variables should be of derivation "IMPLICIT"
2005-02-21 16:26:04 +01:00
rpl_commit_after_flush.result
rpl_create_database.result
rpl_deadlock.result
"After Monty's review" changes to the fix for BUG#8325 "Deadlock in replication thread stops replication":
2005-03-23 19:19:36 +01:00
rpl_delete_all.result
rpl_do_grant.result
rpl_drop.result
rpl_drop_temp.result
rpl_EE_error.result
rpl_empty_master_crash.result
rpl_error_ignored_table.result
rpl_failed_optimize.result
rpl_failsafe.result
rpl_flush_log_loop.result
rpl_flush_tables.result
rpl_free_items.result
rpl_get_lock.result
rpl_heap.result
rpl_ignore_grant.result
rpl_init_slave.result
rpl_insert_id.result
Fix of an incorrect merge
2005-02-24 17:25:06 +01:00
rpl_insert_ignore.result
rpl_loaddata.result
rpl_loaddata_rule_m.result
rpl_loaddata_rule_s.result
rpl_loaddatalocal.result
rpl_log.result
rpl_log_pos.result
rpl_many_optimize.result
rpl_master_pos_wait.result
rpl_max_relay_size.result
rpl_misc_functions.result
rpl_multi_delete.result
rpl_multi_delete2.result
rpl_multi_query.result
rpl_multi_update.result
rpl_multi_update2.result
rpl_mystery22.result
rpl_openssl.result
rpl_optimize.result
rpl_ps.result
rpl_redirect.result
rpl_relayrotate.result
rpl_relayspace.result
rpl_replicate_do.result
rpl_reset_slave.result
rpl_rewrite_db.result
Makefile.am:
2005-04-06 12:20:55 +02:00
rpl_rotate_logs.result
rpl_server_id1.result
rpl_server_id2.result
rpl_set_charset.result
rpl_skip_error.result
rpl_sporadic_master.result
rpl_start_stop_slave.result
rpl_temporary.result
rpl_timezone.result
rpl_trunc_binlog.result
rpl_until.result
rpl_user_variables.result
rpl_variables.result
Eliminate most of the remaining hardcoded list of tests to skip
2005-03-29 17:17:46 -08:00
select.result
Fixes during review
2005-05-13 14:04:32 +03:00
select_found.result
merging
2005-02-28 19:59:38 +04:00
select_safe.result
Fix for BUG#8726: In JOIN::optimize on ER_TOO_BIG_SELECT error set JOIN::error to -1 to cause
2005-02-28 20:21:21 +03:00
show_check.result
Fix for BUG#9439:
2005-04-16 23:35:39 +04:00
skip_name_resolve.result
Allow hostnames that are IP addresses with a netmask even when
2005-02-14 20:33:14 -08:00
slave-running.result
slave-stopped.result
sql_mode.result
status.result
subselect.result
relaxed DBUG_ASSERT in Item_int_with_ref::new_item() to "any constant" (BUG#10020)
2005-05-16 12:19:10 +03:00
subselect2.result
subselect_gis.result
subselect_innodb.result
symlink.result
Fix symlink test to avoid filenames with paths
2005-03-03 12:36:27 -08:00
synchronization.result
system_mysql_db.result
system_mysql_db_refs.result
tablelock.result
temp_table.result
Make sure that the filename for temporary tables is built with fn_format()
2005-03-01 19:05:48 -08:00
timezone.result
timezone2.result
Eliminate most of the remaining hardcoded list of tests to skip
2005-03-29 17:17:46 -08:00
timezone3.result
timezone_grant.result
Eliminate most of the remaining hardcoded list of tests to skip
2005-03-29 17:17:46 -08:00
true.require
truncate.result
type_blob.result
Merge embedded-server testing changes.
2005-04-01 16:43:35 -08:00
type_date.result
type_datetime.result
type_decimal.result
type_enum.result
client/mysqltest.c
2005-03-23 20:38:42 +01:00
type_float.result
fix for bug #4082 : Integer lengths cause truncation with DISTINCT CONCAT and InnoDB
2005-05-06 20:11:01 +05:00
type_nchar.result
type_ranges.result
Remove result.es files and support for them, which requires splitting
2005-03-30 17:32:44 -08:00
type_set.result
Fixed wrong memory references found by purify
2005-02-28 11:59:46 +02:00
type_time.result
type_timestamp.result
Bug#7806 - insert on duplicate key and auto-update of timestamp
2005-04-19 15:12:32 +02:00
type_uint.result
type_year.result
union.result
ctype_collate.result, ctype_collate.test, union.result, union.test:
2005-04-10 12:40:33 +05:00
update.result
Fix for BUG#9103:
2005-04-18 05:21:44 +04:00
user_var-binlog.result
Eliminate most of the remaining hardcoded list of tests to skip
2005-03-29 17:17:46 -08:00
user_var.result
Fix for bug #9286 : SESSION/GLOBAL should be disallowed for user variables
2005-04-06 14:13:06 +05:00
varbinary.result
variables.result
Merge embedded-server testing changes.
2005-04-01 16:43:35 -08:00
warnings.result
BUG#9072 'Max_error_count' system variable cannot be set to zero
2005-03-21 11:07:31 +01:00