mariadb/mysql-test/r
unknown 6c0cfad17b Bug#16233: XML: ExtractValue() fails with special characters
ExtractValue didn't understand tag and attribute names
consisting of "tricky" national letters (e.g. latin accenter letters).
It happened because XPath lex parser recognized only basic
latin letter a..z ad a part of an identifier.

Fixed to recognize all letters by means of new "full ctype" which
was added recently.


mysql-test/r/xml.result:
  Adding test case
mysql-test/t/xml.test:
  Adding test case
sql/item_xmlfunc.cc:
  Using recently implemented "true" ctype functionality
      to treat all national letters as valid tag names,
      Only basic latin letters worked so far.
strings/ctype-simple.c:
  A bug fix: ctype is array of 257 elements,
      adding offset to address correct element.
2006-04-11 13:25:02 +05:00
..
alias.result
alter_table.result Extended test case to check that binary column 2006-03-15 10:14:35 +02:00
analyse.result Bug#10460 SHOW CREATE TABLE uses inconsistent upper/lower case 2006-02-22 10:09:59 +01:00
analyze.result Add new option "check-testcases" to mysql-test-run.pl 2006-01-26 17:54:34 +01:00
ansi.result
archive.result Bug#10460 SHOW CREATE TABLE uses inconsistent upper/lower case 2006-02-22 10:09:59 +01:00
archive_bitfield.result Bug#10460 SHOW CREATE TABLE uses inconsistent upper/lower case 2006-02-22 10:09:59 +01:00
archive_gis.result Merge neptunus.(none):/home/msvensson/mysql/bug10460/my51-bug10460 2006-03-06 11:39:36 +01:00
auto_increment.result WL#1563 - Modify MySQL to support fast CREATE/DROP INDEX 2006-01-23 12:17:05 +01:00
backup.result Fixing test cases 2006-03-14 09:37:29 -08:00
bdb-alter-table-1.result
bdb-alter-table-2.result
bdb-crash.result Use transaction-aware DB->stat() call when doing 'ANALYZE TABLE' on 2005-11-07 17:14:35 -08:00
bdb-deadlock.result
bdb.result Bug#10460 SHOW CREATE TABLE uses inconsistent upper/lower case 2006-02-22 10:09:59 +01:00
bdb_cache.result
bdb_gis.result Fix merge error, missing "," in result file 2006-03-06 12:21:42 +01:00
bench_count_distinct.result
big_test.require
bigint.result Merge neptunus.(none):/home/msvensson/mysql/bug10460/my51-bug10460 2006-03-06 11:39:36 +01:00
binary.result Merge neptunus.(none):/home/msvensson/mysql/bug10460/my51-bug10460 2006-03-06 11:39:36 +01:00
binlog_row_binlog.result WL#3023 (RBR: Use locks in a statement-like manner): 2006-02-24 16:19:55 +01:00
binlog_row_blackhole.result WL#3023 (RBR: Use locks in a statement-like manner): 2006-02-24 16:19:55 +01:00
binlog_row_ctype_cp932.result BUG#17780: Incorrect result file. (Test for that part is extra/binlog_tests/binlog_row_ctype_cp932.test) 2006-03-01 16:48:13 +01:00
binlog_row_ctype_ucs.result WL#3023 (RBR: Use locks in a statement-like manner): 2006-02-24 16:19:55 +01:00
binlog_row_drop_tmp_tbl.result Bug#18280 (RBR: Extreneous maps when writing to general_log and slow_log): 2006-03-17 18:11:07 +01:00
binlog_row_innodb_stat.result WL#1012: All changes as one single changeset. 2005-12-22 06:39:02 +01:00
binlog_row_insert_select.result Merge mysql.com:/home/bkroot/mysql-5.1-new 2006-03-03 09:57:42 +01:00
binlog_row_mix_innodb_myisam.result WL#3023 (Use locks in a statement-based manner): 2006-03-08 14:12:26 +01:00
binlog_stm_binlog.result Removed version information from test 2006-02-14 02:18:41 +01:00
binlog_stm_blackhole.result Merge neptunus.(none):/home/msvensson/mysql/mysqltest_var/my50-mysqltest_var 2006-01-24 14:10:48 +01:00
binlog_stm_ctype_cp932.result Fix to not replicate mysql.event table 2006-03-09 15:59:29 +01:00
binlog_stm_ctype_ucs.result BUG#16217 merge 2006-02-15 02:19:42 +02:00
binlog_stm_drop_tmp_tbl.result WL#1012: All changes as one single changeset. 2005-12-22 06:39:02 +01:00
binlog_stm_innodb_stat.result WL#1012: All changes as one single changeset. 2005-12-22 06:39:02 +01:00
binlog_stm_insert_select.result another cleanup patch for removing tables before tests start. 2006-02-27 13:27:25 -08:00
binlog_stm_mix_innodb_myisam.result Merge mysql.com:/usr/local/mysql/mysql-5.0-fixtest 2006-02-20 09:52:22 +01:00
bool.result
bulk_replace.result
case.result Merge neptunus.(none):/home/msvensson/mysql/bug10460/my51-bug10460 2006-03-06 11:39:36 +01:00
cast.result Merge mysql.com:/usr/home/bar/mysql-5.0.1.2107.1.1 2006-03-31 17:38:00 +05:00
check.result
check_var_limit.require
client_xml.result
comments.result
compare.result
compress.result Updated after testing 2005-10-13 11:28:06 +02:00
connect.result WL1019: complete patch. Reapplied patch to the clean 2006-01-19 05:56:06 +03:00
consistent_snapshot.result
constraints.result Bug#10460 SHOW CREATE TABLE uses inconsistent upper/lower case 2006-02-22 10:09:59 +01:00
count_distinct.result
count_distinct2.result
count_distinct3.result
create.result Merge mysql.com:/home/gluh/MySQL/Merge/5.0 2006-03-31 13:17:45 +05:00
create_select_tmp.result Merge mysql.com:/home/mydev/mysql-5.1 2006-02-10 20:00:22 +01:00
csv.result Post-review fixes for WL#3154 "Enable REPAIR for CSV tables" 2006-03-29 06:28:57 +04:00
ctype_big5.result Bug#15375 Unassigned multibyte codes are broken 2005-12-12 21:42:09 +04:00
ctype_collate.result Bug#10460 SHOW CREATE TABLE uses inconsistent upper/lower case 2006-02-22 10:09:59 +01:00
ctype_cp932_binlog_row.result WL#3023 (RBR: Use locks in a statement-like manner): 2006-02-24 16:19:55 +01:00
ctype_cp932_binlog_stm.result Post-merge fixes after merging mysql-5.0 with mysql-5.1-new 2006-03-22 00:47:36 +01:00
ctype_cp1250_ch.result Bug#13347: empty result from query with like and cp1250 charset 2005-10-25 14:49:04 +05:00
ctype_cp1251.result type_binary.result, type_binary.test: 2005-10-13 19:16:19 +05:00
ctype_create.result Bug#10460 SHOW CREATE TABLE uses inconsistent upper/lower case 2006-02-22 10:09:59 +01:00
ctype_eucjpms.result Bug#15376: Unassigned multibyte codes are converted to U+0000 2006-03-23 14:03:39 +04:00
ctype_euckr.result Bug#15377 Valid multibyte sequences are truncated on INSERT 2005-12-09 16:37:58 +04:00
ctype_gb2312.result Bug#15377 Valid multibyte sequences are truncated on INSERT 2005-12-09 16:37:58 +04:00
ctype_gbk.result Bug#15375 Unassigned multibyte codes are broken 2005-12-12 21:42:09 +04:00
ctype_latin1.result This problem has already been fixed by one of the previous changes. 2006-04-06 10:51:23 +05:00
ctype_latin1_de.result Bug#10460 SHOW CREATE TABLE uses inconsistent upper/lower case 2006-02-22 10:09:59 +01:00
ctype_latin2.result
ctype_latin2_ch.result Bug#17374: select ... like 'A%' operator fails to find value on columuns with key 2006-03-20 16:28:25 +04:00
ctype_many.result Bug#10460 SHOW CREATE TABLE uses inconsistent upper/lower case 2006-02-22 10:09:59 +01:00
ctype_mb.result Bug#10460 SHOW CREATE TABLE uses inconsistent upper/lower case 2006-02-22 10:09:59 +01:00
ctype_recoding.result Bug#10460 SHOW CREATE TABLE uses inconsistent upper/lower case 2006-02-22 10:09:59 +01:00
ctype_sjis.result Bug#10460 SHOW CREATE TABLE uses inconsistent upper/lower case 2006-02-22 10:09:59 +01:00
ctype_tis620.result Bug#10460 SHOW CREATE TABLE uses inconsistent upper/lower case 2006-02-22 10:09:59 +01:00
ctype_uca.result ctype_uca.result, ctype_uca.test: 2005-12-23 14:20:00 +04:00
ctype_ucs.result Merge mysql.com:/home/hartmut/projects/mysql/dev/5.0 2006-04-07 11:23:55 +02:00
ctype_ucs2_def.result Bug#18004 Connecting crashes server when default charset is UCS2 2006-03-20 14:43:02 +04:00
ctype_ujis.result Merge mysql.com:/usr/home/bar/mysql-5.0 2006-03-23 14:14:32 +04:00
ctype_utf8.result Merge rurik.mysql.com:/home/igor/dev/mysql-5.0-0 2006-04-01 02:57:56 -08:00
date_formats.result Merge mysql.com:/home/kostja/mysql/tmp_merge 2006-02-08 14:05:19 +03:00
default.result Bug#10460 SHOW CREATE TABLE uses inconsistent upper/lower case 2006-02-22 10:09:59 +01:00
delayed.result Fix crash in 'INSERT DELAYED' statement that failed due to a 2005-08-01 17:00:03 -07:00
delete.result
derived.result Bug#10586 2005-09-08 18:15:05 +01:00
dirty_close.result
distinct.result bug #15745 (COUNT(DISTINCT CONCAT(x,y)) returns wrong result 2006-03-05 20:48:31 +04:00
drop.result Bug #17805 Cluster_replication database should be renamed to just cluster 2006-03-01 13:31:21 +01:00
empty_table.result
endspace.result
errors.result Merge mysql.com:/home/timka/mysql/src/5.0-virgin 2005-08-12 19:27:54 +03:00
events.result update tests 2006-04-07 11:29:15 +02:00
events_bugs.result update result 2006-03-28 13:28:35 +02:00
events_logs_tests.result update test 2006-03-02 23:40:51 +01:00
events_microsec.result last second additions for bug#16411 2006-02-24 15:28:20 +01:00
events_scheduling.result fix for bug #17494 (The algorithm for calculating execution times is not fully correct) 2006-04-07 09:08:58 +02:00
events_stress.result fix for bug#16406 (Events: DROP DATABASE doesn't automatically drop events) 2006-02-16 00:43:11 +01:00
exampledb.result
explain.result
federated.result merged 2006-03-06 23:20:19 +01:00
federated_archive.result Improvement to federated for BUG#12659 2005-09-13 23:31:17 -07:00
federated_bug_13118.result Added testcase for BUG#13118 2005-09-16 16:17:44 -07:00
federated_transactions.result Re-applying the work initially done by Brian, and since worked upon by me previously in several separate patches to the 5.1 parent but never pushed. 2005-11-09 05:53:34 -08:00
flush.result Merge mysql.com:/home/mydev/mysql-4.1-4100 2005-08-08 00:10:07 +02:00
flush_block_commit.result WL#1012: All changes as one single changeset. 2005-12-22 06:39:02 +01:00
flush_read_lock_kill.result
flush_table.result Table definition cache, part 2 2005-11-23 22:45:02 +02:00
foreign_key.result
fulltext.result Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0 2006-03-22 16:48:35 +01:00
fulltext2.result BUG#16489 - utf8 + fulltext leads to corrupt index file. 2006-01-23 17:15:33 +04:00
fulltext_cache.result
fulltext_distinct.result
fulltext_left_join.result
fulltext_multi.result
fulltext_order_by.result Merge mysql.com:/home/timka/mysql/src/5.0-virgin 2005-08-12 19:27:54 +03:00
fulltext_update.result
fulltext_var.result fulltext_var.result: 2005-08-29 22:35:48 -05:00
func_compress.result
func_concat.result
func_crypt.result Handle errors returned by system crypt() in ENCRYPT(). (Bug #13619) 2005-10-06 16:15:53 -07:00
func_date_add.result Clean up merge from 4.1 2005-08-15 14:19:56 -07:00
func_default.result
func_des_encrypt.result
func_encrypt.result
func_encrypt_nossl.result
func_equal.result Merge mysql.com:/home/jimw/my/mysql-4.1-12612 2005-12-01 12:07:25 -08:00
func_gconcat.result Merge mysql.com:/home/hartmut/projects/mysql/dev/5.0 2006-04-07 11:23:55 +02:00
func_group.result Bug#10460 SHOW CREATE TABLE uses inconsistent upper/lower case 2006-02-22 10:09:59 +01:00
func_if.result Fixed bug#16272: IF function with decimal args can produce wrong result 2006-02-14 16:22:37 +03:00
func_in.result type_binary.result, type_binary.test: 2005-10-13 19:16:19 +05:00
func_isnull.result
func_like.result Merge mysql.com:/usr/home/bar/mysql-4.1.b12611 2005-09-07 16:32:15 +05:00
func_math.result merged 2006-03-06 23:20:19 +01:00
func_misc.result Bug#10460 SHOW CREATE TABLE uses inconsistent upper/lower case 2006-02-22 10:09:59 +01:00
func_op.result
func_regexp.result
func_sapdb.result Fix for bug#8294 Traditional: Misleading error message for invalid CAST to DATE 2005-12-02 15:01:44 +04:00
func_set.result
func_str.result Bug#10460 SHOW CREATE TABLE uses inconsistent upper/lower case 2006-02-22 10:09:59 +01:00
func_system.result Merge neptunus.(none):/home/msvensson/mysql/bug10460/my51-bug10460 2006-03-06 11:39:36 +01:00
func_test.result func_str.result, null.result: 2005-08-26 22:25:45 -07:00
func_time.result Merge mysql.com:/home/hartmut/projects/mysql/dev/5.0 2006-04-07 11:23:55 +02:00
func_timestamp.result
gcc296.result
gis-rtree.result Bug#10460 SHOW CREATE TABLE uses inconsistent upper/lower case 2006-02-22 10:09:59 +01:00
gis.result Implementation of WL#2897: Complete definer support in the stored routines. 2006-03-02 15:18:49 +03:00
grant.result merged 2006-03-06 23:20:19 +01:00
grant2.result Merge mysql.com:/extern/mysql/5.0/bug17476/mysql-5.0 2006-03-03 12:03:27 +01:00
grant3.result
grant_cache.result
greedy_optimizer.result
group_by.result aftermerge 2005-09-09 12:47:57 +02:00
group_min_max.result Merge mysql.com:/home/timka/mysql/src/5.0-virgin 2006-03-31 12:39:33 +03:00
handler.result Review fixes of new pushed code 2006-01-06 00:47:49 +02:00
have_archive.require
have_bdb.require
have_big5.require
have_binlog_format_row.require WL#1012: All changes as one single changeset. 2005-12-22 06:39:02 +01:00
have_binlog_format_statement.require WL#1012: All changes as one single changeset. 2005-12-22 06:39:02 +01:00
have_blackhole.require
have_compress.require
have_cp932.require
have_cp1250_ch.require
have_crypt.require
have_csv.require
have_debug.require
have_eucjpms.require
have_euckr.require Bug#15377 Valid multibyte sequences are truncated on INSERT 2005-12-09 16:37:58 +04:00
have_exampledb.require
have_federated_db.require
have_gb2312.require Bug#15377 Valid multibyte sequences are truncated on INSERT 2005-12-09 16:37:58 +04:00
have_gbk.require ctype-gbk.c: 2005-07-22 21:06:02 +05:00
have_geometry.require
have_innodb.require
have_latin2_ch.require Bug#17374: select ... like 'A%' operator fails to find value on columuns with key 2006-03-20 16:28:25 +04:00
have_met_timezone.require
have_moscow_leap_timezone.require
have_ndb.require
have_ndb_extra.require wl2325 wl2324 2006-01-12 19:51:02 +01:00
have_openssl.require
have_outfile.require
have_partition.require Bug# 16718 partitioning support status variable has incorrect name 2006-01-23 08:42:32 -06:00
have_query_cache.require
have_raid.require
have_row_based.require WL#1012: All changes as one single changeset. 2005-12-22 06:39:02 +01:00
have_sjis.require
have_symlink.require
have_tis620.require
have_ucs2.require
have_udf.require Bug#11835 CREATE FUNCTION crashes server 2006-03-21 10:54:26 +01:00
have_ujis.require
having.result Fixed bug #15917: unexpected complain for a NIST test case. 2006-04-06 15:29:15 -07:00
heap.result Remove 'delayed' to make the test deterministic (already 2006-02-23 23:41:15 +03:00
heap_auto_increment.result
heap_btree.result WL#1563 - Modify MySQL to support fast CREATE/DROP INDEX 2006-01-23 12:17:05 +01:00
heap_hash.result Merge mysql.com:/home/mydev/mysql-5.1 2006-02-10 20:00:22 +01:00
help.result
im_daemon_life_cycle.result WL#2789 "Instance Manager: test using mysql-test-run testing framework" 2005-10-01 01:14:50 +04:00
im_life_cycle.result Merge mysql.com:/home/cps/mysql/devel/im/5.0-im-add-error-message 2006-02-18 18:00:22 +03:00
im_options_set.result WL#2789 "Instance Manager: test using mysql-test-run testing framework" 2005-10-01 01:14:50 +04:00
im_options_unset.result WL#2789 "Instance Manager: test using mysql-test-run testing framework" 2005-10-01 01:14:50 +04:00
im_utils.result Use one option --log-output[=option[,option...]] 2006-01-27 13:41:15 +03:00
index_merge.result BUG#17314: Can't use index_merge/intersection for MERGE tables 2006-02-11 21:51:43 +03:00
index_merge_bdb.result
index_merge_innodb.result Bug#10460 SHOW CREATE TABLE uses inconsistent upper/lower case 2006-02-22 10:09:59 +01:00
index_merge_innodb2.result
index_merge_ror.result
index_merge_ror_cpk.result
information_schema.result Merge mysql.com:/home/hartmut/projects/mysql/dev/5.0 2006-04-07 11:23:55 +02:00
information_schema_db.result 5.0 -> 5.1 merge 2006-03-21 16:26:47 +04:00
information_schema_inno.result Review of code pushed since last 5.0 pull: 2005-10-06 17:54:43 +03:00
information_schema_part.result WL#2506: Information Schema tables for PARTITIONing 2006-01-10 19:44:04 +04:00
init_connect.result
init_file.result WL#2930 2005-12-06 21:28:13 +01:00
innodb-big.result
innodb-deadlock.result
innodb-lock.result
innodb-replace.result
innodb.result Bug#18477 - MySQL/InnoDB Ignoring Foreign Keys in ALTER TABLE 2006-03-30 20:55:54 +02:00
innodb_cache.result WL#1563 - Modify MySQL to support fast CREATE/DROP INDEX 2006-01-23 12:17:05 +01:00
innodb_concurrent.result This patch removes the remaining TYPE= code from MySQL. It cleans up a number of tests where it was being called still (and failing). Also I cleaned up all of the extra scripts so that they now work. 2006-02-12 13:26:30 -08:00
innodb_gis.result Merge neptunus.(none):/home/msvensson/mysql/bug10460/my51-bug10460 2006-03-06 11:39:36 +01:00
innodb_handler.result
innodb_notembedded.result Fixes to embedded server to be able to run tests with it 2006-02-24 18:34:15 +02:00
innodb_unsafe_binlog.result Applied innodb-5.1-ss269 snapshot. 2006-03-10 19:22:21 +03:00
insert.result Fix for bug#8294 Traditional: Misleading error message for invalid CAST to DATE 2005-12-02 15:01:44 +04:00
insert_select.result WL#1563 - Modify MySQL to support fast CREATE/DROP INDEX 2006-01-23 12:17:05 +01:00
insert_update.result WL#1563 - Modify MySQL to support fast CREATE/DROP INDEX 2006-01-23 12:17:05 +01:00
is_debug_build.require Post-review fixes, mainly fixing all print() methods for sp_instr* classes. 2005-11-18 16:30:27 +01:00
isam.result
join.result Merge mysql.com:/home/timka/mysql/src/5.0-virgin 2006-03-06 11:41:19 +02:00
join_crash.result Implementation of WL#2486 - 2005-08-12 17:57:19 +03:00
join_nested.result Fixed bug #18279: crash in the cases when on conditions are moved 2006-03-29 16:45:29 -08:00
join_outer.result Merge rurik.mysql.com:/home/igor/dev/mysql-5.0-0 2006-03-24 12:46:33 -08:00
key.result Bug#10460 SHOW CREATE TABLE uses inconsistent upper/lower case 2006-02-22 10:09:59 +01:00
key_cache.result Bug#10473 - Can't set 'key_buffer_size' system variable to ZERO 2005-08-07 20:39:17 +02:00
key_diff.result
key_primary.result
keywords.result
kill.result after merge 2006-03-06 23:43:47 +01:00
limit.result
loaddata.result Reverting yesterday's patch. (cmiller:1.2099) 2006-03-29 10:56:11 -05:00
lock.result Merge mysql.com:/home/mydev/mysql-4.1-bug5390 2006-02-06 15:15:44 +01:00
lock_multi.result Fixed compiler and valgrind warnings 2006-03-29 14:27:36 +03:00
lock_tables_lost_commit.result
log_tables.result Fix Bug#17600: Invalid data logged into mysql.slow_log 2006-03-06 21:03:17 +03:00
lowercase0.require
lowercase2.require
lowercase_table.result Merge mysql.com:/home/jimw/my/mysql-4.1-clean 2005-08-31 19:12:16 -07:00
lowercase_table2.result Update test result 2006-03-06 20:06:56 +01:00
lowercase_table3.result
lowercase_table_grant.result Fix for BUG#9412: Triggers: should have trigger privilege. 2006-02-01 13:28:45 +03:00
lowercase_table_qcache.result
lowercase_view.result postmerge fix 2005-09-14 12:24:14 +03:00
merge.result Merge neptunus.(none):/home/msvensson/mysql/bug10460/my51-bug10460 2006-03-06 11:39:36 +01:00
metadata.result Fixed BUG#12589: Assert when creating temp. table from decimal stored 2005-09-27 17:07:28 +02:00
multi_statement.result Review of code pushed since last 5.0 pull: 2005-10-06 17:54:43 +03:00
multi_update.result Implementation of WL#2486 - 2005-08-12 17:57:19 +03:00
myisam-blob.result
myisam.result Merge mysql.com:/home/mydev/mysql-5.0-bug14980 2006-03-10 17:52:28 +01:00
mysql.result Bug#16859 involves truncating column data at NUL characters. Instead, the 2006-03-03 16:26:38 -05:00
mysql_client_test.result WL#2930 2005-12-06 21:28:13 +01:00
mysql_protocols.result
mysqlbinlog.result BUG#16217 fix partly backported from 5.0. It is different in mysqlbinlog part. 2006-02-10 15:12:27 +02:00
mysqlbinlog2.result BUG#16217 forced to introduce a separate mysql client command to adopt its 2006-02-09 16:23:09 +02:00
mysqlbinlog_base64.result Fix test cases to work with non-standard --vardir. 2006-02-22 10:07:54 +01:00
mysqlcheck.result Bug #17805 Cluster_replication database should be renamed to just cluster 2006-03-01 13:31:21 +01:00
mysqldump-max.result Bug#10460 SHOW CREATE TABLE uses inconsistent upper/lower case 2006-02-22 10:09:59 +01:00
mysqldump.result Merge mysql.com:/mnt/hda4/home/alik/MySQL/devel/5.0-tree 2006-03-10 22:37:38 +03:00
mysqlshow.result Review fixes of new pushed code 2006-01-06 00:47:49 +02:00
mysqlslap.result Fixed bug #16167 2006-01-12 12:27:25 -08:00
mysqltest.result Merge mysql.com:/Users/kent/mysql/bk/mysql-5.0-tmp 2006-03-07 21:52:50 +01:00
ndb_alter_table.result wl2325 wl2324 2006-01-12 19:51:02 +01:00
ndb_alter_table_row.result Added on-line handling of altered frm in binlog thread 2006-02-13 11:23:13 +01:00
ndb_alter_table_stm.result Bug #17414 ndb schema distribution functionality does not work on mysql servers without binlog 2006-02-16 00:30:56 +01:00
ndb_autodiscover.result WL #2604: Partition Management 2006-01-17 08:40:00 +01:00
ndb_autodiscover2.result Ndb handler cleanup: 2005-11-06 00:20:37 +01:00
ndb_basic.result Bug #17179 schema creation fails 2006-02-13 20:34:36 +01:00
ndb_binlog_basic.result wl#3023 ndb to return correct tables for initial table maps 2006-03-11 06:58:48 +01:00
ndb_binlog_basic2.result WL#2977 and WL#2712 global and session-level variable to set the binlog format (row/statement), 2006-02-25 22:21:03 +01:00
ndb_binlog_ddl_multi.result changed test to make it predictable 2006-03-13 09:55:41 +01:00
ndb_binlog_ignore_db.result wl#3023 clean up 2006-03-11 15:52:38 +01:00
ndb_binlog_multi.result changed test to make it predictable 2006-03-13 09:55:41 +01:00
ndb_bitfield.result Bug#10460 SHOW CREATE TABLE uses inconsistent upper/lower case 2006-02-22 10:09:59 +01:00
ndb_blob.result Merge mysql.com:/home/kostja/mysql/mysql-5.0-root 2006-02-09 13:35:59 +03:00
ndb_cache.result
ndb_cache2.result
ndb_cache_multi.result
ndb_cache_multi2.result Bug#16795 ndb_cache_multi2 2006-02-27 10:29:55 +01:00
ndb_charset.result WL#1563 - Modify MySQL to support fast CREATE/DROP INDEX 2006-01-23 12:17:05 +01:00
ndb_condition_pushdown.result Merge bk-internal.mysql.com:/home/bk/mysql-5.1-new 2006-03-29 17:28:40 +03:00
ndb_config.result WL #2747: After push fixes 2006-01-19 13:32:58 -05:00
ndb_database.result wl2325, distribution of schema operations between mysql servers 2006-02-01 01:12:11 +01:00
ndb_dd_backuprestore.result BUG#10460 SHOW CREATE TABLE uses inconsistent upper/lower case 2006-03-06 12:58:54 +01:00
ndb_dd_basic.result Fix results due to change in SHOW CREATE TABLE output 2006-02-17 14:41:57 -08:00
ndb_dd_ddl.result Fixing test cases 2006-03-14 09:37:29 -08:00
ndb_dd_disk2memory.result Fix results due to change in SHOW CREATE TABLE output 2006-02-17 14:41:57 -08:00
ndb_dd_dump.result ndb dd - 2006-03-10 14:36:48 +01:00
ndb_default_cluster.require
ndb_gis.result Merge neptunus.(none):/home/msvensson/mysql/bug10460/my51-bug10460 2006-03-06 11:39:36 +01:00
ndb_grant.result
ndb_index.result
ndb_index_ordered.result ndb - wl#2624 re-commit due to bk problem 2005-09-15 02:33:28 +02:00
ndb_index_unique.result Disabled test case due to Bug: #18129: Fast (online) add index leaves temporary table frm in case of errors 2006-03-10 11:27:59 +01:00
ndb_insert.result Merge mysql.com:/usr/local/home/marty/MySQL/mysql-5.0 2006-03-28 13:28:34 +02:00
ndb_limit.result
ndb_load.result Fix test cases to work with non-standard --vardir. 2006-02-22 10:07:54 +01:00
ndb_lock.result cleanup of ndb invalidate dictionary cache 2006-03-08 15:29:57 +01:00
ndb_minmax.result
ndb_multi.result Bug #17414 ndb schema distribution functionality does not work on mysql servers without binlog 2006-02-16 00:30:56 +01:00
ndb_multi_row.result Tables are now removed remotely by binlog_thread 2006-03-06 18:06:21 +01:00
ndb_partition_error.result Fix for bug#15447 Partitions: NULL is treated as zero 2006-03-07 15:25:08 +04:00
ndb_partition_key.result Added new test cases for the bug #16806 2006-03-23 16:14:47 -05:00
ndb_partition_list.result Changed storage engine to be ndb 2006-03-15 16:02:11 +01:00
ndb_partition_range.result fixed order by in test 2006-03-02 08:44:11 +01:00
ndb_read_multi_range.result ndb - bug#17729 bug#18406 2006-03-28 14:38:16 +02:00
ndb_replace.result Merge mysql.com:/usr/local/home/marty/MySQL/mysql-5.0 2006-03-23 22:39:30 +01:00
ndb_restore.result ndb - 2006-03-10 21:43:50 +01:00
ndb_subquery.result
ndb_temporary.result Fix results due to change in SHOW CREATE TABLE output 2006-02-17 14:41:57 -08:00
ndb_transaction.result
ndb_truncate.result
ndb_types.result type_binary.result, type_binary.test: 2005-10-13 19:16:19 +05:00
ndb_update.result WL#1563 - Modify MySQL to support fast CREATE/DROP INDEX 2006-01-23 12:17:05 +01:00
ndb_view.result Bug #17206 Update through VIEW is not working 2006-02-08 18:08:18 +01:00
negation_elimination.result
not_embedded.require
not_embedded_server.result Implement WL#2661 "Prepared Statements: Dynamic SQL in Stored Procedures". 2005-09-03 03:13:18 +04:00
not_ndb.require wl2325 wl2324 2006-01-12 19:51:02 +01:00
not_openssl.require
not_row_based.require WL#1012: All changes as one single changeset. 2005-12-22 06:39:02 +01:00
null.result Bug#10460 SHOW CREATE TABLE uses inconsistent upper/lower case 2006-02-22 10:09:59 +01:00
null_key.result Fix for bug#11491 Misleading error message if not NULL column set to NULL, 2005-12-01 15:30:11 +04:00
odbc.result
olap.result Manual merge 2005-09-15 22:21:30 +04:00
openssl_1.result Improved testing of ssl and compression 2005-10-04 15:43:55 +02:00
openssl_2.result
order_by.result WL#2486 - natural and using join according to SQL:2003 2005-08-23 18:08:04 +03:00
order_fill_sortbuf.result
outfile.result Make it possible to run mysql-test-run.pl with default test suite in different vardir. 2006-01-24 08:30:54 +01:00
overflow.result
packet.result
partition.result Merge mronstrom@bk-internal.mysql.com:/home/bk/mysql-5.1-new 2006-04-01 00:59:25 -05:00
partition_02myisam.result Merge neptunus.(none):/home/msvensson/mysql/bug10460/my51-bug10460 2006-03-06 11:39:36 +01:00
partition_03ndb.result WL #2604: Partition Management 2006-01-17 08:40:00 +01:00
partition_charset.result Bug#14527: Partitions: table unreadable if partition name = c-cedilla 2006-03-02 12:25:02 +04:00
partition_error.result WL #2604: Partition Management 2006-01-17 08:40:00 +01:00
partition_hash.result BUG# 14524 - Partitions: crash if blackhole 2006-01-30 10:07:39 -06:00
partition_list.result Bug # 17173 - Partitions: less than search fails 2006-03-13 14:50:16 +01:00
partition_mgm_err.result BUG#15961: SUBPARTITION defined in non-subpartitioned table no error 2006-03-11 06:17:10 -08:00
partition_mgm_err2.result After merge fixes 2006-02-26 15:11:56 +02:00
partition_order.result Patch for push of wl1354 Partitioning 2005-07-18 13:31:02 +02:00
partition_pruning.result BUG#18558 "Partition pruning results are incorrect for certain class of WHERE clauses" : 2006-04-06 21:23:33 +04:00
partition_range.result Bug # 17173 - Partitions: less than search fails 2006-03-13 14:50:16 +01:00
preload.result
ps.result Merge mysql.com:/opt/local/work/tmp_merge2 2006-03-30 19:12:10 +04:00
ps_1general.result Bug #17805 Cluster_replication database should be renamed to just cluster 2006-03-01 13:31:21 +01:00
ps_2myisam.result Bug#10460 SHOW CREATE TABLE uses inconsistent upper/lower case 2006-02-22 10:09:59 +01:00
ps_3innodb.result Bug#10460 SHOW CREATE TABLE uses inconsistent upper/lower case 2006-02-22 10:09:59 +01:00
ps_4heap.result Bug#10460 SHOW CREATE TABLE uses inconsistent upper/lower case 2006-02-22 10:09:59 +01:00
ps_5merge.result Bug#10460 SHOW CREATE TABLE uses inconsistent upper/lower case 2006-02-22 10:09:59 +01:00
ps_6bdb.result Bug#10460 SHOW CREATE TABLE uses inconsistent upper/lower case 2006-02-22 10:09:59 +01:00
ps_7ndb.result Merge neptunus.(none):/home/msvensson/mysql/wl2930/my50-wl2930-integration 2005-12-20 14:35:52 +01:00
ps_10nestset.result
ps_11bugs.result
ps_grant.result Bug#14406 GRANTS ON objects with non-ascii names borked after FLUSH PRIVILEGES 2005-11-14 16:36:06 +04:00
query_cache.result After merge fixes 2006-02-26 15:11:56 +02:00
query_cache_merge.result
query_cache_notembedded.result We should prohobit concurent read of inserting file in SP 2006-03-15 19:15:52 +02:00
raid.result
range.result select.result, mysqldump-max.result: 2005-10-13 21:28:44 +05:00
read_only.result Add new option "check-testcases" to mysql-test-run.pl 2006-01-26 17:54:34 +01:00
rename.result
renamedb.result renamedb.test, renamedb.result: 2006-02-13 11:49:28 +04:00
repair.result
replace.result WL#1563 - Modify MySQL to support fast CREATE/DROP INDEX 2006-01-23 12:17:05 +01:00
rollback.result
row.result stop on NULL comparison only if it is allowed (BUG#12509) 2005-08-18 12:07:14 +03:00
rowid_order_bdb.result
rowid_order_innodb.result BUG#13484: In ha_innobase::cmp_ref call Field::key_cmp() as this is the function 2005-10-01 11:56:01 +04:00
rpl000001.a.result
rpl000001.b.result
rpl000010.result
rpl000011.result
rpl000013.result
rpl000017.result Merge neptunus.(none):/home/msvensson/mysql/mysqltestrun_check_testcases/my50-mysqltestrun_check_testcases 2006-02-07 17:20:50 +01:00
rpl000018.result
rpl_000015.result Updated test cases for testing Cluster Replication using the rpl* test cases 2006-01-18 00:45:23 +01:00
rpl_alter.result
rpl_alter_db.result BUG#17521 alter database crashes slave 2006-02-23 23:20:29 -05:00
rpl_auto_increment.result WL#1563 - Modify MySQL to support fast CREATE/DROP INDEX 2006-01-23 12:17:05 +01:00
rpl_bit.result Updated test cases for testing Cluster Replication using the rpl* test cases 2006-01-18 00:45:23 +01:00
rpl_bit_npk.result BUG#13418 (V2): Bit columns should replicate correctly when using RBR 2006-02-24 15:38:20 +01:00
rpl_chain_temp_table.result
rpl_change_master.result WL#1012: All changes as one single changeset. 2005-12-22 06:39:02 +01:00
rpl_commit_after_flush.result WL#1012: All changes as one single changeset. 2005-12-22 06:39:02 +01:00
rpl_create_database.result Bug #17805 Cluster_replication database should be renamed to just cluster 2006-03-01 13:31:21 +01:00
rpl_ddl.result Implementation of WL#2897: Complete definer support in the stored routines. 2006-03-02 15:18:49 +03:00
rpl_deadlock_innodb.result WL#1012: All changes as one single changeset. 2005-12-22 06:39:02 +01:00
rpl_delete_no_where.result WL#1012: All changes as one single changeset. 2005-12-22 06:39:02 +01:00
rpl_do_grant.result WL#1012: All changes as one single changeset. 2005-12-22 06:39:02 +01:00
rpl_drop.result
rpl_drop_db.result Test case clean-up do to causing other test failures 2006-01-06 01:09:17 +01:00
rpl_drop_temp.result More rpl test updates with using ndb as default engine 2006-02-07 14:51:46 +01:00
rpl_dual_pos_advance.result Fix for BUG#13023: "SQL Thread is up but doesn't move forward". Details in slave.cc; 2005-10-12 13:29:55 +02:00
rpl_EE_err.result RBR test updates per lars request 2006-01-11 20:02:11 +01:00
rpl_empty_master_crash.result
rpl_err_ignoredtable.result More rpl test updates with using ndb as default engine 2006-02-07 14:51:46 +01:00
rpl_failed_optimize.result Update after merge 5.0 -> 5.1 2006-02-07 19:18:33 +01:00
rpl_failsafe.result
rpl_flushlog_loop.result Made rpl_flushlog_loop use wait_slave_status instead of sleep. 2006-03-21 17:40:51 +01:00
rpl_foreign_key_innodb.result WL#1563 - Modify MySQL to support fast CREATE/DROP INDEX 2006-01-23 12:17:05 +01:00
rpl_free_items.result
rpl_get_lock.result
rpl_heap.result This patch removes the remaining TYPE= code from MySQL. It cleans up a number of tests where it was being called still (and failing). Also I cleaned up all of the extra scripts so that they now work. 2006-02-12 13:26:30 -08:00
rpl_ignore_grant.result
rpl_ignore_revoke.result Add new option "check-testcases" to mysql-test-run.pl 2006-01-26 17:54:34 +01:00
rpl_ignore_table.result BUG#15699 importing the fix from 5.0 2006-01-26 12:49:55 +02:00
rpl_ignore_table_update.result Implemented requested changes by Lars and did some general test cleanup. Lots more togo 2006-02-03 15:38:27 +01:00
rpl_init_slave.result
rpl_innodb.result Make it possible to run mysql-test-run.pl with default test suite in different vardir. 2006-01-24 08:30:54 +01:00
rpl_insert_id.result Implement suggestions from lars review 2006-02-08 16:47:46 +01:00
rpl_insert_id_pk.result Implement suggestions from lars review 2006-02-08 16:47:46 +01:00
rpl_insert_ignore.result
rpl_insert_select.result Added a test case for BUG#10456 2005-08-02 15:13:56 -06:00
rpl_LD_INFILE.result Fix test cases to work with non-standard --vardir. 2006-02-22 10:07:54 +01:00
rpl_load_from_master.result Bug #17805 Cluster_replication database should be renamed to just cluster 2006-03-01 13:31:21 +01:00
rpl_load_table_from_master.result Fix test cases to work with non-standard --vardir. 2006-02-22 10:07:54 +01:00
rpl_loaddata.result Merge mysql.com:/home/mydev/mysql-5.1 2006-02-10 20:00:22 +01:00
rpl_loaddata2.result Fix test cases to work with non-standard --vardir. 2006-02-22 10:07:54 +01:00
rpl_loaddata_m.result Bug #17805 Cluster_replication database should be renamed to just cluster 2006-03-01 13:31:21 +01:00
rpl_loaddata_s.result BUG#17339: Missed line in previous patch 2006-02-13 19:52:57 +01:00
rpl_loaddatalocal.result Make it possible to run mysql-test-run.pl with default test suite in different vardir. 2006-01-24 08:30:54 +01:00
rpl_loadfile.result Fix test cases to work with non-standard --vardir. 2006-02-22 10:07:54 +01:00
rpl_log_pos.result Updated test cases for testing Cluster Replication using the rpl* test cases 2006-01-18 00:45:23 +01:00
rpl_many_optimize.result
rpl_master_pos_wait.result
rpl_misc_functions.result Merge neptunus.(none):/home/msvensson/mysql/mysqltest_var/my51-mysqltest_var 2006-02-07 18:04:50 +01:00
rpl_mixed_ddl_dml.result Bug#10460 SHOW CREATE TABLE uses inconsistent upper/lower case 2006-02-22 10:09:59 +01:00
rpl_multi_delete.result test updates 2006-02-09 15:29:57 +01:00
rpl_multi_delete2.result test updates 2006-02-09 15:29:57 +01:00
rpl_multi_engine.result Bug#10460 SHOW CREATE TABLE uses inconsistent upper/lower case 2006-02-22 10:09:59 +01:00
rpl_multi_update.result WL#1012: All changes as one single changeset. 2005-12-22 06:39:02 +01:00
rpl_multi_update2.result - set 'updating' in both tables list if we have two of them (because of subquery) (BUG#13236) 2005-10-14 00:02:38 +03:00
rpl_multi_update3.result Update after merge 5.0 -> 5.1 2006-02-07 19:18:33 +01:00
rpl_multi_update4.result BUG#15699 importing the fix from 5.0 2006-01-26 12:49:55 +02:00
rpl_ndb_auto_inc.result Updated test cases 2006-02-13 16:36:11 +01:00
rpl_ndb_bank.result Bug #17805 Cluster_replication database should be renamed to just cluster 2006-03-01 13:31:21 +01:00
rpl_ndb_basic.result Bug#16228 (RBR: Slave SQL thread retries infinitely): 2006-03-07 13:29:53 +01:00
rpl_ndb_blob.result ndb - bug#18067 bug#18075 closes these bugs 2006-03-09 17:16:04 +01:00
rpl_ndb_blob2.result Updated test cases 2006-02-13 16:36:11 +01:00
rpl_ndb_charset.result wl#3023 clean up 2006-03-11 15:52:38 +01:00
rpl_ndb_commit_afterflush.result Test case updates and new test cases added to CRBR 2006-02-16 04:42:16 +01:00
rpl_ndb_dd_advance.result Test fix 2006-03-13 09:03:05 +01:00
rpl_ndb_dd_basic.result wl#3023 clean up 2006-03-11 15:52:38 +01:00
rpl_ndb_ddl.result Test case updates and new test cases added to CRBR 2006-02-16 04:42:16 +01:00
rpl_ndb_delete_nowhere.result Test updates 2006-02-15 14:02:47 +01:00
rpl_ndb_func003.result More test case updates for using RPL with NDB as default engine 2006-02-07 00:18:10 +01:00
rpl_ndb_idempotent.result Bug #17805 Cluster_replication database should be renamed to just cluster 2006-03-01 13:31:21 +01:00
rpl_ndb_insert_ignore.result Enabled test rpl_ndb_insert_ignore 2006-03-24 13:26:35 +01:00
rpl_ndb_load.result wl2325 wl2324 2006-01-12 19:51:02 +01:00
rpl_ndb_log.result wl#3023 clean up 2006-03-11 15:52:38 +01:00
rpl_ndb_multi.result Bug #17805 Cluster_replication database should be renamed to just cluster 2006-03-01 13:31:21 +01:00
rpl_ndb_multi_update2.result Test case updates and new test cases added to CRBR 2006-02-16 04:42:16 +01:00
rpl_ndb_multi_update3.result Test case updates and new test cases added to CRBR 2006-02-16 04:42:16 +01:00
rpl_ndb_relay_space.result First set of rpl test updated for NDB and general test cleanup 2006-02-03 01:59:02 +01:00
rpl_ndb_relayrotate.result Test case updates and new test cases added to CRBR 2006-02-16 04:42:16 +01:00
rpl_ndb_row_001.result Fix test cases to work with non-standard --vardir. 2006-02-22 10:07:54 +01:00
rpl_ndb_sp003.result test updates 2006-02-10 12:52:35 +01:00
rpl_ndb_sp006.result test updates 2006-02-10 12:52:35 +01:00
rpl_ndb_sync.result Bug #17805 Cluster_replication database should be renamed to just cluster 2006-03-01 13:31:21 +01:00
rpl_ndb_trig004.result Test updates 2006-02-15 14:02:47 +01:00
rpl_ndb_UUID.result Bug#10460 SHOW CREATE TABLE uses inconsistent upper/lower case 2006-02-22 10:09:59 +01:00
rpl_openssl.result WL#1012: All changes as one single changeset. 2005-12-22 06:39:02 +01:00
rpl_optimize.result
rpl_ps.result Fixed depedency problem with the following test. 2006-03-16 17:44:27 +02:00
rpl_rbr_to_sbr.result Re-enabling rpl_rbr_to_sbr.test as BUG#18108 was fixed 2006-03-14 14:21:28 +01:00
rpl_redirect.result BUG#17339: Most rpl tests need to execute sync_slave_with_master to ensure that cleanup is done on slave 2006-02-13 19:03:12 +01:00
rpl_relay_space_innodb.result First set of rpl test updated for NDB and general test cleanup 2006-02-03 01:59:02 +01:00
rpl_relay_space_myisam.result Missed a check in of new results for rpl_relay_space_myisam 2006-02-08 22:00:11 +01:00
rpl_relayrotate.result skip_name_resolve.result, skip_name_resolve.test: 2005-12-12 16:58:20 +01:00
rpl_relayspace.result
rpl_replicate_do.result Merge jmiller@bk-internal.mysql.com:/home/bk/mysql-5.1-new 2006-02-08 16:52:34 +01:00
rpl_replicate_ignore_db.result WL#1012: All changes as one single changeset. 2005-12-22 06:39:02 +01:00
rpl_rewrt_db.result Merge neptunus.(none):/home/msvensson/mysql/mysqltest_var/my50-mysqltest_var 2006-01-24 14:10:48 +01:00
rpl_rotate_logs.result WL#1012: All changes as one single changeset. 2005-12-22 06:39:02 +01:00
rpl_row_001.result Fix test cases to work with non-standard --vardir. 2006-02-22 10:07:54 +01:00
rpl_row_4_bytes.result WL#2977 and WL#2712 global and session-level variable to set the binlog format (row/statement), 2006-02-25 22:21:03 +01:00
rpl_row_basic_2myisam.result WL#3023 (RBR: Use locks in a statement-like manner): 2006-02-24 16:19:55 +01:00
rpl_row_basic_3innodb.result WL#3023 (RBR: Use locks in a statement-like manner): 2006-02-24 16:19:55 +01:00
rpl_row_basic_7ndb.result WL#3023 (RBR: Use locks in a statement-like manner): 2006-03-03 09:49:46 +01:00
rpl_row_basic_8partition.result Bug#18436 (RBR: Replication to partition engine triggers assertion on slave): 2006-03-27 14:58:37 +02:00
rpl_row_basic_11bugs.result Merge mysql.com:/home/bkroot/mysql-5.1-new 2006-03-03 09:57:42 +01:00
rpl_row_blob_innodb.result Updated result files 2006-02-16 23:10:52 +01:00
rpl_row_blob_myisam.result Updated result files 2006-02-16 23:10:52 +01:00
rpl_row_charset.result Test fixes 2006-03-10 17:31:07 +01:00
rpl_row_create_table.result Merge mysql.com:/home/bkroot/mysql-5.1-new 2006-03-07 10:00:13 +01:00
rpl_row_delayed_ins.result Merge mysqldev@production.mysql.com:my/mysql-5.1-release 2006-02-24 16:31:38 +01:00
rpl_row_drop.result WL#3023 (RBR: Use locks in a statement-like manner): 2006-03-03 09:49:46 +01:00
rpl_row_err_ignoredtable.result WL#1012: All changes as one single changeset. 2005-12-22 06:39:02 +01:00
rpl_row_flsh_tbls.result Update test results 2006-02-08 10:33:21 +01:00
rpl_row_func001.result WL#1012: All changes as one single changeset. 2005-12-22 06:39:02 +01:00
rpl_row_func002.result WL#1012: All changes as one single changeset. 2005-12-22 06:39:02 +01:00
rpl_row_func003.result WL#1012: All changes as one single changeset. 2005-12-22 06:39:02 +01:00
rpl_row_inexist_tbl.result WL#1012: All changes as one single changeset. 2005-12-22 06:39:02 +01:00
rpl_row_loaddata_m.result Fix test cases to work with non-standard --vardir. 2006-02-22 10:07:54 +01:00
rpl_row_log.result Bug#18280 (RBR: Extreneous maps when writing to general_log and slow_log): 2006-03-17 18:11:07 +01:00
rpl_row_log_innodb.result Bug#18280 (RBR: Extreneous maps when writing to general_log and slow_log): 2006-03-17 18:11:07 +01:00
rpl_row_max_relay_size.result Bug#18280 (RBR: Extreneous maps when writing to general_log and slow_log): 2006-03-17 18:11:07 +01:00
rpl_row_multi_query.result WL#1012: All changes as one single changeset. 2005-12-22 06:39:02 +01:00
rpl_row_mysqlbinlog.result rpl_row_mysqlbinlog.result, rpl_row_mysqlbinlog.test: 2006-02-22 23:11:42 +01:00
rpl_row_mystery22.result WL#1012: All changes as one single changeset. 2005-12-22 06:39:02 +01:00
rpl_row_NOW.result WL#1012: All changes as one single changeset. 2005-12-22 06:39:02 +01:00
rpl_row_reset_slave.result WL#1012: All changes as one single changeset. 2005-12-22 06:39:02 +01:00
rpl_row_sp001.result More test case updates for using RPL with NDB as default engine 2006-02-07 00:18:10 +01:00
rpl_row_sp002_innodb.result WL#1012: All changes as one single changeset. 2005-12-22 06:39:02 +01:00
rpl_row_sp003.result WL#1012: All changes as one single changeset. 2005-12-22 06:39:02 +01:00
rpl_row_sp005.result Missed a check in of new results for rpl_relay_space_myisam 2006-02-08 22:00:11 +01:00
rpl_row_sp006_InnoDB.result WL#1012: All changes as one single changeset. 2005-12-22 06:39:02 +01:00
rpl_row_sp007_innodb.result WL#1012: All changes as one single changeset. 2005-12-22 06:39:02 +01:00
rpl_row_sp008.result WL#3023 (RBR: Use locks in a statement-like manner): 2006-03-03 09:49:46 +01:00
rpl_row_sp009.result Missed a check in of new results for rpl_relay_space_myisam 2006-02-08 22:00:11 +01:00
rpl_row_sp010.result Test updates to use with a default engine of ndb 2006-02-17 20:29:46 +01:00
rpl_row_sp011.result WL#1012: All changes as one single changeset. 2005-12-22 06:39:02 +01:00
rpl_row_sp012.result WL#1012: All changes as one single changeset. 2005-12-22 06:39:02 +01:00
rpl_row_stop_middle.result WL#1012: All changes as one single changeset. 2005-12-22 06:39:02 +01:00
rpl_row_stop_middle_update.result Fix test cases to work with non-standard --vardir. 2006-02-22 10:07:54 +01:00
rpl_row_tabledefs.result WL#1012: All changes as one single changeset. 2005-12-22 06:39:02 +01:00
rpl_row_trig001.result Fix missing test cleanup 2006-02-10 10:18:57 +01:00
rpl_row_trig002.result More updates for using NDB as default and some bug fixes along the way 2006-02-08 13:08:19 +01:00
rpl_row_trig003.result WL#1012: All changes as one single changeset. 2005-12-22 06:39:02 +01:00
rpl_row_trig004.result Test updates 2006-02-15 14:02:47 +01:00
rpl_row_until.result WL#1012: All changes as one single changeset. 2005-12-22 06:39:02 +01:00
rpl_row_USER.result Updated test cases for testing Cluster Replication using the rpl* test cases 2006-01-18 00:45:23 +01:00
rpl_row_UUID.result Update test result 2006-03-06 20:09:16 +01:00
rpl_row_view01.result Missed a check in of new results for rpl_relay_space_myisam 2006-02-08 22:00:11 +01:00
rpl_server_id1.result WL#1012: All changes as one single changeset. 2005-12-22 06:39:02 +01:00
rpl_server_id2.result WL#1012: All changes as one single changeset. 2005-12-22 06:39:02 +01:00
rpl_session_var.result
rpl_set_charset.result
rpl_skip_error.result Merge jmiller@bk-internal.mysql.com:/home/bk/mysql-5.1-new 2006-02-08 16:52:34 +01:00
rpl_slave_status.result BUG#17339: Most rpl tests need to execute sync_slave_with_master to ensure that cleanup is done on slave 2006-02-13 19:03:12 +01:00
rpl_sp.result Merge mysql.com:/home/alik/Documents/AllProgs/MySQL/devel/5.0-tree 2006-03-09 20:41:21 +03:00
rpl_sp004.result WL#1012: All changes as one single changeset. 2005-12-22 06:39:02 +01:00
rpl_sp_effects.result Fix for BUG#12637: Make SPs+user variables replication work: 2005-09-07 19:39:47 +04:00
rpl_sporadic_master.result More updates for using NDB as default and some bug fixes along the way 2006-02-08 13:08:19 +01:00
rpl_start_stop_slave.result
rpl_stm_000001.result Merge neptunus.(none):/home/msvensson/mysql/mysqltest_var/my51-mysqltest_var 2006-02-07 18:04:50 +01:00
rpl_stm_charset.result Merge mysql.com:/usr_rh9/home/elkin.rh9/MySQL/Merge/5.0 2006-02-14 20:48:34 +02:00
rpl_stm_EE_err2.result WL#1563 - Modify MySQL to support fast CREATE/DROP INDEX 2006-01-23 12:17:05 +01:00
rpl_stm_flsh_tbls.result Merge neptunus.(none):/home/msvensson/mysql/mysqltestrun_check_testcases/my50-mysqltestrun_check_testcases 2006-02-07 17:20:50 +01:00
rpl_stm_log.result Test case 2006-02-17 00:54:00 +01:00
rpl_stm_max_relay_size.result WL#1012: All changes as one single changeset. 2005-12-22 06:39:02 +01:00
rpl_stm_multi_query.result WL#1012: All changes as one single changeset. 2005-12-22 06:39:02 +01:00
rpl_stm_mystery22.result WL#1012: All changes as one single changeset. 2005-12-22 06:39:02 +01:00
rpl_stm_no_op.result WL#1012: All changes as one single changeset. 2005-12-22 06:39:02 +01:00
rpl_stm_reset_slave.result WL#1012: All changes as one single changeset. 2005-12-22 06:39:02 +01:00
rpl_stm_until.result WL#1012: All changes as one single changeset. 2005-12-22 06:39:02 +01:00
rpl_switch_stm_row_mixed.result Fixes to the replication mixed mode (patch approved by Monty): 2006-03-13 15:34:30 +01:00
rpl_temp_table.result Implemented requested changes by Lars and did some general test cleanup. Lots more togo 2006-02-03 15:38:27 +01:00
rpl_temporary.result Merge mysql.com:/usr_rh9/home/elkin.rh9/MySQL/BARE/5.0 2006-04-09 19:38:59 +03:00
rpl_timezone.result BUG#16217 forced to introduce a separate mysql client command to adopt its 2006-02-09 16:23:09 +02:00
rpl_trigger.result Merge mysql.com:/home/alik/Documents/AllProgs/MySQL/devel/5.0-tree 2006-03-09 20:41:21 +03:00
rpl_trunc_temp.result Bug#17137 Running "truncate table" on temporary table leaves the table open on a slave 2006-03-08 10:15:48 +01:00
rpl_user_variables.result Updated test cases for testing Cluster Replication using the rpl* test cases 2006-01-18 00:45:23 +01:00
rpl_variables.result
rpl_view.result Updated tests from Lars Review 2005-12-23 14:45:02 +01:00
schema.result Bug #17805 Cluster_replication database should be renamed to just cluster 2006-03-01 13:31:21 +01:00
select.result Added a test case for bug #16504. 2006-03-31 23:12:05 -08:00
select_found.result
select_safe.result Fix bug #11864 non unique names are allowed in subquery 2005-08-10 17:45:00 +04:00
server_id.require
server_id1.require
show_check.result Merge neptunus.(none):/home/msvensson/mysql/bug10460/my51-bug10460 2006-03-06 11:39:36 +01:00
skip_grants.result Additional fix for BUG#16777: Can not create trigger nor view 2006-03-10 14:40:15 +03:00
skip_name_resolve.result skip_name_resolve.result, skip_name_resolve.test: 2005-12-12 16:58:20 +01:00
slave-running.result
slave-stopped.result
sp-big.result Patch for WL#2894: Make stored routine variables work 2005-12-07 17:01:17 +03:00
sp-code.result Bug#17360 sp-code test case broken 2006-02-15 14:12:36 +01:00
sp-destruct.result Fixed BUG#16303: erroneus stored procedures and functions should be droppable 2006-01-26 13:29:46 +01:00
sp-dynamic.result Patch for WL#2894: Make stored routine variables work 2005-12-07 17:01:17 +03:00
sp-error.result Merge mysql.com:/opt/local/work/tmp_merge2 2006-03-30 19:12:10 +04:00
sp-goto.result
sp-prelocking.result A fix and a test case for Bug#15683 "crash, Function on nested 2006-03-28 15:06:29 +04:00
sp-security.result Fixing test cases 2006-03-14 09:37:29 -08:00
sp-threads.result BUG#12228: Post review fixes: Added test case, code cleanup. 2005-08-10 21:17:02 +00:00
sp-vars.result Bug#10460 SHOW CREATE TABLE uses inconsistent upper/lower case 2006-02-22 10:09:59 +01:00
sp.result Merge april.(none):/home/svoj/devel/mysql/BUG14945/mysql-5.0 2006-04-06 16:44:26 +05:00
sp.result.orig Fixes to embedded server to be able to run tests with it 2006-02-24 18:34:15 +02:00
sp_notembedded.result Fixes to embedded server to be able to run tests with it 2006-02-24 18:34:15 +02:00
sp_trans.result Merge neptunus.(none):/home/msvensson/mysql/bug10656/my50-bug10656 2006-03-09 12:55:56 +01:00
sql_mode.result Merge mysql.com:/home/alik/Documents/AllProgs/MySQL/devel/5.0-tree 2006-03-09 20:41:21 +03:00
ssl.result Updated after testing 2005-10-13 11:28:06 +02:00
ssl_compress.result Updated after testing 2005-10-13 11:28:06 +02:00
status.result fix (bug #10303: Misleading Last_query_cost value). 2005-09-06 15:00:35 +05:00
strict.result Bug#10460 SHOW CREATE TABLE uses inconsistent upper/lower case 2006-02-22 10:09:59 +01:00
subselect.result Merge rurik.mysql.com:/home/igor/dev/mysql-5.0-0 2006-04-01 02:57:56 -08:00
subselect2.result After merge fixes 2005-10-10 19:38:58 +02:00
subselect_gis.result
subselect_innodb.result Add new option "check-testcases" to mysql-test-run.pl 2006-01-26 17:54:34 +01:00
subselect_notembedded.result Fixes to embedded server to be able to run tests with it 2006-02-24 18:34:15 +02:00
sum_distinct-big.result Patch for WL#2894: Make stored routine variables work 2005-12-07 17:01:17 +03:00
sum_distinct.result
symlink.result Bug#10460 SHOW CREATE TABLE uses inconsistent upper/lower case 2006-02-22 10:09:59 +01:00
synchronization.result Bug#10460 SHOW CREATE TABLE uses inconsistent upper/lower case 2006-02-22 10:09:59 +01:00
sysdate_is_now.result BUG#15101 SYSDATE() disregards SET TIMESTAMP. 2006-03-10 16:47:56 +02:00
system_mysql_db.result update 2006-03-25 13:14:52 +01:00
system_mysql_db_refs.result
tablelock.result
temp_table.result Bug#10460 SHOW CREATE TABLE uses inconsistent upper/lower case 2006-02-22 10:09:59 +01:00
testdb_only.require
timezone.result
timezone2.result Fix for bug#8294 Traditional: Misleading error message for invalid CAST to DATE 2005-12-02 15:01:44 +04:00
timezone3.result
timezone_grant.result Fix for bug#8294 Traditional: Misleading error message for invalid CAST to DATE 2005-12-02 15:01:44 +04:00
trigger-compat.result Merge neptunus.(none):/home/msvensson/mysql/mysqltestrun_check_testcases/my51-mysqltestrun_check_testcases 2006-02-07 17:57:26 +01:00
trigger-grant.result After-merge fixes. 2006-03-09 21:00:45 +03:00
trigger-trans.result Fix for bug #18153 "ALTER/OPTIMIZE/REPAIR on transactional tables corrupt 2006-03-24 14:58:18 +03:00
trigger.result Merge mysql.com:/opt/local/work/tmp_merge2 2006-03-30 19:12:10 +04:00
true.require
truncate.result
type_binary.result Bug#10460 SHOW CREATE TABLE uses inconsistent upper/lower case 2006-02-22 10:09:59 +01:00
type_bit.result Bug#10460 SHOW CREATE TABLE uses inconsistent upper/lower case 2006-02-22 10:09:59 +01:00
type_bit_innodb.result Bug#10460 SHOW CREATE TABLE uses inconsistent upper/lower case 2006-02-22 10:09:59 +01:00
type_blob.result Bug#10460 SHOW CREATE TABLE uses inconsistent upper/lower case 2006-02-22 10:09:59 +01:00
type_date.result Fix for bug#8294 Traditional: Misleading error message for invalid CAST to DATE 2005-12-02 15:01:44 +04:00
type_datetime.result Fix for bug#8294 Traditional: Misleading error message for invalid CAST to DATE 2005-12-02 15:01:44 +04:00
type_decimal.result merged 2006-03-06 23:20:19 +01:00
type_enum.result Bug#10460 SHOW CREATE TABLE uses inconsistent upper/lower case 2006-02-22 10:09:59 +01:00
type_float.result Bug#10460 SHOW CREATE TABLE uses inconsistent upper/lower case 2006-02-22 10:09:59 +01:00
type_nchar.result Bug#10460 SHOW CREATE TABLE uses inconsistent upper/lower case 2006-02-22 10:09:59 +01:00
type_newdecimal-big.result Merge WL#2984 2005-12-12 13:29:48 +03:00
type_newdecimal.result Bug#10460 SHOW CREATE TABLE uses inconsistent upper/lower case 2006-02-22 10:09:59 +01:00
type_ranges.result Fix for bug#8294 Traditional: Misleading error message for invalid CAST to DATE 2005-12-02 15:01:44 +04:00
type_set.result Bug#10460 SHOW CREATE TABLE uses inconsistent upper/lower case 2006-02-22 10:09:59 +01:00
type_time.result Merge BUG#15110 from 5.0 into 5.1. 2006-01-13 19:09:27 +03:00
type_timestamp.result Fixing test cases 2006-03-14 09:37:29 -08:00
type_uint.result Fix for bug#8294 Traditional: Misleading error message for invalid CAST to DATE 2005-12-02 15:01:44 +04:00
type_varchar.result Bug#10460 SHOW CREATE TABLE uses inconsistent upper/lower case 2006-02-22 10:09:59 +01:00
type_year.result
udf.result Bug#11835 CREATE FUNCTION crashes server 2006-03-21 10:54:26 +01:00
union.result merged 2006-03-06 23:20:19 +01:00
update.result Merge mysql.com:/opt/local/work/mysql-4.1-root 2006-02-02 18:17:18 +03:00
upgrade.result Bug#17142 Crash if create with encoded name 2006-03-07 13:05:24 +04:00
user_limits.result
user_var-binlog.result Merge mysql.com:/usr_rh9/home/elkin.rh9/MySQL/Merge/5.0 2006-02-14 20:48:34 +02:00
user_var.result Bug#10460 SHOW CREATE TABLE uses inconsistent upper/lower case 2006-02-22 10:09:59 +01:00
varbinary.result Fixed bug #16504. 2006-03-31 21:26:17 -08:00
variables.result Bug#10460 SHOW CREATE TABLE uses inconsistent upper/lower case 2006-02-22 10:09:59 +01:00
view.result Merge rurik.mysql.com:/home/igor/dev/mysql-5.0-0 2006-04-05 14:00:54 -07:00
view_grant.result Additional fix for BUG#16777: Can not create trigger nor view 2006-03-10 14:40:15 +03:00
view_query_cache.result We should not skip temptable view along with other derived 2005-12-01 12:01:38 +02:00
wait_timeout.result Bug#2845 client fails to reconnect if using TCP/IP 2006-02-16 12:02:38 +01:00
warnings.result Fixing test cases 2006-03-14 09:37:29 -08:00
windows.result Fix handling of filenames that start the same as reserved filenames 2005-08-31 18:32:15 -07:00
xa.result Bug#12935 Local and XA transactions not mutually exclusive 2005-10-05 19:58:16 +02:00
xml.result Bug#16233: XML: ExtractValue() fails with special characters 2006-04-11 13:25:02 +05:00