mariadb/mysql-test/r
unknown adce16f96f Fix LP BUG#718763
Analysis:
The reason for the crash was that the inner subquery was executed
via a scan on a final temporary table applied after all other
operations. This final operation is implemented by changing the
contents of the JOIN object of the subquery to represent a table
scan over the temp table. At the same time query optimization of
the outer subquery required evaluation of the inner subquery, which
happened before the actual EXPLAIN. The evaluation left the JOIN
object of the inner subquery in the changed state, where it represented
a table scan over a temp table, and EXPLAIN crashed because the temp
table is not associated with any table reference (TABLE_LIST object).
The reason the JOIN was not restored was because its saving/restoration
was controlled by the join->select_lex->uncacheable flag, which was
not set in the case of materialization.

Solution:
In the methods Item_in_subselect::[single | row]_value_transformer() set:
    select_lex->uncacheable|= UNCACHEABLE_EXPLAIN;
In addition, for symmetry, change:
    master_unit->uncacheable|= UNCACHEABLE_EXPLAIN;
instead of UNCACHEABLE_DEPENDENT because if a subquery was not
dependent initially, the changed methods do not change this
fact. The subquery may later become correlated if it is transformed
to an EXISTS query, but it may stay uncorrelated if executed via
materialization.
2011-03-03 23:48:31 +02:00
..
1st.result
alias.result
almost_full.result Bug #42408 Faulty regex for detecting [Warning] and [ERROR] in mysqld error log 2009-08-25 15:56:50 +02:00
alter_table-big.result Bug #49741 test files contain explicit references to bin/relay-log positions 2010-05-24 21:54:08 +08:00
alter_table.result Merge MySQL 5.1.44 into MariaDB. 2010-03-04 09:03:07 +01:00
alter_table_trans.result mysqltest now gives error messages with error code for my_delete, my_rename, my_copy etc. 2010-09-15 15:48:15 +03:00
analyse.result Bug #48293: crash with procedure analyse, view with > 10 columns, 2009-10-30 11:40:44 +02:00
analyze.result
ansi.result
archive-big.result
archive.result Better warning message if lock test fails 2010-12-10 17:04:09 +02:00
archive_bitfield.result
archive_gis.result MWL#128: Added into EXPLAIN output info about types of the used join buffers and 2010-10-18 13:33:05 -07:00
auto_increment.result Bug#46616: Merge 2009-08-20 14:30:59 +02:00
backup.result Bug#47974 'TYPE=storage_engine' is deprecated and will be 2010-02-09 11:30:50 +01:00
bench_count_distinct.result
big_test.require
bigint.result Bug #45360: wrong results 2010-02-25 23:13:11 +04:00
binary.result
binlog_tx_isolation.result
bool.result
bootstrap.result
bug39022.result A 5.1-only version of fix for bug #46947 "Embedded SELECT 2010-05-28 00:07:40 +04:00
bug46080.result fixed various pb2 test failures on windows. 2010-02-02 14:17:21 +02:00
bug46261.result Bug#46261 Plugins can be installed with --skip-grant-tables 2010-04-22 15:52:00 +02:00
bug46760.result Bug#46760: Fast ALTER TABLE no longer works for InnoDB 2009-09-18 16:01:18 +03:00
bug47671.result Merge with MySQL 5.1.42 2010-01-15 17:27:55 +02:00
bulk_replace.result
cache_innodb.result Post-merge fix for Bug#36326 2009-01-31 15:55:06 -02:00
case.result
case_insensitive_file_system.require Bug#37402: Mysql cant read partitioned table with capital letter in the name 2008-07-11 01:14:13 +02:00
case_insensitive_fs.require Bug#41049 does syntax "grant" case insensitive? 2009-10-27 12:09:19 +04:00
case_sensitive_file_system.require
cast.result Fix for bug#44743: Join in combination with concat does not always work 2009-05-21 13:06:43 +05:00
change_user.result pluggable auth with plugin examples 2010-03-29 17:13:53 +02:00
check.result 2. Slice of fix for Bug#42003 tests missing the disconnect of connections <> default 2009-02-05 21:47:23 +01:00
check_var_limit.require
client_xml.result merge of 38158 to 5.1-bugteam 2008-07-18 15:00:45 +03:00
comments.result
commit_1innodb.result Bug#54453: Failing assertion: trx->active_trans when renaming a 2010-07-20 14:36:15 -03:00
compare.result Fixed LP BUG#615760: Check on double cache assignment added into the transformation methods. 2010-09-06 15:34:24 +03:00
compress.result MWL#128: Added into EXPLAIN output info about types of the used join buffers and 2010-10-18 13:33:05 -07:00
concurrent_innodb_safelog.result Fix for Bug#42308 Several server tests do not pass MTR's --check option 2009-05-15 12:15:56 +02:00
concurrent_innodb_unsafelog.result Fix for Bug#42308 Several server tests do not pass MTR's --check option 2009-05-15 12:15:56 +02:00
connect.result bug#683112 Maria 5.2 incorrectly reports "(using password: NO)" even when password is specified 2010-12-20 19:19:24 +01:00
consistent_snapshot.result Bug#44664: valgrind warning for COMMIT_AND_CHAIN and ROLLBACK_AND_CHAIN 2009-05-11 20:54:00 -03:00
constraints.result
contributors.result
count_distinct.result Bug#47371 reference by same column name 2009-12-22 13:52:23 +04:00
count_distinct2.result
count_distinct3.result Bug#26887 - main.count_distinct3 fails randomly 2009-04-16 13:47:44 -04:00
crash_commit_before.result Added "pool-of-threads" handling (with libevent) 2009-03-13 00:27:35 +02:00
create-big.result Bug #49741 test files contain explicit references to bin/relay-log positions 2010-05-24 21:54:08 +08:00
create-uca.result Fix test suite so that it works when doing configure --without-uca 2009-12-27 15:54:41 +02:00
create.result Merge MariaDB-5.2 -> MariaDB 5.3 2010-03-20 15:01:47 +03:00
create_not_windows.result
create_select_tmp.result
csv.result merge 45482 2010-03-09 16:09:32 +01:00
csv_alter_table.result Bug#33970 Test main.csv_alter_table disabled. 2008-11-17 15:25:27 -05:00
csv_not_null.result Bug #39265: fix for the bug 33699 should be reverted 2009-02-05 13:49:32 +04:00
ctype_ascii.result
ctype_big5.result
ctype_collate.result Backport into MariaDB-5.2 the following: 2009-12-15 10:16:46 +03:00
ctype_cp932_binlog_row.result Merge BUG#43263 from 5.0-bugteam to 5.1-bugteam 2009-05-31 13:44:41 +08:00
ctype_cp932_binlog_stm.result Bug #49741 test files contain explicit references to bin/relay-log positions 2010-05-24 21:54:08 +08:00
ctype_cp1250_ch.result
ctype_cp1251.result MWL#67: MRR backport 2009-12-22 15:33:21 +03:00
ctype_create.result
ctype_eucjpms.result Merge 5.3-mwl128 -> 5.3 2010-10-27 16:31:22 -07:00
ctype_euckr.result Backporting "WL#3332 Korean Enhancements" and 2009-07-24 11:27:23 +05:00
ctype_filename.result
ctype_filesystem.result Addendum to bug #37339 : make the test case portable to windows 2008-12-01 13:34:53 +02:00
ctype_gb2312.result
ctype_gbk.result
ctype_gbk_binlog.result Apply patch from Bug#46010. 2009-09-30 08:35:31 +02:00
ctype_hebrew.result
ctype_latin1.result
ctype_latin1_de.result
ctype_latin2.result
ctype_latin2_ch.result
ctype_ldml.result Bug #51976 LDML collations issue 2010-03-22 16:27:59 +04:00
ctype_many.result
ctype_mb.result
ctype_recoding.result Manual merge. 2009-08-10 15:46:20 -03:00
ctype_sjis.result Bug#44352 UPPER/LOWER function doesn't work correctly 2009-05-05 11:55:22 +05:00
ctype_tis620.result
ctype_uca.result Added more general support for sorting 2 characters as one (contractions) 2009-11-30 14:42:24 +02:00
ctype_ucs.result Merge with MySQL 5.1.47 2010-05-26 21:55:40 +03:00
ctype_ucs2_def.result
ctype_ujis.result
ctype_ujis_ucs2.result
ctype_utf8.result Merge. 2010-12-10 23:23:34 -08:00
date_formats.result Fix Bug #35261: date_format test fails if new variables LIKE '%e_format' are added 2009-01-13 23:29:11 +01:00
ddl_i18n_koi8r.result Fix for Bug#42308 Several server tests do not pass MTR's --check option 2009-05-15 12:15:56 +02:00
ddl_i18n_utf8.result Fix for Bug#42308 Several server tests do not pass MTR's --check option 2009-05-15 12:15:56 +02:00
deadlock_innodb.result
debug_sync.result WL#4259 - Debug Sync Facility 2009-09-29 17:38:40 +02:00
default.result Bug#33717 INSERT...(default) fails for enum. Crashes CSV tables, loads spaces for MyISAM 2010-02-17 16:13:42 +04:00
delayed.result Merge with MySQL 5.1.42 2010-01-15 17:27:55 +02:00
delete.result Bug #53034: Multiple-table DELETE statements not accepting 2010-08-31 02:16:38 +04:00
derived.result MWL#128: Added into EXPLAIN output info about types of the used join buffers and 2010-10-18 13:33:05 -07:00
dirty_close.result Last slice of fix for Bug#42003 tests missing the disconnect of connections <> default 2009-03-03 21:34:18 +01:00
disabled_partition.require Bug#39893: Crash if select on a partitioned table, when partitioning is disabled 2009-01-08 15:16:44 +01:00
distinct.result MWL#128: Added into EXPLAIN output info about types of the used join buffers and 2010-10-18 13:33:05 -07:00
drop.result Fix that one can run mysql_upgrade with long table names 2010-09-03 19:20:30 +03:00
empty_table.result
endspace.result
error_simulation.result Bug#41660: Sort-index_merge for non-first join table may 2010-06-24 15:21:23 +02:00
errors.result
events_1.result
events_2.result Bug#35981: ALTER EVENT causes the server to change the PRESERVE option. 2008-08-18 13:05:51 +02:00
events_bugs.result MWL#43 CREATE TABLE options (by Sanja) 2010-04-08 14:10:05 +02:00
events_embedded.result
events_grant.result
events_logs_tests.result
events_microsec.result
events_restart.result
events_scheduling.result Backport from next-mr-bugfixing of tor.didriksen@sun.com-20100106140051-3j2iuag63eltsr2e 2010-05-19 11:18:59 +02:00
events_stress.result Merge XtraDB 6 into MariaDB. 2009-08-03 22:09:53 +02:00
events_time_zone.result Fix for Bug#39979 main.events_time_zone does not clean up 2008-11-14 17:18:20 +01:00
events_trans.result
events_trans_notembedded.result
execution_constants.result
explain.result Merge. 2010-12-10 23:23:34 -08:00
fix_priv_tables.result
flush.result
flush2.result
flush_block_commit.result Last slice of fix for Bug#42003 tests missing the disconnect of connections <> default 2009-03-03 21:34:18 +01:00
flush_block_commit_notembedded.result Bug #49741 test files contain explicit references to bin/relay-log positions 2010-05-24 21:54:08 +08:00
flush_read_lock_kill.result Last slice of fix for Bug#42003 tests missing the disconnect of connections <> default 2009-03-03 21:34:18 +01:00
flush_table.result
foreign_key.result Fix for: Bug#44987 DELETE IGNORE and FK constraint 2010-03-10 15:39:02 +02:00
fulltext.result Merge with MySQL 5.1.53 2010-11-25 00:57:34 +02:00
fulltext2.result
fulltext3.result
fulltext_cache.result
fulltext_distinct.result
fulltext_left_join.result
fulltext_multi.result
fulltext_order_by.result Bug #49734: Crash on EXPLAIN EXTENDED UNION ... ORDER BY <any non-const-function> 2009-12-22 17:52:15 +02:00
fulltext_plugin.result BUG#39746 - Debug flag breaks struct definition 2008-12-17 17:24:34 +04:00
fulltext_update.result
fulltext_var.result
func_compress.result Bug #32223 SETting max_allowed_packet variable 2009-06-19 11:27:19 +02:00
func_concat.result MariaDB 5.2 -> MariaDB 5.3 merge 2010-06-26 14:05:41 +04:00
func_crypt.result Manual merge. 2009-06-01 16:00:38 +04:00
func_date_add.result
func_default.result
func_des_encrypt.result Bug #35087: Inserting duplicate values at one time with DES_ENCRYPT leads 2009-04-17 18:52:57 +03:00
func_encrypt.result ENCRYPT function always returns NULL on windows. 2009-04-27 15:05:01 +05:00
func_encrypt_nossl.result
func_equal.result
func_gconcat.result Merge. 2010-12-10 23:23:34 -08:00
func_group.result Bug #46680: Assertion failed in file item_subselect.cc, line 305 crashing on HAVING subquery 2010-12-25 16:23:16 +03:00
func_group_innodb.result MWL#128: Added into EXPLAIN output info about types of the used join buffers and 2010-10-18 13:33:05 -07:00
func_if.result auto merge 5.0-bugteam --> 5.1-bugteam (bug 40761) 2008-12-12 18:19:33 +04:00
func_in.result Merge 5.2->5.3 2010-10-10 17:18:11 +03:00
func_isnull.result Bug#53933 crash when using uncacheable subquery in the having clause of outer query 2010-06-08 10:22:40 +04:00
func_like.result Fix for bug #54575: crash when joining tables with unique set column 2010-06-20 02:02:58 +04:00
func_math.result Bug#57477 SIGFPE when dividing a huge number a negative number 2010-10-27 18:12:10 +04:00
func_misc.result Merge with MySQL 5.1.53 2010-11-25 00:57:34 +02:00
func_op.result
func_regexp.result Merge 2008-09-05 13:36:02 +05:00
func_rollback.result
func_sapdb.result Bug #55565: debug assertion when ordering by expressions with user 2010-08-13 16:05:46 +03:00
func_set.result Bug#45168: assertion with convert() and empty set value 2009-06-16 16:36:15 +02:00
func_str.result MWL#128: Added into EXPLAIN output info about types of the used join buffers and 2010-10-18 13:33:05 -07:00
func_system.result
func_test.result
func_time.result 5.1.51 merge 2010-10-19 15:58:35 +02:00
func_timestamp.result
gcc296.result
gis-rtree.result Merge MySQL 5.1.46 into MariaDB. 2010-04-28 14:52:24 +02:00
gis.result Merge. 2010-10-30 06:07:45 -07:00
grant.result merge with 5.1 2010-11-30 23:11:03 +02:00
grant2.result pluggable auth with plugin examples 2010-03-29 17:13:53 +02:00
grant3.result Follow up for bug#36742. Changed test case for bug#19828 2010-10-18 21:03:53 +07:00
grant_cache_no_prot.result Fix for Bug#42308 Several server tests do not pass MTR's --check option 2009-05-15 12:15:56 +02:00
grant_cache_ps_prot.result Fix for Bug#42308 Several server tests do not pass MTR's --check option 2009-05-15 12:15:56 +02:00
grant_lowercase_fs.result Bug#41049 does syntax "grant" case insensitive? 2009-10-27 12:09:19 +04:00
greedy_optimizer.result MWL#128: Added into EXPLAIN output info about types of the used join buffers and 2010-10-18 13:33:05 -07:00
group_by.result Merge. 2010-12-10 23:23:34 -08:00
group_min_max.result Merge. 2010-10-30 06:07:45 -07:00
group_min_max_innodb.result
have_binlog_format_mixed.require
have_binlog_format_row.require
have_binlog_format_statement.require
have_community_features.require Pull 5.1 treatment of community features into 5.0. 2009-05-05 17:03:23 -04:00
have_compress.require
have_crypt.require
have_debug.require
have_debug_sync.require WL#4259 - Debug Sync Facility 2009-09-29 17:38:40 +02:00
have_dynamic_loading.require
have_example_plugin.require
have_geometry.require
have_local_infile.require
have_log_bin.require
have_met_timezone.require
have_moscow_leap_timezone.require
have_mysql_upgrade.result
have_ndb_extra.require
have_ndbapi_examples.require
have_outfile.require Merge 5.0 -> 5.1 2009-02-03 14:45:17 +01:00
have_partition.require
have_perror.require
have_pool_of_threads.require Added "pool-of-threads" handling (with libevent) 2009-03-13 00:27:35 +02:00
have_query_cache.require
have_simple_parser.require BUG#39746 - Debug flag breaks struct definition 2008-12-17 17:24:34 +04:00
have_ssl.require
have_symlink.require
have_udf_example.require
have_working_dns.require MBug#443092: test cases mysql and mysql_upgrade fails with wildcard DNS 2009-10-05 15:22:23 +02:00
having.result Reverted the MySQL fix for bug 51242 that was rejected once for mariadb-5.1.48 2010-10-14 14:47:38 -07:00
heap.result Backport into MariaDB-5.2 the following: 2009-12-15 10:16:46 +03:00
heap_auto_increment.result
heap_btree.result Fix for LP BUG#606013: Adding bit field support for heap tables. 2010-11-23 12:35:37 +02:00
heap_hash.result Fix for LP BUG#606013: Adding bit field support for heap tables. 2010-11-23 12:35:37 +02:00
help.result
index_intersect.result Fixed build issues 2011-02-23 14:46:16 +02:00
index_intersect_innodb.result Fixed compiler warnings and some test failures found by buildbot 2011-02-23 02:06:58 +02:00
index_merge_innodb.result Merge backported subquery bugfixes/testcases into MariaDB 5.3 2011-01-14 13:07:50 +03:00
index_merge_myisam.result Merge 2010-12-27 14:22:05 -08:00
information_schema.result Merge 5.3-mwl128 -> 5.3 2010-10-27 16:31:22 -07:00
information_schema_all_engines.result merge with 5.1 2010-09-11 20:43:48 +02:00
information_schema_chmod.result
information_schema_db.result merge 5.1-> 5.2 2009-12-08 23:47:54 +02:00
information_schema_inno.result
information_schema_part.result Bug#38909 CREATE_OPTIONS in information_schema produces wrong results 2008-11-13 16:11:51 +04:00
init_connect.result
init_file.result Bug #42507 mtr2: the --check is fooled up by a code executed in --init_file 2009-04-02 13:00:44 +02:00
innodb-analyze.result XtraDB after-merge fixes. 2009-06-09 15:19:13 +02:00
innodb-consistent.result Merge XtraDB 9 into MariaDB. 2010-01-15 16:58:25 +01:00
innodb-index_ucs2.result XtraDB after-merge fixes. 2009-06-09 15:19:13 +02:00
innodb-lock.result Remove outdated InnoDB Plugin tests from mysql-test/suite/innodb, 2010-04-12 14:56:24 +03:00
innodb-replace.result Remove outdated InnoDB Plugin tests from mysql-test/suite/innodb, 2010-04-12 14:56:24 +03:00
innodb-semi-consistent.result Remove outdated InnoDB Plugin tests from mysql-test/suite/innodb, 2010-04-12 14:56:24 +03:00
innodb-timeout.result Fixes for some randomly occuring test failures in Buildbot. 2010-01-18 13:56:10 +01:00
innodb-zip.result Merge XtraDB 9 into MariaDB. 2010-01-15 16:58:25 +01:00
innodb.result Merge 5.2->5.3 2010-10-10 17:18:11 +03:00
innodb_bug34053.result Remove outdated InnoDB Plugin tests from mysql-test/suite/innodb, 2010-04-12 14:56:24 +03:00
innodb_bug34300.result Remove outdated InnoDB Plugin tests from mysql-test/suite/innodb, 2010-04-12 14:56:24 +03:00
innodb_bug35220.result Remove outdated InnoDB Plugin tests from mysql-test/suite/innodb, 2010-04-12 14:56:24 +03:00
innodb_bug36169.result Merge XtraDB 9 into MariaDB. 2010-01-15 16:58:25 +01:00
innodb_bug36172.result XtraDB after-merge fixes. 2009-06-09 15:19:13 +02:00
innodb_bug40360.result XtraDB after-merge fixes. 2009-06-09 15:19:13 +02:00
innodb_bug41904.result XtraDB after-merge fixes. 2009-06-09 15:19:13 +02:00
innodb_bug44571.result Merge XtraDB 9 into MariaDB. 2010-01-15 16:58:25 +01:00
innodb_bug46676.result Merge XtraDB 9 into MariaDB. 2010-01-15 16:58:25 +01:00
innodb_bug47167.result Merge XtraDB 9 into MariaDB. 2010-01-15 16:58:25 +01:00
innodb_file_format.result Merge XtraDB 9 into MariaDB. 2010-01-15 16:58:25 +01:00
innodb_icp.result Backported test case for bug #36981. 2011-02-08 19:17:12 -08:00
innodb_ignore_builtin.result fixed for mysql-test-run to 2010-06-10 11:11:52 +02:00
innodb_information_schema.result XtraDB after-merge fixes. 2009-06-09 15:19:13 +02:00
innodb_mrr.result Merge 5.3-subquery-bugfixing -> 5.3 2011-01-18 00:26:04 +03:00
innodb_mrr_cpk.result Address problems uncovered by buildbot 2010-11-02 19:32:26 +03:00
innodb_mysql_lock2.result A 5.1-only version of fix for bug #46947 "Embedded SELECT 2010-05-28 00:07:40 +04:00
innodb_trx_weight.result Remove outdated InnoDB Plugin tests from mysql-test/suite/innodb, 2010-04-12 14:56:24 +03:00
innodb_utf8.result Fix test suite so that it works when doing configure --without-uca 2009-12-27 15:54:41 +02:00
insert.result 5.1.51 merge 2010-10-19 15:58:35 +02:00
insert_notembedded.result
insert_select.result Merge with MySQL 5.1, with following additions: 2009-11-16 21:49:51 +01:00
insert_update.result Fix for Bug#43546 Several 5.0 tests do not pass MTR's --check option 2009-04-28 20:12:18 +02:00
is_debug_build.require
is_embedded.require
isam.result
join.result BUG#724275: Crash in JOIN::optimize in maria-5.3 2011-03-01 00:29:59 +03:00
join_cache.result Moved the test case for LP bug 725050 into a new test file. 2011-02-28 17:27:41 -08:00
join_crash.result
join_nested.result Fixed LP bug #698882. 2011-01-15 11:14:36 -08:00
join_nested_jcl6.result BNLH algorithm always used a full table scan over the joined table 2011-02-23 22:23:12 -08:00
join_outer.result Merge. 2010-12-10 23:23:34 -08:00
join_outer_innodb.result Backport into MariaDB-5.2 the following: 2009-12-15 10:16:46 +03:00
join_outer_jcl6.result BNLH algorithm always used a full table scan over the joined table 2011-02-23 22:23:12 -08:00
key.result
key_cache.result Merge 2010-11-02 16:30:42 -07:00
key_diff.result MWL#128: Added into EXPLAIN output info about types of the used join buffers and 2010-10-18 13:33:05 -07:00
key_primary.result
keywords.result
kill.result
limit.result Added tests to cover more server code 2009-06-07 13:05:19 +03:00
loaddata.result Bug #51876: crash/memory underrun when loading data with ucs2 2010-07-14 14:54:51 +03:00
loaddata_autocom_innodb.result
locale.result Bug#43207 wrong LC_TIME names for romanian locale 2009-10-19 13:44:44 +05:00
lock.result Bug#39843 DELETE requires write access to table in subquery in where clause 2009-03-05 15:22:33 +01:00
lock_multi.result - Fixed that Aria works with HANDLER commands 2011-01-10 23:22:40 +02:00
lock_multi_bug38499.result Reduce test case runtime. 2009-08-28 18:49:16 -03:00
lock_multi_bug38691.result Reduce test case runtime. 2009-08-28 18:49:16 -03:00
lock_sync.result A 5.1-only version of fix for bug #46947 "Embedded SELECT 2010-05-28 00:07:40 +04:00
lock_tables_lost_commit.result 1. Slice of fix for Bug#42003 tests missing the disconnect of connections <> default 2009-02-02 22:20:25 +01:00
log_slow.result This is based on the userstatv2 patch from Percona and OurDelta. 2009-10-19 20:14:48 +03:00
log_state.result Bug #49756 Rows_examined is always 0 in the slow query log for 2010-05-12 13:19:12 +02:00
log_tables-big.result
log_tables.result virtual columns: 2010-12-31 10:39:14 +01:00
log_tables_debug.result Post-merge fix: modify regular expression to better handle 24 hour 2009-06-15 20:27:27 -03:00
log_tables_upgrade.result Fixed build failures 2010-09-06 02:15:34 +03:00
long_tmpdir.result
lowercase0.require Bug#37402: Mysql cant read partitioned table with capital letter in the name 2008-07-11 01:14:13 +02:00
lowercase1.require
lowercase2.require
lowercase_fs_off.result Bug#41049 does syntax "grant" case insensitive? 2009-10-27 12:09:19 +04:00
lowercase_mixed_tmpdir.result
lowercase_mixed_tmpdir_innodb.result Merge 5.3-mwl128 -> 5.3 2010-10-27 16:31:22 -07:00
lowercase_table.result
lowercase_table2.result Addendum #4 to bug #53095 2010-07-21 18:05:57 +03:00
lowercase_table3.result Bug #42408 Faulty regex for detecting [Warning] and [ERROR] in mysqld error log 2009-08-28 16:13:27 +02:00
lowercase_table4.result Bug #46941 crash with lower_case_table_names=2 and foreign key 2010-10-19 12:27:09 +02:00
lowercase_table_grant.result
lowercase_table_qcache.result
lowercase_utf8.result 5.0->bugteam->5.1-bugteam merge 2009-02-18 16:09:46 +04:00
lowercase_view.result Bug #53095: SELECT column_name FROM INFORMATION_SCHEMA.STATISTICS 2010-06-25 15:59:44 +03:00
maria_icp.result Backported test case for bug #36981. 2011-02-08 19:17:12 -08:00
maria_mrr.result MWL#121-125 DS-MRR improvements 2010-12-02 14:10:52 +03:00
merge-big.result Fix merge-big.test to properly restore debug settings. 2009-10-03 21:12:24 +02:00
merge.result Merge with 5.1-release. 2010-12-06 10:25:44 +02:00
merge_debug.result Fix for: LP #634955: Assert in _ma_update_at_original_place() 2010-11-02 17:22:57 +02:00
merge_innodb.result
metadata.result Bug#41788 mysql_fetch_field returns org_table == table by a view 2010-03-12 10:33:16 +04:00
mix2_myisam.result Backport into MariaDB-5.2 the following: 2009-12-15 10:16:46 +03:00
mix2_myisam_ucs2.result
multi_statement.result
multi_update.result Bug#54543: update ignore with incorrect subquery leads to assertion failure: 2010-09-07 09:58:05 +02:00
multi_update2.result Fix for Bug#26890 main.multi_update times out 2008-11-19 19:17:26 +01:00
multi_update_tiny_hash.result
myisam-blob.result
myisam-system.result
myisam.result MWL#128: Added into EXPLAIN output info about types of the used join buffers and 2010-10-18 13:33:05 -07:00
myisam_crash_before_flush_keys.result BUG#47455 - The myisam_crash_before_flush_keys test fails on Windows 2009-10-14 16:26:16 +05:00
myisam_debug.result Speed up of test suite: 2009-10-28 09:52:34 +02:00
myisam_icp.result Merge with bugfix 2011-02-18 21:45:32 +02:00
myisam_mrr.result Fixed LP bug #698882. 2011-01-15 11:14:36 -08:00
myisampack.result merge 5.0-bugteam to 5.1-bugteam 2009-04-07 17:06:15 +05:30
mysql-bug41486.result MWL#17: Table elimination 2009-06-25 02:44:14 +04:00
mysql-bug45236.result Bug #45236: large blob inserts from mysqldump fail, possible 2009-06-10 11:24:47 +04:00
mysql.result Merge approved bug fix 2009-12-17 12:06:36 -08:00
mysql_client_test.result Bug#54041: MySQL 5.0.92 fails when tests from Connector/C suite run 2010-07-30 09:17:10 -03:00
mysql_comments.result
mysql_cp932.result
mysql_protocols.result
mysql_upgrade.result Fixed build failures 2010-09-06 02:15:34 +03:00
mysqladmin.result
mysqlbinlog-cp932.result Apply patch from Bug#46010. 2009-09-30 08:35:31 +02:00
mysqlbinlog.result Bug #50407 mysqlbinlog --database=X produces bad output for SAVEPOINTs 2010-03-28 19:57:33 +08:00
mysqlbinlog2.result
mysqlbinlog_base64.result Rmove RESET MASTER from have_log_bin.inc because it can cause some 2008-07-28 15:15:20 +08:00
mysqlbinlog_row.result Postfix of tests after merge 2008-09-06 12:49:43 +08:00
mysqlbinlog_row_big.result Test suite fixes: 2009-10-04 01:20:51 +02:00
mysqlbinlog_row_innodb.result BUG#49618: Field length stored incorrectly in binary log 2010-03-22 13:10:18 +01:00
mysqlbinlog_row_myisam.result Postfix of tests after merge 2008-09-06 12:49:43 +08:00
mysqlbinlog_row_trans.result Post-fix for BUG#28976. 2009-08-27 10:32:27 +01:00
mysqlcheck.result Fixed build failures 2010-09-06 02:15:34 +03:00
mysqld_option_err.result When using --help --verbose give error and abort if there are any unknown options 2009-10-02 14:09:01 +03:00
mysqldump-compat.result
mysqldump-max.result manual merge 2009-02-19 18:22:28 +01:00
mysqldump-no-binlog.result
mysqldump.result fixes for windows 2010-09-20 15:17:59 +02:00
mysqldump_restore.result Bug#40465 - mysqldump.test does no checking of dump or restore 2009-05-22 10:38:17 -04:00
mysqlhotcopy_archive.result Patch for bug#52913 including all review results and changes of date format. 2010-06-03 10:31:26 +02:00
mysqlhotcopy_myisam.result Patch for bug#52913 including all review results and changes of date format. 2010-06-03 10:31:26 +02:00
mysqlshow.result Fix Valgrind errors seen in buildbot. 2009-04-08 18:55:26 +02:00
mysqlslap.result Fix some test failures found during RPM package building: 2009-09-25 16:38:02 +02:00
mysqltest.result Merge with MySQL 5.1.52 2010-11-23 23:39:59 +02:00
mysqltest_ps.result Implement mysqltest --enable_prepare_warnings to properly fix some test failures. 2009-10-09 10:09:24 +02:00
named_pipe.result Fix test suite - adjust result files 2011-02-12 17:44:01 +01:00
ndb_default_cluster.require
negation_elimination.result Backport into MariaDB-5.2 the following: 2009-12-15 10:16:46 +03:00
no-threads.result
no_binlog.result BUG#50780: 'show binary logs' debug assertion when binary 2010-02-05 17:51:55 +00:00
not_embedded.require
not_embedded_server.result Merge of fix for Bug#44522 main.not_embedded_server fails with "--check-testcases" 2009-04-30 12:26:11 +02:00
not_ndb.require
not_ndb_default.require
not_openssl.require
not_partition.require
not_partition.result Fixed failing test cases after update of xtradb 2010-09-05 13:52:33 +03:00
not_staging.require Add include files required for --staging-run 2009-06-05 18:36:14 +03:00
not_true.require Bug#32430: 'show innodb status' causes errors 2009-09-25 11:26:49 +02:00
not_valgrind.require
not_windows.require
null.result Backport into MariaDB-5.2 the following: 2009-12-15 10:16:46 +03:00
null_key.result Ported the fix for bug #57024 (a performance issue for outer joins). 2010-10-06 13:27:12 -07:00
odbc.result
olap.result Automerge. 2009-11-06 17:54:19 +03:00
old-mode.result
one_thread_per_connection.require
openssl_1.result Fixed some bugs in the Maria storage engine 2010-06-14 01:13:32 +03:00
optimizer_switch.result Introduced optimizer switch flag 'optimize_join_buffer_size'. 2011-02-04 19:06:35 -08:00
order_by.result Fixed LP bug #707848. 2011-01-26 20:45:23 -08:00
order_fill_sortbuf.result
outfile.result Merge 5.0 -> 5.1 2009-02-03 14:45:17 +01:00
outfile_loaddata.result Bug #53088: mysqldump with -T & --default-character-set set 2010-05-07 00:41:37 +04:00
overflow.result
packet.result Bug #32223 SETting max_allowed_packet variable 2009-06-19 11:27:19 +02:00
parser.result Move test for bug 39559, which uses command-line mysql client 2009-04-17 16:00:53 -04:00
parser_bug21114_innodb.result
parser_not_embedded.result The mysql command-line client would include superfluous spaces at the end of 2009-05-20 17:04:44 -07:00
parser_precedence.result
parser_stack.result Bug#35577 (CREATE PROCEDURE causes either crash or syntax error depending on 2008-07-14 15:41:30 -06:00
partition.result merge 2010-10-01 15:41:27 +02:00
partition_archive.result Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output 2008-11-04 08:43:21 +01:00
partition_binlog_stmt.result Fix test failure when the mysql-test/ directory is not writable. 2010-11-24 18:51:31 +01:00
partition_blackhole.result
partition_bug18198.result Bug #42849: innodb crash with varying time_zone on partitioned 2009-12-13 23:29:50 +03:00
partition_charset.result
partition_csv.result A few suppression follow-ups 2009-09-03 08:38:06 +02:00
partition_datatype.result 5.0-bugteam->5.1-bugteam merge 2008-12-09 15:16:39 +04:00
partition_debug_sync.result Bug#42438: Crash ha_partition::change_table_ptr 2010-02-01 16:07:00 +01:00
partition_disabled.result Bug#39893: Crash if select on a partitioned table, when partitioning is disabled 2009-01-08 15:16:44 +01:00
partition_error.result Bug #56709: Memory leaks at running the 5.1 test suite 2010-09-22 23:33:18 +04:00
partition_example.result A temporary solution to make CREATE TABLE attributes 2010-05-11 16:49:23 +02:00
partition_federated.result
partition_grant.result
partition_hash.result Bug#53806: Wrong estimates for range query in partitioned MyISAM table 2010-08-27 10:43:51 +02:00
partition_innodb.result merging. 2010-10-15 20:13:35 +05:00
partition_innodb_builtin.result Bug#32430: 'show innodb status' causes errors 2009-09-25 11:26:49 +02:00
partition_innodb_plugin.result Bug#32430: 'show innodb status' causes errors 2009-09-25 11:26:49 +02:00
partition_innodb_semi_consistent.result MBug#687320: Fix sporadic test failures in innodb_mysql.test and partition_innodb_semi_consistent.test 2010-12-08 14:34:08 +01:00
partition_innodb_stmt.result Bug#39084: Getting intermittent errors with statement-based binary logging 2008-10-29 21:20:04 +01:00
partition_list.result
partition_mgm.result Move test for bug 39559, which uses command-line mysql client 2009-04-17 16:00:53 -04:00
partition_mgm_err.result Bug#36001: Partitions: spelling and using some error messages 2009-02-18 21:10:19 +01:00
partition_mgm_err2.result
partition_not_blackhole.result Bug#46086: crash when dropping a partitioned table 2010-07-08 14:36:55 +02:00
partition_not_embedded.result Bug #30102 rename table does corrupt tables with partition files on failure. 2009-07-27 16:50:43 +05:30
partition_not_windows.result merging 5.1 -> 5.1 rpl. 3 of 4 conflicts are resolved similarly to 6.0->6.0-rpl merging. 2008-11-12 19:51:47 +02:00
partition_open_files_limit.result Bug#46922: crash when adding partitions and open_files_limit 2009-10-08 15:36:43 +02:00
partition_order.result
partition_pruning.result Merge with 5.1-release. 2010-12-06 10:25:44 +02:00
partition_range.result Bug#53806: Wrong estimates for range query in partitioned MyISAM table 2010-08-27 10:43:51 +02:00
partition_rename_longfilename.result Bug #30102 rename table does corrupt tables with partition files on failure. 2009-07-27 16:50:43 +05:30
partition_symlink.result Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output 2008-11-04 08:43:21 +01:00
partition_windows.result Post-merge fix: Update warning number due to repositioning in the error list. 2008-10-26 15:05:24 -02:00
perror-win.result error code is changed to satisfy Win NT 2008-11-28 17:12:43 +04:00
perror.result
plugin.result virtual columns: 2010-12-31 10:39:14 +01:00
plugin_load.result
plugin_maturity.result --plugin_maturity command-line option 2010-06-16 19:01:22 +02:00
plugin_not_embedded.result Post-merge fix: remove unnecessary flush privileges. 2010-03-13 18:32:42 -03:00
pool_of_threads.result MWL#128: Added into EXPLAIN output info about types of the used join buffers and 2010-10-18 13:33:05 -07:00
preload.result Recommit for merging and pushing 2009-02-27 16:11:15 +02:00
profiling.result Final fix for bug#38349: Did the changes due to the 2 reviews. 2008-09-10 12:50:39 +02:00
ps.result Merge with 5.1-release. 2010-12-06 10:25:44 +02:00
ps_1general.result Backport into MariaDB-5.2 the following: 2009-12-15 10:16:46 +03:00
ps_2myisam.result Merge with 5.1-release. 2010-12-06 10:25:44 +02:00
ps_3innodb.result Merge with MySQL 5.1.52 2010-11-23 23:39:59 +02:00
ps_4heap.result Merge with MySQL 5.1.52 2010-11-23 23:39:59 +02:00
ps_5merge.result Merge with MySQL 5.1.52 2010-11-23 23:39:59 +02:00
ps_10nestset.result
ps_11bugs.result MWL#17: Table elimination 2009-06-10 01:11:33 +04:00
ps_ddl.result Fix test failure (timeout) in --valgrind tests in Buildbot. 2010-10-27 10:41:45 +02:00
ps_ddl1.result
ps_grant.result 5.0-bugteam->5.1-bugteam merge 2009-10-27 14:09:36 +04:00
ps_not_windows.result
query_cache.result Fix multiple test suite failures in Buildbot due to races in the test cases or missing server features not properly checked 2010-01-11 14:15:28 +01:00
query_cache_28249.result - Fix for Bug#40179 Test main.query_cache failing randomly on Pushbuild, test weakness 2008-11-28 16:45:34 +01:00
query_cache_debug.result Bug#43758 Query cache can lock up threads in 'freeing items' state 2009-06-17 16:28:11 +02:00
query_cache_merge.result Cherry-pick Bug#33362 from mysql-5.1 2008-07-24 11:14:34 -03:00
query_cache_notembedded.result Fix multiple test suite failures in Buildbot due to races in the test cases or missing server features not properly checked 2010-01-11 14:15:28 +01:00
query_cache_ps_no_prot.result
query_cache_ps_ps_prot.result
query_cache_with_views.result Bug#46615 Assertion in Query_cache::invalidate in INSERT in a VIEW of a MERGE table 2010-03-24 17:37:41 +01:00
raid.result
range.result Merge 2010-12-27 14:22:05 -08:00
range_vs_index_merge.result Merge 2010-12-27 14:22:05 -08:00
range_vs_index_merge_innodb.result Merge 2010-12-27 14:22:05 -08:00
read_many_rows_innodb.result Bug#37635: Test read_many_rows_innodb is failing w/ wrong error message (lock_wait_timeout) 2009-10-11 11:06:55 +02:00
read_only.result Merge 5.0 -> 5.1 of fix for Bug#42003 and Bug#43114 2009-03-06 15:56:17 +01:00
read_only_innodb.result
rename.result
renamedb.result Bug #53804: serious flaws in the alter database .. upgrade 2010-05-21 22:47:32 +04:00
repair.result Bug #42563: Message tells me to repair table though Storage 2009-04-14 19:19:15 +05:00
replace.result
rollback.result
round.result
row-checksum-old.result XtraDB after-merge fixes. 2009-06-09 17:08:46 +02:00
row-checksum.result XtraDB after-merge fixes. 2009-06-09 17:08:46 +02:00
row.result Merge. 2010-12-10 23:23:34 -08:00
rowid_order_innodb.result
rpl_colSize.result
rpl_extraColmaster_innodb.result
rpl_extraColmaster_myisam.result
schema.result Bug #54360 Deadlock DROP/ALTER/CREATE DATABASE with open HANDLER 2010-06-26 19:36:00 +02:00
select.result Fixed LP bug #707555. 2011-01-26 11:30:29 -08:00
select_debug.result Moved the test case for LP bug 725050 into a new test file. 2011-02-28 17:27:41 -08:00
select_found.result
select_jcl6.result BNLH algorithm always used a full table scan over the joined table 2011-02-23 22:23:12 -08:00
select_pkeycache.result Fixed LP bug #707555. 2011-01-26 11:30:29 -08:00
select_safe.result Fixed bug #52636. 2010-09-28 12:39:33 -07:00
server_id.require
server_id1.require
shm.result Fix test suite - adjust result files 2011-02-12 17:44:01 +01:00
show_check.result Fix that one can run mysql_upgrade with long table names 2010-09-03 19:20:30 +03:00
skip_grants.result
skip_log_bin.result Bug #38798 Assertion mysql_bin_log.is_open() failed in binlog_trans_log_savepos() 2008-08-29 17:20:08 +03:00
skip_name_resolve.result Bug #37168: Missing variable - skip_name_resolve 2010-03-31 16:12:37 +03:00
slave-running.result
slave-stopped.result
sp-big.result
sp-bugs.result Bug#50624: crash in check_table_access during call procedure 2010-02-13 08:35:14 -02:00
sp-code.result
sp-destruct.result When one does a drop table, the indexes are not flushed to disk before drop anymore (with MyISAM/Maria) 2010-02-10 21:06:24 +02:00
sp-dynamic.result
sp-error.result Bug#47974 'TYPE=storage_engine' is deprecated and will be 2010-02-09 11:30:50 +01:00
sp-fib.result Bug#15866 Prepared for push on 5.0 2009-07-03 10:19:32 +02:00
sp-prelocking.result
sp-security.result merge 2009-11-27 18:10:28 +02:00
sp-threads.result Implementation of MWL#172: Add support for prepared statements to HANDLER READ 2011-01-04 00:55:41 +02:00
sp-ucs2.result Bug#48766 SHOW CREATE FUNCTION returns extra data in return clause 2009-12-02 15:17:08 +04:00
sp-vars.result
sp.result MariaDB 5.2 -> MariaDB 5.3 merge 2010-06-26 14:05:41 +04:00
sp_gis.result
sp_notembedded.result merge 5.1->5.2 2010-06-01 21:52:20 +02:00
sp_stress_case.result
sp_sync.result Bug#48157: crash in Item_field::used_tables 2010-01-12 15:16:26 +01:00
sp_trans.result Bug#47974 'TYPE=storage_engine' is deprecated and will be 2010-02-09 11:30:50 +01:00
sp_trans_log.result Bug #49741 test files contain explicit references to bin/relay-log positions 2010-05-24 21:54:08 +08:00
sql_mode.result Bug#45100: Incomplete DROP USER in case of SQL_MODE = 'PAD_CHAR_TO_FULL_LENGTH' 2009-06-12 18:11:19 -03:00
ssl-big.result
ssl.result MWL#128: Added into EXPLAIN output info about types of the used join buffers and 2010-10-18 13:33:05 -07:00
ssl_8k_key.result
ssl_compress.result MWL#128: Added into EXPLAIN output info about types of the used join buffers and 2010-10-18 13:33:05 -07:00
ssl_connect.result
status.result Bug #29971 status.test fails 2009-06-10 11:58:36 +03:00
status2.result Bug#24289 Status Variable "Questions" gets wrong values with Stored Routines(for 5.1) 2008-12-17 17:23:21 +04:00
status_user.result Changed usage statistics to use 64 bit ints instead of 32 for all relevant variables. 2010-07-19 21:08:06 +03:00
strict.result Bug#41465: confusing error message when comment is too long 2009-03-05 08:20:01 -03:00
strict_autoinc_1myisam.result
strict_autoinc_2innodb.result
strict_autoinc_3heap.result
subselect.result Merge in new handler and handlersocket code into 5.3 main 2011-02-22 11:15:47 +02:00
subselect2.result Subquery optimizations backport: fix test failures, update test results. 2010-02-18 00:59:41 +03:00
subselect3.result Fixed LP bug #664594 and other bugs leading to invalid execution 2010-11-03 12:26:18 -07:00
subselect3_jcl6.result BNLH algorithm always used a full table scan over the joined table 2011-02-23 22:23:12 -08:00
subselect4.result Fix LP BUG#718763 2011-03-03 23:48:31 +02:00
subselect_cache.result Fixed LP BUG#615378 Incorrect processing of NULL result in Item_cache fixed. 2010-11-09 13:13:56 +02:00
subselect_debug.result Added "pool-of-threads" handling (with libevent) 2009-03-13 00:27:35 +02:00
subselect_gis.result
subselect_innodb.result
subselect_mat.result Testcase backport: BUG#46548 IN-subqueries return 0 rows with materialization=on 2011-01-14 13:51:30 +03:00
subselect_no_mat.result Merge in new handler and handlersocket code into 5.3 main 2011-02-22 11:15:47 +02:00
subselect_no_opts.result Merge in new handler and handlersocket code into 5.3 main 2011-02-22 11:15:47 +02:00
subselect_no_semijoin.result Merge in new handler and handlersocket code into 5.3 main 2011-02-22 11:15:47 +02:00
subselect_notembedded.result Merge MariaDB-5.2 -> MariaDB 5.3 2010-03-20 15:01:47 +03:00
subselect_nulls.result Backport of subquery optimizations to 5.3. 2010-01-17 17:51:10 +03:00
subselect_partial_match.result Fix LP BUG#680058 2010-11-25 00:34:50 +02:00
subselect_sj.result Merge 5.3-subquery-bugfixing -> 5.3 2011-01-18 00:26:04 +03:00
subselect_sj2.result Fixed LP bug #698882. 2011-01-15 11:14:36 -08:00
subselect_sj2_jcl6.result BNLH algorithm always used a full table scan over the joined table 2011-02-23 22:23:12 -08:00
subselect_sj_jcl6.result Merge 2011-01-21 22:48:28 -08:00
sum_distinct-big.result
sum_distinct.result
symlink.result BUG#40980 - Drop table can remove another MyISAM table's 2010-04-01 18:49:02 +04:00
synchronization.result Merge 5.0 -> 5.1 2009-02-09 22:00:15 +01:00
sysdate_is_now.result
system_mysql_db.result MWL#43 CREATE TABLE options (by Sanja) 2010-04-08 14:10:05 +02:00
system_mysql_db_refs.result
table_elim.result Updated test results for 5.3 2011-01-13 02:59:11 +02:00
table_elim_debug.result Fixed bug #52636. 2010-09-28 12:39:33 -07:00
table_options.result virtual columns: 2010-12-31 10:39:14 +01:00
tablelock.result
temp_table.result Bug#41348: INSERT INTO tbl SELECT * FROM temp_tbl overwrites 2009-01-07 10:11:37 -02:00
testdb_only.require
timezone.result
timezone2.result Bug #55424: convert_tz crashes when fed invalid data 2010-08-06 23:29:37 +04:00
timezone3.result Backport of a 5.0.74 fix into 5.0.72sp1: 2009-01-12 17:40:29 +01:00
timezone4.result
timezone_grant.result
trigger-compat.result merge 5.0 -> 5.1 2009-02-19 18:24:25 -05:00
trigger-trans.result fixed test suite failures in 5.1-bugteam 2008-10-07 19:54:12 +03:00
trigger.result 5.1.51 merge 2010-10-19 15:58:35 +02:00
trigger_notembedded.result Merge with MySQL 5.1.52 2010-11-23 23:39:59 +02:00
true.require
truncate.result
type_binary.result
type_bit.result Bug#50591 bit(31) causes Duplicate entry '1-NULL' for key 'group_key' 2010-02-16 13:13:49 +04:00
type_bit_innodb.result
type_blob.result Bug#47974 'TYPE=storage_engine' is deprecated and will be 2010-02-09 11:30:50 +01:00
type_date.result MariaDB 5.2 -> MariaDB 5.3 merge 2010-06-26 14:05:41 +04:00
type_datetime.result Fixed LP bug #664594 and other bugs leading to invalid execution 2010-11-03 12:26:18 -07:00
type_decimal.result
type_enum.result
type_float.result Automerge. 2009-02-14 20:14:10 +03:00
type_nchar.result
type_newdecimal-big.result
type_newdecimal.result Bug #45261 : Crash, stored procedure + decimal 2009-11-20 12:10:47 +02:00
type_ranges.result
type_set.result Bug #38701: Crash in String::append when inserting duplicate empty strings an uft8 2008-09-05 18:21:59 +03:00
type_time.result Bug#53942 valgrind warnings with timestamp() function and incomplete datetime values 2010-05-31 13:25:11 +04:00
type_timestamp.result Bug #55779: select does not work properly in mysql server 2010-09-13 11:18:35 +04:00
type_uint.result
type_varchar.result
type_year.result Bug #49910: Behavioural change in SELECT/WHERE on YEAR(4) data type 2010-03-22 12:33:25 +04:00
udf.result Bug#52060 - test udf fails on Snow Leopard 2010-03-18 11:26:27 +01:00
udf_query_cache.result Fix for: LP #634955: Assert in _ma_update_at_original_place() 2010-11-02 17:22:57 +02:00
udf_skip_grants.result
union.result MWL#128: Added into EXPLAIN output info about types of the used join buffers and 2010-10-18 13:33:05 -07:00
unsafe_binlog_innodb.result
update.result Bug #54734 assert in Diagnostics_area::set_ok_status 2010-07-19 11:03:52 +02:00
upgrade.result fixes for windows 2010-09-20 15:17:59 +02:00
user_limits.result
user_var-binlog.result
user_var.result Bug #55615 and bug #55564 2010-08-13 14:18:46 +03:00
varbinary.result Fix for Bug#43546 Several 5.0 tests do not pass MTR's --check option 2009-04-28 20:12:18 +02:00
variables-big.result Test suite fixes: 2009-10-04 01:20:51 +02:00
variables-notembedded.result Bug#43835: SHOW VARIABLES does not include 0 for slave_skip_errors 2009-04-06 13:42:33 +02:00
variables.result MWL #21: "index_merge: non-ROR intersection". 2010-12-01 23:39:39 -08:00
variables_community.result renaming test variables+c to variables_community, + is problematic 2010-02-11 14:26:58 +01:00
variables_debug.result Bug #56709: Memory leaks at running the 5.1 test suite 2010-09-22 23:33:18 +04:00
variables_debug_notembedded.result Fix mysql-test-run --embedded: 2009-10-03 22:56:54 +04:00
view.result Merge 2011-02-07 15:19:03 -08:00
view_alias.result Bug#40277: SHOW CREATE VIEW returns invalid SQL 2010-03-09 07:36:26 -03:00
view_grant.result Move test case. Embedded server does not support privilege 2010-02-12 00:54:14 -02:00
wait_timeout.result Fix for bug#39108: Set global wait timeout within the test, not more via opt file. 2009-01-23 18:19:09 +01:00
warnings.result Merge MySQL 5.1.46 into MariaDB. 2010-04-28 14:52:24 +02:00
warnings_debug.result MBug#643463: slow XtraDB shutdown due to 10 second sleep in purge thread 2010-11-03 22:40:53 +01:00
warnings_engine_disabled.result generalization of mtr to support suite.pm extensions: 2010-08-17 11:14:46 +04:00
windows.require
windows.result Bug#45498: Socket variable not available on Windows 2009-09-22 08:22:07 -03:00
xa.result Merge an addition to BUG51342 5.0-bugteam -> 5.1-bugteam. 2010-03-10 19:31:22 +04:00
xml.result Bug#43183 ExctractValue() brings result list in missorder 2009-04-01 13:40:33 +05:00