.. |
1st.result
|
Changed mysql.apply_status, mysql.binlog_index, and mysql.schema to mysql.ndb_apply_status, mysql.ndb_binlog_index, and mysql.ndb_schema
|
2006-12-01 15:49:07 +01:00 |
alias.result
|
|
|
alter_table.result
|
Merge ahristov@bk-internal.mysql.com:/home/bk/mysql-5.1-maint
|
2006-12-04 18:31:24 +01:00 |
analyse.result
|
Merge rolltop.ignatz42.dyndns.org:/mnt/storeage/bug20305/my50-bug20305
|
2006-09-28 14:33:39 -04:00 |
analyze.result
|
|
|
ansi.result
|
|
|
archive.result
|
This finished the bzero() on varchar patch I wrote a few months ago. It also completes the data_length() method I added to Fields to determine the length of data for a particular data type. I have many uses for this :)
|
2006-11-15 17:55:17 -08:00 |
archive_bitfield.result
|
|
|
archive_gis.result
|
BUG#14940 "MySQL choose wrong index", v.2
|
2006-07-28 21:27:01 +04:00 |
auto_increment.result
|
Move test that requires innodb to "mysql_innodb"
|
2006-09-01 16:51:37 +02:00 |
backup.result
|
Period removal for warning message.
|
2006-08-15 01:20:34 -07:00 |
bench_count_distinct.result
|
BUG#14940 "MySQL choose wrong index", v.2
|
2006-07-28 21:27:01 +04:00 |
big_test.require
|
|
|
bigint.result
|
Merge zippy.cornsilk.net:/home/cmiller/work/mysql/bug19955/my50-bug19955
|
2006-11-15 12:24:21 -05:00 |
binary.result
|
|
|
binlog_row_binlog.result
|
Bug #22762 create talbe if not exists like a-temp-table binlogged w/o "if not exists"
|
2006-10-23 15:09:04 +03:00 |
binlog_row_blackhole.result
|
Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.1-opt
|
2006-08-01 09:24:19 +04:00 |
binlog_row_ctype_cp932.result
|
|
|
binlog_row_ctype_ucs.result
|
After merge fix.
|
2006-12-29 16:00:51 +04:00 |
binlog_row_drop_tmp_tbl.result
|
|
|
binlog_row_innodb_stat.result
|
|
|
binlog_row_insert_select.result
|
|
|
binlog_row_mix_innodb_myisam.result
|
Bug#17642 mysqlbinlog: Restore from row-based binlog fails
|
2006-12-14 14:05:25 +04:00 |
binlog_statement_insert_delayed.result
|
the results of binlog_statement_insert_delayed in STATEMENT - non-recommended mode i.e not checked
|
2006-09-28 17:55:45 +03:00 |
binlog_stm_binlog.result
|
Bug #22027 CREATE TABLE IF NOT EXISTS SELECT logged improperly with row-based binlog
|
2006-10-23 18:22:27 +03:00 |
binlog_stm_blackhole.result
|
Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.1-opt
|
2006-08-01 09:24:19 +04:00 |
binlog_stm_ctype_cp932.result
|
|
|
binlog_stm_ctype_ucs.result
|
After merge fix.
|
2006-12-29 16:00:51 +04:00 |
binlog_stm_drop_tmp_tbl.result
|
|
|
binlog_stm_innodb_stat.result
|
|
|
binlog_stm_insert_select.result
|
|
|
binlog_stm_mix_innodb_myisam.result
|
Bug#17642 mysqlbinlog: Restore from row-based binlog fails
|
2006-12-14 14:05:25 +04:00 |
bool.result
|
|
|
bulk_replace.result
|
|
|
cache_innodb.result
|
Added --debug-info to most clients to detect memory leaks in mysql-test-run
|
2006-11-21 22:32:58 +02:00 |
case.result
|
Merge polly.local:/tmp/20924/bug20294/my50-bug20294
|
2006-09-13 16:00:15 +04:00 |
case_sensitive_file_system.require
|
|
|
cast.result
|
Merge bk-internal.mysql.com:/data0/bk/mysql-5.1
|
2006-08-15 17:58:39 +02:00 |
check.result
|
Merge shellback.(none):/home/msvensson/mysql/same_tools/my41-same_tools
|
2006-10-03 16:14:23 +02:00 |
check_var_limit.require
|
|
|
client_xml.result
|
Bug#21263 mysql client XML output does not distinguish between NULL and string 'NULL'
|
2006-09-29 16:29:39 +05:00 |
comments.result
|
|
|
compare.result
|
BUG#11927: Warnings shown for CAST( chr as signed) but not (chr + 0)
|
2006-11-28 15:44:11 +02:00 |
compress.result
|
BUG#14940 "MySQL choose wrong index", v.2
|
2006-07-28 21:27:01 +04:00 |
concurrent_innodb.result
|
This changeset belongs to
|
2006-08-16 14:58:49 +02:00 |
connect.result
|
Changed mysql.apply_status, mysql.binlog_index, and mysql.schema to mysql.ndb_apply_status, mysql.ndb_binlog_index, and mysql.ndb_schema
|
2006-12-01 15:49:07 +01:00 |
consistent_snapshot.result
|
|
|
constraints.result
|
|
|
contributors.result
|
|
|
count_distinct.result
|
|
|
count_distinct2.result
|
|
|
count_distinct3.result
|
|
|
crash_commit_before.result
|
Bug#19535 mysql-test-run cannot handle crashing test cases
|
2006-07-20 13:23:45 +02:00 |
create.result
|
Merge neptunus.(none):/home/msvensson/mysql/bug22436/my50-bug22436
|
2006-10-19 01:01:54 +02:00 |
create_not_windows.result
|
Fix for bug#16532 mysql server assert in debug if table definition is removed
|
2006-07-25 14:52:24 +02:00 |
create_select_tmp.result
|
|
|
csv.result
|
Merge bk-internal.mysql.com:/home/bk/mysql-5.1
|
2006-10-17 11:23:07 -04:00 |
ctype_big5.result
|
|
|
ctype_collate.result
|
BUG#14940 "MySQL choose wrong index", v.2
|
2006-07-28 21:27:01 +04:00 |
ctype_cp932_binlog_row.result
|
|
|
ctype_cp932_binlog_stm.result
|
After merge fix: modifying test results according to the fix
|
2006-11-16 20:07:46 +04:00 |
ctype_cp1250_ch.result
|
Fixed a LOT of compiler warnings
|
2006-11-27 01:47:38 +02:00 |
ctype_cp1251.result
|
|
|
ctype_create.result
|
Changed several char* to LEX_STRING*.
|
2006-10-16 19:57:33 +03:00 |
ctype_eucjpms.result
|
|
|
ctype_euckr.result
|
|
|
ctype_filename.result
|
|
|
ctype_gb2312.result
|
|
|
ctype_gbk.result
|
Bug#21620 ALTER TABLE affects other columns
|
2006-09-29 16:24:11 +05:00 |
ctype_latin1.result
|
|
|
ctype_latin1_de.result
|
|
|
ctype_latin2.result
|
|
|
ctype_latin2_ch.result
|
|
|
ctype_many.result
|
|
|
ctype_mb.result
|
|
|
ctype_recoding.result
|
Merge mysql.com:/usr/home/bar/mysql-5.0.b18908
|
2006-11-01 16:48:03 +04:00 |
ctype_sjis.result
|
|
|
ctype_tis620.result
|
|
|
ctype_uca.result
|
|
|
ctype_ucs.result
|
Merge mysql.com:/usr/home/bar/mysql-5.0-rpl.b22052
|
2006-10-12 09:40:01 +05:00 |
ctype_ucs2_def.result
|
mysqld --collation-server=xxx --character-set-server=yyy
|
2006-08-11 13:19:44 +05:00 |
ctype_ujis.result
|
|
|
ctype_utf8.result
|
After merge fix
|
2006-11-20 18:05:01 +04:00 |
date_formats.result
|
after-merge fix-up.
|
2006-11-22 17:59:46 +04:00 |
deadlock_innodb.result
|
This changeset belongs to
|
2006-08-16 14:58:49 +02:00 |
default.result
|
Merge zippy.cornsilk.net:/home/cmiller/work/mysql/bug20691/my50-bug20691
|
2006-11-10 14:48:07 -05:00 |
delayed.result
|
Bug#20830 - INSERT DELAYED does not honour SET INSERT_ID
|
2006-09-29 13:23:33 +02:00 |
delete.result
|
Fix for bug #23412: delete rows with null date field
|
2006-10-27 18:08:50 +05:00 |
derived.result
|
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.result
|
|
|
distinct.result
|
Merge lamia.home:/home/timka/mysql/src/5.0-bug-21456
|
2006-08-29 16:39:09 +03:00 |
drop.result
|
Merge bk-internal.mysql.com:/home/bk/mysql-5.1
|
2006-11-21 23:12:45 +02:00 |
empty_table.result
|
|
|
endspace.result
|
|
|
errors.result
|
|
|
events.result
|
Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.1
|
2006-10-17 19:54:44 +03:00 |
events_bugs.result
|
Better fix for bug#22830
|
2006-11-02 13:51:43 +01:00 |
events_grant.result
|
Better fix for bug#22830
|
2006-11-02 13:51:43 +01:00 |
events_logs_tests.result
|
fix for bug #18981 event_logs_tests failure
|
2007-01-03 14:09:31 +01:00 |
events_microsec.result
|
|
|
events_restart_phase0.result
|
Fix for bug#22662 Inconsistent values displayed for event_scheduler
|
2006-09-25 17:22:23 +02:00 |
events_restart_phase1.result
|
WL#3337 (Event scheduler new architecture)
|
2006-09-01 13:08:44 +02:00 |
events_restart_phase2.result
|
WL #3337 (Events new architecture)
|
2006-07-13 10:59:58 +02:00 |
events_restart_phase3.result
|
WL#3337 (Event scheduler new architecture)
|
2006-09-01 13:08:44 +02:00 |
events_scheduling.result
|
WL#3337 (Event scheduler new architecture)
|
2006-09-01 13:08:44 +02:00 |
events_stress.result
|
WL#3337 (Event scheduler new architecture)
|
2006-09-01 13:08:44 +02:00 |
exampledb.result
|
|
|
execution_constants.result
|
Bug#21476: (Thread stack overrun not caught, causing SEGV)
|
2006-09-27 14:42:56 -04:00 |
explain.result
|
|
|
federated.result
|
Merge pgalbraith@bk-internal.mysql.com:/home/bk/mysql-5.1-engines
|
2006-08-15 09:02:53 -07:00 |
federated_archive.result
|
|
|
federated_bug_13118.result
|
|
|
federated_transactions.result
|
test result changes (non-functional) for 5.1-5.0 merge
|
2006-08-16 17:16:36 -07:00 |
fix_priv_tables.result
|
Bug#20589 Missing some table level privileges after upgrade
|
2006-11-29 12:04:29 +01:00 |
fix_priv_tabs.result
|
Bug#20589 Missing some table level privileges after upgrade
|
2006-11-29 12:04:29 +01:00 |
flush.result
|
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 |
flush2.result
|
Bug#17733 Flushing logs causes daily server crash
|
2006-12-01 09:49:19 +01:00 |
flush_block_commit.result
|
Merge neptunus.(none):/home/msvensson/mysql/same_tools/my50-same_tools
|
2006-10-04 16:35:40 +02:00 |
flush_read_lock_kill.result
|
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 |
flush_table.result
|
Update test results to new mysqltest
|
2006-10-04 23:48:24 +02:00 |
foreign_key.result
|
|
|
fulltext.result
|
Merge mysql.com:/usr/home/bar/mysql-5.0.b18908
|
2006-11-01 16:48:03 +04:00 |
fulltext2.result
|
|
|
fulltext_cache.result
|
|
|
fulltext_distinct.result
|
Bug #19498: Inconsistent support for DEFAULT in TEXT columns
|
2006-07-18 16:04:18 -07:00 |
fulltext_left_join.result
|
|
|
fulltext_multi.result
|
|
|
fulltext_order_by.result
|
|
|
fulltext_update.result
|
Bug #19498: Inconsistent support for DEFAULT in TEXT columns
|
2006-07-18 16:04:18 -07:00 |
fulltext_var.result
|
|
|
func_compress.result
|
Merge mysql.com:/usr/home/ram/work/bug23254/my50-bug23254
|
2006-10-13 19:33:28 +05:00 |
func_concat.result
|
|
|
func_crypt.result
|
BUG#14940 "MySQL choose wrong index", v.2
|
2006-07-28 21:27:01 +04:00 |
func_date_add.result
|
Bug#21811 Odd casting with date + INTERVAL arithmetic
|
2006-10-02 12:37:01 +02:00 |
func_default.result
|
BUG#14940 "MySQL choose wrong index", v.2
|
2006-07-28 21:27:01 +04:00 |
func_des_encrypt.result
|
|
|
func_encrypt.result
|
BUG#14940: Post-merge fixes
|
2006-07-30 18:25:57 +04:00 |
func_encrypt_nossl.result
|
|
|
func_equal.result
|
|
|
func_gconcat.result
|
Merge dl145s.mysql.com:/data0/bk/team_tree_merge/MERGE/mysql-5.0-opt
|
2006-11-30 17:59:14 +01:00 |
func_group.result
|
Merge dl145s.mysql.com:/data0/bk/team_tree_merge/MERGE/mysql-5.0-opt
|
2006-11-30 17:59:14 +01:00 |
func_group_innodb.result
|
merge fixes
|
2006-09-18 18:30:51 +04:00 |
func_if.result
|
Merge polly.local:/tmp/20924/bug20294/my50-bug20294
|
2006-09-13 16:00:15 +04:00 |
func_in.result
|
Merge dl145s.mysql.com:/data0/bk/team_tree_merge/mysql-5.1
|
2006-11-30 12:27:04 +01:00 |
func_isnull.result
|
|
|
func_like.result
|
BUG#14940 "MySQL choose wrong index", v.2
|
2006-07-28 21:27:01 +04:00 |
func_math.result
|
Bug#21114 (Foreign key creation fails to table with name format)
|
2006-11-02 11:01:53 -07:00 |
func_misc.result
|
Fix merges.
|
2006-11-29 12:49:21 -05:00 |
func_op.result
|
BUG#14940 "MySQL choose wrong index", v.2
|
2006-07-28 21:27:01 +04:00 |
func_regexp.result
|
BUG#14940 "MySQL choose wrong index", v.2
|
2006-07-28 21:27:01 +04:00 |
func_sapdb.result
|
Merge polly.local:/tmp/maint/bug11655/my50-bug11655
|
2006-10-11 14:22:17 +04:00 |
func_set.result
|
BUG#14940 "MySQL choose wrong index", v.2
|
2006-07-28 21:27:01 +04:00 |
func_str.result
|
A post-merge fix.
|
2006-11-30 02:51:41 +03:00 |
func_system.result
|
Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.1-opt
|
2006-08-01 09:24:19 +04:00 |
func_test.result
|
Merge zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-maint
|
2006-11-06 23:03:31 -05:00 |
func_time.result
|
Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.0-maint
|
2006-11-29 13:41:03 +04:00 |
func_timestamp.result
|
|
|
gcc296.result
|
|
|
gis-rtree.result
|
bug #19491 (5.0-related additional fixes)
|
2006-11-06 22:33:18 +04:00 |
gis.result
|
Bug#16456 RBR: rpl_sp.test expects query to fail, but passes in RBR
|
2006-11-17 21:30:28 +01:00 |
grant.result
|
Fix for bug#22369: Alter table rename combined
|
2006-12-04 18:22:38 +01:00 |
grant2.result
|
Bug#16456 RBR: rpl_sp.test expects query to fail, but passes in RBR
|
2006-11-17 21:30:28 +01:00 |
grant3.result
|
|
|
grant_cache.result
|
|
|
greedy_optimizer.result
|
BUG#14940: Update test results
|
2006-09-29 20:42:37 +04:00 |
group_by.result
|
Merge dl145s.mysql.com:/data/bk/team_tree_merge/MERGE/mysql-5.0-opt
|
2006-10-19 16:43:46 +02:00 |
group_min_max.result
|
func_in.result, group_min_max.result:
|
2006-11-29 14:51:22 +01:00 |
group_min_max_innodb.result
|
|
|
handler_innodb.result
|
Update test results to new mysqltest
|
2006-10-04 23:48:24 +02:00 |
handler_myisam.result
|
Merge neptunus.(none):/home/msvensson/mysql/same_tools/my50-same_tools
|
2006-10-04 16:35:40 +02:00 |
have_big5.require
|
|
|
have_binlog_format_mixed.require
|
Changes made according to HLD/LLD.
|
2006-08-30 10:22:43 +03:00 |
have_binlog_format_row.require
|
|
|
have_binlog_format_statement.require
|
|
|
have_compress.require
|
|
|
have_cp932.require
|
|
|
have_cp1250_ch.require
|
|
|
have_crypt.require
|
|
|
have_debug.require
|
|
|
have_eucjpms.require
|
|
|
have_euckr.require
|
|
|
have_gb2312.require
|
|
|
have_gbk.require
|
|
|
have_geometry.require
|
|
|
have_latin2_ch.require
|
|
|
have_met_timezone.require
|
|
|
have_moscow_leap_timezone.require
|
|
|
have_mysql_upgrade.result
|
Expect the file "have_mysql_upgrade.result" to contain the
|
2006-11-13 16:55:05 +01:00 |
have_ndb_extra.require
|
|
|
have_ndbapi_examples.require
|
Fixed ndbapi-examples, and added tests for mysql-test-run.pl
|
2006-09-01 15:14:50 +02:00 |
have_openssl.require
|
|
|
have_outfile.require
|
|
|
have_partition.require
|
|
|
have_perror.require
|
Bug#20145 perror segfault when call it with error nr
|
2006-07-24 18:05:00 +02:00 |
have_query_cache.require
|
|
|
have_sjis.require
|
|
|
have_symlink.require
|
|
|
have_tis620.require
|
|
|
have_ucs2.require
|
|
|
have_udf.require
|
|
|
have_udf_example.require
|
|
|
have_ujis.require
|
|
|
having.result
|
BUG#14940 "MySQL choose wrong index", v.2
|
2006-07-28 21:27:01 +04:00 |
heap.result
|
BUG#14940 "MySQL choose wrong index", v.2
|
2006-07-28 21:27:01 +04:00 |
heap_auto_increment.result
|
|
|
heap_btree.result
|
Merge zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-maint
|
2006-09-05 17:47:17 -04:00 |
heap_hash.result
|
Merge dl145s.mysql.com:/data/bk/team_tree_merge/MERGE/mysql-5.0-opt
|
2006-09-18 12:57:20 +02:00 |
help.result
|
|
|
im_cmd_line.result
|
Fixed a LOT of compiler warnings
|
2006-11-27 01:47:38 +02:00 |
im_daemon_life_cycle.result
|
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
|
2006-11-30 02:36:18 +03:00 |
im_instance_conf.result
|
Fixed a LOT of compiler warnings
|
2006-11-27 01:47:38 +02:00 |
im_life_cycle.result
|
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
|
2006-11-30 02:36:18 +03:00 |
im_options.result
|
Fixed warning message breakage.
|
2006-08-13 22:28:41 -07:00 |
im_utils.result
|
Fixed a LOT of compiler warnings
|
2006-11-27 01:47:38 +02:00 |
index_merge_innodb.result
|
1. Cumulated fix for Bug#22398, #22404 and #22405
|
2006-09-18 16:55:56 +02:00 |
index_merge_myisam.result
|
1. Cumulated fix for Bug#22398, #22404 and #22405
|
2006-09-18 16:55:56 +02:00 |
information_schema.result
|
Merge neptunus.(none):/home/msvensson/mysql/mysql-5.1
|
2006-12-04 19:11:55 +01:00 |
information_schema_chmod.result
|
|
|
information_schema_db.result
|
WL#3247,#3248: Adding [GLOBAL|SESSION]_STATUS and [GLOBAL|SESSION]_VARIABLES
|
2006-09-14 03:37:40 +04:00 |
information_schema_inno.result
|
|
|
information_schema_part.result
|
update result for having tablespace in I_S.PARTITIONS
|
2006-10-27 16:15:17 +10:00 |
init_connect.result
|
Cleanup after test cases
|
2006-11-15 10:23:27 +01:00 |
init_file.result
|
Add two new result files
|
2006-10-03 15:48:41 +02:00 |
innodb-lock.result
|
|
|
innodb-replace.result
|
|
|
innodb.result
|
Merge dl145s.mysql.com:/data/bk/team_tree_merge/MERGE/mysql-5.0-opt
|
2006-10-19 16:43:46 +02:00 |
innodb_gis.result
|
BUG#14940 "MySQL choose wrong index", v.2
|
2006-07-28 21:27:01 +04:00 |
innodb_mysql.result
|
Merge bk-internal.mysql.com:/home/bk/mysql-5.1
|
2006-11-02 17:51:59 -05:00 |
innodb_notembedded.result
|
Bug#16456 RBR: rpl_sp.test expects query to fail, but passes in RBR
|
2006-11-17 21:30:28 +01:00 |
insert.result
|
BUG#14770 - LOAD DATA INFILE doesn't respect default values for
|
2006-08-02 17:15:50 +05:00 |
insert_select.result
|
Merge lamia.home:/home/timka/mysql/src/5.0-bug-21774-sm
|
2006-09-13 15:22:50 +03:00 |
insert_update.result
|
merge fixes
|
2006-09-18 18:30:51 +04:00 |
is_debug_build.require
|
|
|
isam.result
|
|
|
join.result
|
BUG#14940: Slow join order is chosen: [2nd commit with post-review fixes]
|
2006-09-29 15:58:47 +04:00 |
join_crash.result
|
|
|
join_nested.result
|
BUG#14940 "MySQL choose wrong index", v.2
|
2006-07-28 21:27:01 +04:00 |
join_outer.result
|
Merge dl145s.mysql.com:/data/bk/team_tree_merge/MERGE/mysql-5.0-opt
|
2006-09-18 12:57:20 +02:00 |
join_outer_innodb.result
|
|
|
key.result
|
BUG#14770 - LOAD DATA INFILE doesn't respect default values for
|
2006-08-02 17:15:50 +05:00 |
key_cache.result
|
Cleanup after test cases
|
2006-11-15 10:23:27 +01:00 |
key_diff.result
|
BUG#14940 "MySQL choose wrong index", v.2
|
2006-07-28 21:27:01 +04:00 |
key_primary.result
|
|
|
keywords.result
|
Bug#19939
|
2006-07-20 12:54:01 -07:00 |
kill.result
|
Merge alik.:/mnt/raid/alik/MySQL/devel/5.1
|
2006-11-07 16:24:35 +03:00 |
limit.result
|
Update test cases after run with --check-testcases
|
2006-11-14 19:45:52 +01:00 |
loaddata.result
|
After merge fix
|
2006-10-03 16:00:09 +05:00 |
loaddata_autocom_innodb.result
|
Post-merge fixes:
|
2006-09-13 15:37:35 -06:00 |
loaddata_autocom_ndb.result
|
Post-merge fixes:
|
2006-09-13 15:37:35 -06:00 |
lock.result
|
|
|
lock_multi.result
|
Update result file
|
2006-10-05 00:36:03 +02:00 |
lock_tables_lost_commit.result
|
|
|
log_state.result
|
|
|
log_tables.result
|
Changed mysql.apply_status, mysql.binlog_index, and mysql.schema to mysql.ndb_apply_status, mysql.ndb_binlog_index, and mysql.ndb_schema
|
2006-12-01 15:49:07 +01:00 |
lowercase0.require
|
|
|
lowercase2.require
|
|
|
lowercase_fs_off.result
|
Update test cases after run with --check-testcases
|
2006-11-14 19:45:52 +01:00 |
lowercase_table.result
|
After merge fix.
|
2006-11-03 13:08:53 +04:00 |
lowercase_table2.result
|
|
|
lowercase_table3.result
|
Fix a test case according to fix for bug#10974.
|
2006-09-29 19:00:52 +05:00 |
lowercase_table_grant.result
|
|
|
lowercase_table_qcache.result
|
|
|
lowercase_view.result
|
|
|
merge.result
|
Merge dl145s.mysql.com:/data/bk/team_tree_merge/MERGE/mysql-5.0-opt
|
2006-10-19 16:43:46 +02:00 |
metadata.result
|
Bug #20191: getTableName gives wrong or inconsistent result when using VIEWs
|
2006-11-09 16:55:42 +02:00 |
mix2_myisam.result
|
sql_rename.cc, sql_table.cc, type_decimal.result, mix2_myisam.result:
|
2006-10-20 10:12:38 +02:00 |
multi_statement.result
|
|
|
multi_update.result
|
Merge neptunus.(none):/home/msvensson/mysql/same_tools/my50-same_tools
|
2006-10-04 16:35:40 +02:00 |
myisam-blob.result
|
|
|
myisam-system.result
|
|
|
myisam.result
|
Merge bk-internal:/home/bk/mysql-5.1
|
2006-10-20 11:12:35 +02:00 |
mysql.result
|
Fix merges.
|
2006-11-29 12:49:21 -05:00 |
mysql_client_test.result
|
Add two new result files
|
2006-10-03 15:48:41 +02:00 |
mysql_protocols.result
|
|
|
mysql_upgrade.result
|
mysql.binlog_index renamed to mysql.ndb_binlog_index
|
2006-12-05 11:27:51 +01:00 |
mysqladmin.result
|
Bug#10608 mysqladmin breaks on "database" variable in my.cnf
|
2006-11-10 13:25:10 +01:00 |
mysqlbinlog.result
|
Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-5.1-rpl
|
2006-12-22 11:20:55 +04:00 |
mysqlbinlog2.result
|
Bug#17642 mysqlbinlog: Restore from row-based binlog fails
|
2006-12-14 14:05:25 +04:00 |
mysqlbinlog_base64.result
|
Bug#17642 mysqlbinlog: Restore from row-based binlog fails
|
2006-12-14 14:05:25 +04:00 |
mysqlcheck.result
|
Changed mysql.apply_status, mysql.binlog_index, and mysql.schema to mysql.ndb_apply_status, mysql.ndb_binlog_index, and mysql.ndb_schema
|
2006-12-01 15:49:07 +01:00 |
mysqldump-max.result
|
Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
|
2006-10-24 17:55:39 +02:00 |
mysqldump.result
|
Merge mysql.com:/home/bkroot/mysql-5.1-new-rpl
|
2006-12-08 23:41:29 +01:00 |
mysqlshow.result
|
WL#3247,#3248: Adding [GLOBAL|SESSION]_STATUS and [GLOBAL|SESSION]_VARIABLES
|
2006-09-14 05:35:50 +04:00 |
mysqlslap.result
|
|
|
mysqltest.result
|
Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1-maint
|
2006-11-30 10:57:40 +01:00 |
ndb_alter_table.result
|
|
|
ndb_alter_table2.result
|
|
|
ndb_alter_table3.result
|
|
|
ndb_autodiscover.result
|
|
|
ndb_autodiscover2.result
|
|
|
ndb_autodiscover3.result
|
|
|
ndb_basic.result
|
bug #24301 Next command hangs in mysql after creating new NDB table via LIKE operation.: Locked mutex LOCK_open during operation
|
2006-11-15 12:05:05 +01:00 |
ndb_binlog_basic.result
|
Changed mysql.apply_status, mysql.binlog_index, and mysql.schema to mysql.ndb_apply_status, mysql.ndb_binlog_index, and mysql.ndb_schema
|
2006-12-01 15:49:07 +01:00 |
ndb_binlog_basic2.result
|
|
|
ndb_binlog_ddl_multi.result
|
Changed mysql.apply_status, mysql.binlog_index, and mysql.schema to mysql.ndb_apply_status, mysql.ndb_binlog_index, and mysql.ndb_schema
|
2006-12-01 15:49:07 +01:00 |
ndb_binlog_discover.result
|
Added --debug-info to most clients to detect memory leaks in mysql-test-run
|
2006-11-21 22:32:58 +02:00 |
ndb_binlog_ignore_db.result
|
|
|
ndb_binlog_multi.result
|
Changed mysql.apply_status, mysql.binlog_index, and mysql.schema to mysql.ndb_apply_status, mysql.ndb_binlog_index, and mysql.ndb_schema
|
2006-12-01 15:49:07 +01:00 |
ndb_bitfield.result
|
|
|
ndb_blob.result
|
ndb - replace explain 'rows' by '#' in ndb*.test - stats are not deterministic
|
2006-10-16 16:13:03 +02:00 |
ndb_blob_partition.result
|
|
|
ndb_cache.result
|
|
|
ndb_cache2.result
|
|
|
ndb_cache_multi.result
|
|
|
ndb_cache_multi2.result
|
|
|
ndb_charset.result
|
Merge mysql.com:/windows/Linux_space/MySQL/mysql-5.1
|
2006-10-18 14:06:32 +02:00 |
ndb_condition_pushdown.result
|
ndb - replace explain 'rows' by '#' in ndb*.test - stats are not deterministic
|
2006-10-16 16:13:03 +02:00 |
ndb_config.result
|
Merge willster.(none):/home/stewart/Documents/MySQL/5.0/bug21154
|
2006-10-05 23:13:29 +10:00 |
ndb_config2.result
|
|
|
ndb_database.result
|
|
|
ndb_dd_alter.result
|
ndb_multi.test:
|
2006-09-14 12:32:49 +02:00 |
ndb_dd_backuprestore.result
|
update result for having tablespace in I_S.PARTITIONS
|
2006-10-27 16:15:17 +10:00 |
ndb_dd_basic.result
|
Merge mysql.com:/windows/Linux_space/MySQL/mysql-5.1
|
2006-09-14 09:29:20 +02:00 |
ndb_dd_ddl.result
|
|
|
ndb_dd_disk2memory.result
|
Merge mysql.com:/windows/Linux_space/MySQL/mysql-5.1
|
2006-09-14 09:29:20 +02:00 |
ndb_dd_dump.result
|
BUG#20073 information_schema.FILES for UNDO LOG give incorrect EXTENT_SIZE, FREE_EXTENTS,
|
2006-09-19 01:44:32 +10:00 |
ndb_dd_sql_features.result
|
ndb - replace explain 'rows' by '#' in ndb*.test - stats are not deterministic
|
2006-10-16 16:13:03 +02:00 |
ndb_default_cluster.require
|
|
|
ndb_gis.result
|
BUG#14940: Post-merge fixes
|
2006-07-30 18:25:57 +04:00 |
ndb_grant.result
|
|
|
ndb_index.result
|
|
|
ndb_index_ordered.result
|
ndb - bug#24039
|
2006-11-07 13:59:14 +01:00 |
ndb_index_unique.result
|
bug#21507 I can't create a unique hash index in NDB: Added possibillity to create hash only indexes with NULL valued attributes, but any NULL valued access will become full table scan with pushed condition on index attribute values. 5.1 re-implementation
|
2006-11-13 12:56:45 +01:00 |
ndb_insert.result
|
|
|
ndb_limit.result
|
|
|
ndb_load.result
|
|
|
ndb_loaddatalocal.result
|
|
|
ndb_lock.result
|
bug #18184 SELECT ... FOR UPDATE does not work..: Updated test result file
|
2006-08-15 15:49:31 +02:00 |
ndb_minmax.result
|
|
|
ndb_multi.result
|
bug #21495 Alter table from x engine to ndb and back can cause issue with drop DB:disable distributed drop database if a database contains local tables
|
2006-11-15 11:13:49 +01:00 |
ndb_multi_row.result
|
|
|
ndb_partition_error.result
|
|
|
ndb_partition_key.result
|
Bug#21862 Misleading error message 1490: "A PRIMARY KEY need to include all fields..."
|
2006-08-31 13:43:26 +05:00 |
ndb_partition_list.result
|
|
|
ndb_partition_range.result
|
update result for having tablespace in I_S.PARTITIONS
|
2006-10-27 16:15:17 +10:00 |
ndb_read_multi_range.result
|
Fix for bug #21059 Server crashes on join query with large dataset with NDB tables: added more tests
|
2006-08-09 14:32:56 +02:00 |
ndb_rename.result
|
|
|
ndb_replace.result
|
|
|
ndb_restore.result
|
|
|
ndb_restore_compat.result
|
Changed mysql.apply_status, mysql.binlog_index, and mysql.schema to mysql.ndb_apply_status, mysql.ndb_binlog_index, and mysql.ndb_schema
|
2006-12-01 15:49:07 +01:00 |
ndb_restore_partition.result
|
|
|
ndb_subquery.result
|
ndb - replace explain 'rows' by '#' in ndb*.test - stats are not deterministic
|
2006-10-16 16:13:03 +02:00 |
ndb_temporary.result
|
|
|
ndb_transaction.result
|
|
|
ndb_trigger.result
|
|
|
ndb_truncate.result
|
|
|
ndb_types.result
|
|
|
ndb_update.result
|
bug#18487 UPDATE IGNORE not supported for unique constraint violation of non-primary key: updated test result
|
2006-11-30 16:19:55 +01:00 |
ndb_view.result
|
|
|
ndbapi.result
|
Removed absolute path
|
2006-09-01 16:14:59 +02:00 |
negation_elimination.result
|
BUG#14940 "MySQL choose wrong index", v.2
|
2006-07-28 21:27:01 +04:00 |
not_as_root.require
|
|
|
not_embedded.require
|
|
|
not_embedded_server.result
|
Merge bk-internal.mysql.com:/data0/bk/mysql-5.1-runtime
|
2006-09-06 14:35:27 +02:00 |
not_ndb.require
|
|
|
not_ndb_default.require
|
Update 'abort_not_supported_test' to print a reason why the test was aborted
|
2006-07-19 14:25:52 +02:00 |
not_openssl.require
|
|
|
not_partition.require
|
Bug#18888 Trying to overwrite sql/lex_hash.h during build
|
2006-10-26 19:11:09 +02:00 |
not_partition.result
|
Bug#18888 Trying to overwrite sql/lex_hash.h during build
|
2006-10-26 19:11:09 +02:00 |
not_valgrind.require
|
WL#3337 (Events new architecture)
|
2006-07-17 16:52:45 +02:00 |
not_windows.require
|
Update 'abort_not_supported_test' to print a reason why the test was aborted
|
2006-07-19 14:25:52 +02:00 |
null.result
|
BUG#14770 - LOAD DATA INFILE doesn't respect default values for
|
2006-08-02 17:15:50 +05:00 |
null_key.result
|
BUG#14770 - LOAD DATA INFILE doesn't respect default values for
|
2006-08-02 17:15:50 +05:00 |
odbc.result
|
|
|
olap.result
|
Merge dl145s.mysql.com:/data/bk/team_tree_merge/MERGE/mysql-5.0-opt
|
2006-10-19 16:43:46 +02:00 |
openssl_1.result
|
Update result file after having changed error message
|
2006-11-07 17:42:15 +01:00 |
openssl_2.result
|
|
|
order_by.result
|
Merge mysql.com:/home/hf/work/mysql-5.0-0mrg
|
2006-11-19 22:26:36 +04:00 |
order_fill_sortbuf.result
|
|
|
outfile.result
|
|
|
overflow.result
|
|
|
packet.result
|
|
|
parser.result
|
Merge neptunus.(none):/home/msvensson/mysql/mysql-5.1
|
2006-12-04 19:11:55 +01:00 |
parser_bug21114_innodb.result
|
Bug#21114 (Foreign key creation fails to table with name format)
|
2006-11-03 09:56:44 -07:00 |
partition.result
|
Merge bk-internal.mysql.com:/home/bk/mysql-5.1
|
2006-10-17 11:23:07 -04:00 |
partition_02myisam.result
|
|
|
partition_03ndb.result
|
|
|
partition_charset.result
|
|
|
partition_error.result
|
Rearranged test cases, move InnoDB test cases to partition_innodb
|
2006-09-08 03:18:05 -04:00 |
partition_grant.result
|
Fix a test suite failure.
|
2006-08-14 19:05:35 +04:00 |
partition_hash.result
|
BUG#18198: Partition function handling
|
2006-10-02 15:52:29 -04:00 |
partition_innodb.result
|
Rearranged test cases, move InnoDB test cases to partition_innodb
|
2006-09-08 03:18:05 -04:00 |
partition_list.result
|
BUG20733: Bug in partition pruning with zerofill field
|
2006-07-20 05:28:16 -04:00 |
partition_mgm.result
|
Correcting bad merge.
|
2006-08-29 09:30:58 -04:00 |
partition_mgm_err.result
|
|
|
partition_mgm_err2.result
|
|
|
partition_order.result
|
BUG#20389: Crash when using index scan in reverse order
|
2006-07-15 03:38:34 -04:00 |
partition_pruning.result
|
Merge dator5.(none):/home/pappa/clean-mysql-5.1
|
2006-08-02 07:01:38 -04:00 |
partition_range.result
|
BUG#18198: Partition function handling
|
2006-10-02 15:52:29 -04:00 |
perror.result
|
Change error code to test for "unknown error" with to 10000
|
2006-08-01 11:29:10 +02:00 |
preload.result
|
|
|
ps.result
|
Merge neptunus.(none):/home/msvensson/mysql/mysql-5.1
|
2006-12-04 19:11:55 +01:00 |
ps_1general.result
|
Added --debug-info to most clients to detect memory leaks in mysql-test-run
|
2006-11-21 22:32:58 +02:00 |
ps_2myisam.result
|
Automerge fix: "Out of range value" error message adjusted to 5.1.
|
2006-10-03 18:48:50 +05:00 |
ps_3innodb.result
|
Automerge fix: "Out of range value" error message adjusted to 5.1.
|
2006-10-03 18:48:50 +05:00 |
ps_4heap.result
|
Automerge fix: "Out of range value" error message adjusted to 5.1.
|
2006-10-03 18:48:50 +05:00 |
ps_5merge.result
|
Automerge fix: "Out of range value" error message adjusted to 5.1.
|
2006-10-03 18:48:50 +05:00 |
ps_7ndb.result
|
Automerge fix: "Out of range value" error message adjusted to 5.1.
|
2006-10-03 18:48:50 +05:00 |
ps_10nestset.result
|
|
|
ps_11bugs.result
|
Bug#19356: Assert on undefined @uservar in prepared statement execute
|
2006-10-04 11:19:23 -04:00 |
ps_grant.result
|
Fix for bug #20665 All commands supported in Stored Procedures
|
2006-08-23 15:50:06 +02:00 |
ps_not_windows.result
|
Bug#23983 ps.test fails to open shared library
|
2006-11-20 15:18:57 -05:00 |
query_cache.result
|
Merge shellback.(none):/home/msvensson/mysql/mysql-5.1
|
2006-11-29 15:44:09 +01:00 |
query_cache_merge.result
|
|
|
query_cache_notembedded.result
|
Bug#16456 RBR: rpl_sp.test expects query to fail, but passes in RBR
|
2006-11-17 21:30:28 +01:00 |
raid.result
|
|
|
range.result
|
Merge mysql.com:/usr/home/ram/work/bug20732/my50-bug20732
|
2006-10-23 10:32:39 +05:00 |
read_many_rows_innodb.result
|
This changeset belongs to
|
2006-08-16 19:29:49 +02:00 |
read_only.result
|
Fix for bug #22077 "DROP TEMPORARY TABLE fails with wrong error if read_only is set"
|
2006-11-20 17:35:23 +03:00 |
rename.result
|
Merge pchardin@bk-internal.mysql.com:/home/bk/mysql-4.1
|
2006-11-10 15:05:38 +03:00 |
renamedb.result
|
|
|
repair.result
|
After merge fix.
|
2006-10-19 20:29:12 +05:00 |
replace.result
|
|
|
rollback.result
|
|
|
round.result
|
Automerge fix: "Out of range value" error message adjusted to 5.1.
|
2006-10-03 18:48:50 +05:00 |
row.result
|
merge fixes
|
2006-09-18 18:30:51 +04:00 |
rowid_order_innodb.result
|
This changeset belongs to
|
2006-08-16 19:29:49 +02:00 |
rpl000001.a.result
|
|
|
rpl000001.b.result
|
|
|
rpl000010.result
|
|
|
rpl000011.result
|
|
|
rpl000013.result
|
|
|
rpl000017.result
|
|
|
rpl_000015.result
|
Merge shellback.(none):/home/msvensson/mysql/mysql-5.0-maint
|
2006-11-29 21:31:05 +01:00 |
rpl_alter.result
|
|
|
rpl_alter_db.result
|
|
|
rpl_auto_increment.result
|
|
|
rpl_auto_increment_11932.result
|
|
|
rpl_bit.result
|
|
|
rpl_bit_npk.result
|
|
|
rpl_change_master.result
|
Backport test cases fixes from 5.0
|
2006-10-19 10:54:23 +02:00 |
rpl_charset_sjis.result
|
Bug#23619 Incorrectly escaped multibyte characters in binary log break replication
|
2006-11-09 14:27:34 +04:00 |
rpl_commit_after_flush.result
|
|
|
rpl_create_database.result
|
Added --debug-info to most clients to detect memory leaks in mysql-test-run
|
2006-11-21 22:32:58 +02:00 |
rpl_ddl.result
|
|
|
rpl_deadlock_innodb.result
|
Merge neptunus.(none):/home/msvensson/mysql/mysql-5.1
|
2006-11-23 18:38:27 +01:00 |
rpl_delete_no_where.result
|
|
|
rpl_do_grant.result
|
Merge mysql.com:/usr/home/bar/mysql-5.0.b24158
|
2006-12-08 16:15:43 +04:00 |
rpl_drop.result
|
|
|
rpl_drop_db.result
|
Update result file for mysql_upgrade as we have more tables that is checked in 5.1
|
2006-11-15 13:22:38 +01:00 |
rpl_drop_temp.result
|
|
|
rpl_dual_pos_advance.result
|
|
|
rpl_EE_err.result
|
|
|
rpl_empty_master_crash.result
|
|
|
rpl_err_ignoredtable.result
|
Merge neptunus.(none):/home/msvensson/mysql/same_tools/my50-same_tools
|
2006-10-04 16:35:40 +02:00 |
rpl_extraCol_innodb.result
|
Has issues with original tree, so had to pull new tree and copy test over. Running last test now and will push after
|
2006-11-03 16:31:25 +01:00 |
rpl_extraCol_myisam.result
|
Has issues with original tree, so had to pull new tree and copy test over. Running last test now and will push after
|
2006-11-03 16:31:25 +01:00 |
rpl_failed_optimize.result
|
|
|
rpl_flushlog_loop.result
|
|
|
rpl_foreign_key_innodb.result
|
|
|
rpl_free_items.result
|
|
|
rpl_get_lock.result
|
Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.1-opt
|
2006-08-01 09:24:19 +04:00 |
rpl_ignore_grant.result
|
|
|
rpl_ignore_revoke.result
|
Cleanup after test cases
|
2006-11-15 10:23:27 +01:00 |
rpl_ignore_table.result
|
Bug#22877 replication character sets get out of
|
2006-11-01 12:30:01 +04:00 |
rpl_ignore_table_update.result
|
|
|
rpl_init_slave.result
|
rpl_init_slave.result:
|
2006-11-28 16:39:04 -07:00 |
rpl_innodb.result
|
|
|
rpl_insert.result
|
If mysqlslap schema does not exists, it should be an error, so no need for IF EXISTS
|
2006-09-21 13:04:33 +02:00 |
rpl_insert_id.result
|
BUG#21726: Incorrect result with multiple invocations of LAST_INSERT_ID.
|
2006-10-06 13:34:07 +04:00 |
rpl_insert_id_pk.result
|
|
|
rpl_insert_ignore.result
|
|
|
rpl_insert_select.result
|
|
|
rpl_LD_INFILE.result
|
|
|
rpl_load_from_master.result
|
Added --debug-info to most clients to detect memory leaks in mysql-test-run
|
2006-11-21 22:32:58 +02:00 |
rpl_load_table_from_master.result
|
|
|
rpl_loaddata.result
|
Backport test cases fixes from 5.0
|
2006-10-19 10:54:23 +02:00 |
rpl_loaddata2.result
|
|
|
rpl_loaddata_m.result
|
Added --debug-info to most clients to detect memory leaks in mysql-test-run
|
2006-11-21 22:32:58 +02:00 |
rpl_loaddata_s.result
|
|
|
rpl_loaddatalocal.result
|
Use same --slave-load-tmpdir in all versions(backport from 5.0)
|
2006-10-05 18:29:59 +02:00 |
rpl_loadfile.result
|
|
|
rpl_locale.result
|
Bug#22645 LC_TIME_NAMES: Statement not replicated
|
2006-12-07 09:31:53 +04:00 |
rpl_log_pos.result
|
|
|
rpl_many_optimize.result
|
|
|
rpl_master_pos_wait.result
|
Merge neptunus.(none):/home/msvensson/mysql/same_tools/my50-same_tools
|
2006-10-04 16:35:40 +02:00 |
rpl_misc_functions.result
|
|
|
rpl_mixed_ddl_dml.result
|
|
|
rpl_multi_delete.result
|
|
|
rpl_multi_delete2.result
|
|
|
rpl_multi_engine.result
|
|
|
rpl_multi_update.result
|
|
|
rpl_multi_update2.result
|
|
|
rpl_multi_update3.result
|
ndb -
|
2006-08-29 10:47:28 +02:00 |
rpl_multi_update4.result
|
|
|
rpl_ndb_2innodb.result
|
|
|
rpl_ndb_2myisam.result
|
|
|
rpl_ndb_auto_inc.result
|
|
|
rpl_ndb_bank.result
|
Added --debug-info to most clients to detect memory leaks in mysql-test-run
|
2006-11-21 22:32:58 +02:00 |
rpl_ndb_basic.result
|
|
|
rpl_ndb_blob.result
|
|
|
rpl_ndb_blob2.result
|
|
|
rpl_ndb_charset.result
|
|
|
rpl_ndb_commit_afterflush.result
|
|
|
rpl_ndb_dd_advance.result
|
Merge bk-internal.mysql.com:/home/bk/mysql-5.1
|
2006-11-21 23:12:45 +02:00 |
rpl_ndb_dd_basic.result
|
Changed mysql.apply_status, mysql.binlog_index, and mysql.schema to mysql.ndb_apply_status, mysql.ndb_binlog_index, and mysql.ndb_schema
|
2006-12-01 15:49:07 +01:00 |
rpl_ndb_dd_partitions.result
|
|
|
rpl_ndb_ddl.result
|
Has issues with original tree, so had to pull new tree and copy test over. Running last test now and will push after
|
2006-11-03 16:31:25 +01:00 |
rpl_ndb_delete_nowhere.result
|
|
|
rpl_ndb_extraCol.result
|
Has issues with original tree, so had to pull new tree and copy test over. Running last test now and will push after
|
2006-11-03 16:31:25 +01:00 |
rpl_ndb_func003.result
|
|
|
rpl_ndb_idempotent.result
|
Changed mysql.apply_status, mysql.binlog_index, and mysql.schema to mysql.ndb_apply_status, mysql.ndb_binlog_index, and mysql.ndb_schema
|
2006-12-01 15:49:07 +01:00 |
rpl_ndb_innodb_trans.result
|
Fix for BUG#11151 "LOAD DATA INFILE commits transaction in 5.0".
|
2006-09-05 16:52:05 +02:00 |
rpl_ndb_insert_ignore.result
|
Fixing problems I identified in my auto_increment work pushed in July
|
2006-09-12 15:42:13 +02:00 |
rpl_ndb_load.result
|
|
|
rpl_ndb_log.result
|
Changed mysql.apply_status, mysql.binlog_index, and mysql.schema to mysql.ndb_apply_status, mysql.ndb_binlog_index, and mysql.ndb_schema
|
2006-12-01 15:49:07 +01:00 |
rpl_ndb_multi.result
|
Changed mysql.apply_status, mysql.binlog_index, and mysql.schema to mysql.ndb_apply_status, mysql.ndb_binlog_index, and mysql.ndb_schema
|
2006-12-01 15:49:07 +01:00 |
rpl_ndb_multi_update2.result
|
|
|
rpl_ndb_multi_update3.result
|
ndb -
|
2006-08-29 10:47:28 +02:00 |
rpl_ndb_relayrotate.result
|
|
|
rpl_ndb_row_001.result
|
|
|
rpl_ndb_sp003.result
|
Update result format
|
2006-10-07 20:22:25 +02:00 |
rpl_ndb_sp006.result
|
|
|
rpl_ndb_sync.result
|
Added --debug-info to most clients to detect memory leaks in mysql-test-run
|
2006-11-21 22:32:58 +02:00 |
rpl_ndb_trig004.result
|
|
|
rpl_ndb_UUID.result
|
|
|
rpl_ndbapi_multi.result
|
Removed absolute path
|
2006-09-01 16:14:59 +02:00 |
rpl_openssl.result
|
|
|
rpl_optimize.result
|
|
|
rpl_packet.result
|
bug#19402 SQL close to the size of the max_allowed_packet fails on the slave
|
2006-11-15 12:53:07 +02:00 |
rpl_ps.result
|
|
|
rpl_rbr_to_sbr.result
|
Changes made according to HLD/LLD.
|
2006-08-30 10:22:43 +03:00 |
rpl_redirect.result
|
|
|
rpl_relay_space_innodb.result
|
|
|
rpl_relay_space_myisam.result
|
|
|
rpl_relayrotate.result
|
|
|
rpl_relayspace.result
|
|
|
rpl_replicate_do.result
|
Backport test cases fixes from 5.0
|
2006-10-19 10:54:23 +02:00 |
rpl_replicate_ignore_db.result
|
|
|
rpl_rewrt_db.result
|
After merge fix
|
2006-10-03 16:00:09 +05:00 |
rpl_rotate_logs.result
|
|
|
rpl_row_001.result
|
|
|
rpl_row_4_bytes.result
|
|
|
rpl_row_basic_2myisam.result
|
|
|
rpl_row_basic_3innodb.result
|
|
|
rpl_row_basic_7ndb.result
|
Bug #21072 Duplicate key error in NDB references wrong key: Added new printout for duplicate key error when key is unknown
|
2006-10-16 14:20:05 +02:00 |
rpl_row_basic_8partition.result
|
Bug#22067 rpl_rbr_to_sbr and some other fail if NDB is default storage
|
2006-09-15 17:25:13 +03:00 |
rpl_row_basic_11bugs.result
|
Added --debug-info to most clients to detect memory leaks in mysql-test-run
|
2006-11-21 22:32:58 +02:00 |
rpl_row_blob_innodb.result
|
|
|
rpl_row_blob_myisam.result
|
|
|
rpl_row_charset.result
|
|
|
rpl_row_create_table.result
|
BUG#22864 (Rollback following CREATE... SELECT discards 'CREATE TABLE'
|
2006-12-21 09:29:02 +01:00 |
rpl_row_delayed_ins.result
|
Bug#24998 rpl_row_delayed_ins.test fails in pushbuild
|
2007-01-14 19:15:59 +02:00 |
rpl_row_drop.result
|
|
|
rpl_row_err_ignoredtable.result
|
|
|
rpl_row_flsh_tbls.result
|
|
|
rpl_row_func001.result
|
|
|
rpl_row_func002.result
|
|
|
rpl_row_func003.result
|
|
|
rpl_row_inexist_tbl.result
|
|
|
rpl_row_loaddata_m.result
|
|
|
rpl_row_log.result
|
|
|
rpl_row_log_innodb.result
|
|
|
rpl_row_max_relay_size.result
|
Update result file for mysql_upgrade as we have more tables that is checked in 5.1
|
2006-11-15 13:22:38 +01:00 |
rpl_row_multi_query.result
|
|
|
rpl_row_mysqlbinlog.result
|
After merge fix for bug N20396
|
2006-12-11 15:08:04 +04:00 |
rpl_row_mystery22.result
|
|
|
rpl_row_NOW.result
|
|
|
rpl_row_reset_slave.result
|
|
|
rpl_row_sp001.result
|
|
|
rpl_row_sp002_innodb.result
|
|
|
rpl_row_sp003.result
|
Update result format
|
2006-10-07 20:22:25 +02:00 |
rpl_row_sp005.result
|
|
|
rpl_row_sp006_InnoDB.result
|
|
|
rpl_row_sp007_innodb.result
|
|
|
rpl_row_sp008.result
|
|
|
rpl_row_sp009.result
|
|
|
rpl_row_sp010.result
|
|
|
rpl_row_sp011.result
|
|
|
rpl_row_sp012.result
|
|
|
rpl_row_stop_middle.result
|
|
|
rpl_row_stop_middle_update.result
|
|
|
rpl_row_tabledefs_2myisam.result
|
BUG#24490 (segfault inside unpack_row at Field_bit_as_char::set_default()):
|
2006-12-05 10:46:03 +01:00 |
rpl_row_tabledefs_3innodb.result
|
BUG#24490 (segfault inside unpack_row at Field_bit_as_char::set_default()):
|
2006-12-05 10:46:03 +01:00 |
rpl_row_tabledefs_7ndb.result
|
|
|
rpl_row_trig001.result
|
|
|
rpl_row_trig002.result
|
|
|
rpl_row_trig003.result
|
|
|
rpl_row_trig004.result
|
|
|
rpl_row_until.result
|
|
|
rpl_row_USER.result
|
|
|
rpl_row_UUID.result
|
|
|
rpl_row_view01.result
|
|
|
rpl_server_id1.result
|
|
|
rpl_server_id2.result
|
|
|
rpl_session_var.result
|
|
|
rpl_set_charset.result
|
|
|
rpl_sf.result
|
Bug#16456 RBR: rpl_sp.test expects query to fail, but passes in RBR
|
2006-11-17 21:30:28 +01:00 |
rpl_skip_error.result
|
|
|
rpl_slave_status.result
|
|
|
rpl_sp.result
|
Manual merge of the fix for BUG#19725 "Calls to SF in other database are not replicated
|
2007-01-08 23:52:21 +01:00 |
rpl_sp004.result
|
|
|
rpl_sp_effects.result
|
Bug#16456 RBR: rpl_sp.test expects query to fail, but passes in RBR
|
2006-11-17 21:30:28 +01:00 |
rpl_sporadic_master.result
|
|
|
rpl_start_stop_slave.result
|
|
|
rpl_stm_000001.result
|
Merge neptunus.(none):/home/msvensson/mysql/same_tools/my50-same_tools
|
2006-10-04 16:35:40 +02:00 |
rpl_stm_charset.result
|
After merge fix:
|
2006-12-29 17:12:59 +04:00 |
rpl_stm_EE_err2.result
|
|
|
rpl_stm_flsh_tbls.result
|
|
|
rpl_stm_log.result
|
|
|
rpl_stm_max_relay_size.result
|
Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
|
2006-11-15 10:31:23 +01:00 |
rpl_stm_multi_query.result
|
|
|
rpl_stm_mystery22.result
|
|
|
rpl_stm_no_op.result
|
|
|
rpl_stm_reset_slave.result
|
|
|
rpl_stm_until.result
|
|
|
rpl_switch_stm_row_mixed.result
|
Manual merge of the fix for BUG#19725 "Calls to SF in other database are not replicated
|
2007-01-08 23:52:21 +01:00 |
rpl_temp_table.result
|
|
|
rpl_temporary.result
|
|
|
rpl_timezone.result
|
Merge mysql.com:/home/bkroot/mysql-5.0-rpl
|
2006-12-08 23:33:39 +01:00 |
rpl_trigger.result
|
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
|
2006-11-30 02:36:18 +03:00 |
rpl_trunc_temp.result
|
|
|
rpl_truncate_2myisam.result
|
|
|
rpl_truncate_3innodb.result
|
|
|
rpl_truncate_7ndb.result
|
Changed mysql.apply_status, mysql.binlog_index, and mysql.schema to mysql.ndb_apply_status, mysql.ndb_binlog_index, and mysql.ndb_schema
|
2006-12-01 15:49:07 +01:00 |
rpl_truncate_7ndb_2.result
|
Added --debug-info to most clients to detect memory leaks in mysql-test-run
|
2006-11-21 22:32:58 +02:00 |
rpl_user_variables.result
|
|
|
rpl_variables.result
|
Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
|
2006-11-15 10:31:23 +01:00 |
rpl_view.result
|
Fix for bug #19736 VIEW: column names not quoted properly when view is replicated
|
2006-11-03 15:27:37 +04:00 |
schema.result
|
Added --debug-info to most clients to detect memory leaks in mysql-test-run
|
2006-11-21 22:32:58 +02:00 |
select.result
|
Merge dl145s.mysql.com:/data/bk/team_tree_merge/MERGE/mysql-5.0-opt
|
2006-10-19 16:43:46 +02:00 |
select_found.result
|
|
|
select_safe.result
|
|
|
server_id.require
|
|
|
server_id1.require
|
|
|
show_check.result
|
Merge mysql.com:/home/my/mysql-5.0
|
2006-11-29 23:07:15 +02:00 |
skip_grants.result
|
|
|
skip_name_resolve.result
|
|
|
slave-running.result
|
|
|
slave-stopped.result
|
|
|
sp-big.result
|
|
|
sp-code.result
|
|
|
sp-destruct.result
|
|
|
sp-dynamic.result
|
Fix for bug #20665 All commands supported in Stored Procedures
|
2006-08-23 15:50:06 +02:00 |
sp-error.result
|
Merge moonlight.intranet:/home/tomash/src/mysql_ab/mysql-5.0
|
2006-10-12 18:33:07 +04:00 |
sp-prelocking.result
|
|
|
sp-security.result
|
Manual merge 5.0->5.1. Post-merge fixes.
|
2006-08-14 13:27:11 +04:00 |
sp-threads.result
|
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-vars.result
|
Merge bodhi.local:/opt/local/work/mysql-5.0-runtime
|
2006-10-23 12:35:56 +04:00 |
sp.result
|
Update rsult file after merge, error message number increased
|
2006-12-05 12:18:33 +01:00 |
sp_gis.result
|
Update rsult file after merge, error message number increased
|
2006-12-05 12:18:33 +01:00 |
sp_notembedded.result
|
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.result
|
Fixed warning message breakage.
|
2006-08-13 22:28:41 -07:00 |
sql_mode.result
|
|
|
ssl.result
|
BUG#14940: Post-merge fixes
|
2006-07-30 18:25:57 +04:00 |
ssl_compress.result
|
BUG#14940: Post-merge fixes
|
2006-07-30 18:25:57 +04:00 |
ssl_des.result
|
Bug#21868 Server crashes if encrypted certificate key provided
|
2006-09-25 16:44:15 +02:00 |
status.result
|
Version 5.1 needs one connection less
|
2006-09-21 02:44:58 +02:00 |
strict.result
|
Merge bk-internal:/home/bk/mysql-5.1-new-rpl
|
2006-10-03 15:56:56 +02:00 |
strict_autoinc_1myisam.result
|
Merge mysql.com:/usr/home/bar/mysql-5.0.b18908
|
2006-11-01 16:48:03 +04:00 |
strict_autoinc_2innodb.result
|
Merge mysql.com:/usr/home/bar/mysql-5.0.b18908
|
2006-11-01 16:48:03 +04:00 |
strict_autoinc_3heap.result
|
Merge mysql.com:/usr/home/bar/mysql-5.0.b18908
|
2006-11-01 16:48:03 +04:00 |
strict_autoinc_4bdb.result
|
Merge mysql.com:/usr/home/bar/mysql-5.0.b18908
|
2006-11-01 16:48:03 +04:00 |
strict_autoinc_5ndb.result
|
Merge mysql.com:/usr/home/bar/mysql-5.0.b18908
|
2006-11-01 16:48:03 +04:00 |
subselect.result
|
Merge bk@192.168.21.1:mysql-5.1-opt
|
2006-11-17 19:01:35 +04:00 |
subselect2.result
|
Merge macbook.gmz:/Users/kgeorge/mysql/work/B20792-4.1-opt
|
2006-07-26 19:23:44 +03:00 |
subselect3.result
|
merging
|
2006-11-09 12:49:39 +04:00 |
subselect_gis.result
|
|
|
subselect_innodb.result
|
|
|
subselect_notembedded.result
|
|
|
sum_distinct-big.result
|
|
|
sum_distinct.result
|
|
|
symlink.result
|
|
|
synchronization.result
|
Disabled syncronization test at it fails on multiple platforms. (Bug #24529)
|
2006-11-27 23:19:53 +02:00 |
sysdate_is_now.result
|
|
|
system_mysql_db.result
|
Changed mysql.apply_status, mysql.binlog_index, and mysql.schema to mysql.ndb_apply_status, mysql.ndb_binlog_index, and mysql.ndb_schema
|
2006-12-01 15:49:07 +01:00 |
system_mysql_db_refs.result
|
|
|
tablelock.result
|
|
|
temp_table.result
|
Merge mockturtle.local:/home/dlenev/src/mysql-5.0-rt-merge
|
2006-09-29 19:39:15 +04:00 |
testdb_only.require
|
|
|
timezone.result
|
Fix Bug #9191 "TIMESTAMP/from_unixtime() no longer accepts 2^31-1"
|
2006-11-01 16:47:40 +03:00 |
timezone2.result
|
Bug#16456 RBR: rpl_sp.test expects query to fail, but passes in RBR
|
2006-11-17 21:30:28 +01:00 |
timezone3.result
|
|
|
timezone4.result
|
Fix Bug #9191 "TIMESTAMP/from_unixtime() no longer accepts 2^31-1"
|
2006-11-01 16:47:40 +03:00 |
timezone_grant.result
|
|
|
trigger-compat.result
|
|
|
trigger-grant.result
|
|
|
trigger-trans.result
|
|
|
trigger.result
|
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
|
2006-11-30 02:36:18 +03:00 |
true.require
|
Required file for next tests (taken from work by JimW in Falcon)
|
2006-09-22 23:32:47 -07:00 |
truncate.result
|
|
|
type_binary.result
|
|
|
type_bit.result
|
Merge mysql.com:/home/my/mysql-5.0
|
2006-11-29 23:07:15 +02:00 |
type_bit_innodb.result
|
|
|
type_blob.result
|
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 |
type_date.result
|
Merge dl145s.mysql.com:/data/bk/team_tree_merge/MERGE/mysql-5.0-opt
|
2006-09-18 12:57:20 +02:00 |
type_datetime.result
|
Merge mysql.com:/home/hf/work/mysql-5.0.clean
|
2006-11-08 19:09:39 +04:00 |
type_decimal.result
|
sql_rename.cc, sql_table.cc, type_decimal.result, mix2_myisam.result:
|
2006-10-20 10:12:38 +02:00 |
type_enum.result
|
merging
|
2006-10-13 19:36:19 +05:00 |
type_float.result
|
Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
|
2006-11-15 10:31:23 +01:00 |
type_nchar.result
|
|
|
type_newdecimal-big.result
|
|
|
type_newdecimal.result
|
Merge bk@192.168.21.1:mysql-5.1-opt
|
2006-11-17 19:01:35 +04:00 |
type_ranges.result
|
Merge bk-internal.mysql.com:/data0/bk/tmp_reg
|
2006-08-17 17:19:41 +02:00 |
type_set.result
|
|
|
type_time.result
|
|
|
type_timestamp.result
|
Merge bk-internal.mysql.com:/data0/bk/tmp_reg
|
2006-08-17 17:19:41 +02:00 |
type_uint.result
|
|
|
type_varchar.result
|
Merge dl145s.mysql.com:/data0/bk/team_tree_merge/MERGE2/mysql-5.0
|
2006-12-04 18:08:50 +01:00 |
type_year.result
|
|
|
udf.result
|
Merge neptunus.(none):/home/msvensson/mysql/mysql-5.1
|
2006-12-04 19:11:55 +01:00 |
union.result
|
Bug #19764: SHOW commands end up in the slow log as table scans
|
2006-10-12 17:10:34 -06:00 |
unsafe_binlog_innodb.result
|
This changeset belongs to
|
2006-08-16 14:58:49 +02:00 |
update.result
|
|
|
upgrade.result
|
Added --debug-info to most clients to detect memory leaks in mysql-test-run
|
2006-11-21 22:32:58 +02:00 |
user_limits.result
|
|
|
user_var-binlog.result
|
Bug#17642 mysqlbinlog: Restore from row-based binlog fails
|
2006-12-14 14:05:25 +04:00 |
user_var.result
|
Merge rolltop.ignatz42.dyndns.org:/mnt/storeage/bug19024/my50-bug19024
|
2006-10-04 10:56:04 -04:00 |
varbinary.result
|
Update result to 5.1 version format
|
2006-11-29 23:48:39 +01:00 |
variables.result
|
Merge mysql.com:/usr/home/bar/mysql-5.0.b22645
|
2006-12-05 16:09:27 +04:00 |
view.result
|
Merge mysql.com:/home/bkroot/mysql-5.1-new-rpl
|
2006-11-13 12:45:31 +01:00 |
view_grant.result
|
Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0
|
2006-12-04 19:28:38 +01:00 |
view_query_cache.result
|
|
|
wait_timeout.result
|
|
|
warnings.result
|
This straightens up usage of have_ variables, and removes dead -skip-isam option.
|
2006-11-20 14:04:07 -08:00 |
windows.require
|
Update 'abort_not_supported_test' to print a reason why the test was aborted
|
2006-07-19 14:25:52 +02:00 |
windows.result
|
Bug#23983 ps.test fails to open shared library
|
2006-11-20 15:18:57 -05:00 |
xa.result
|
|
|
xml.result
|
Bug#22823 gt and lt operators appear to be reversed in ExtractValue() command
|
2006-10-23 14:17:57 +05:00 |