mariadb/mysql-test/r
Sergey Petrunya c2924e155e BUG#49129: Wrong result with IN-subquery with join_cache_level=6 and firstmatch=off
- The problem was that DuplicateWeedout strategy setup code wasn't aware of the 
  fact that join buffering will be used and applied optimization that doesn't work
  together with join buffering. Fixed by making DuplicateWeedout setup code to have 
  a pessimistic check about whether there is a chance that join buffering will be 
  used.
- Make JOIN_CACHE_BKA::init() correctly process Copy_field elements that denote saving
  current rowids in the join buffer.

mysql-test/r/subselect_sj2.result:
  Update test results
mysql-test/r/subselect_sj2_jcl6.result:
  Update test results
mysql-test/r/subselect_sj_jcl6.result:
  Testcase
mysql-test/t/subselect_sj2.test:
  Update test results
mysql-test/t/subselect_sj_jcl6.test:
  Testcase
sql/opt_subselect.cc:
  - The problem was that DuplicateWeedout strategy setup code wasn't aware of the 
    fact that join buffering will be used and applied optimization that doesn't work
    together with join buffering. Fixed by making DuplicateWeedout setup code to have 
    a pessimistic check about whether there is a chance that join buffering will be 
    used.
sql/sql_join_cache.cc:
  Make JOIN_CACHE_BKA::init() correctly process Copy_field elements that denote saving current rowids in the join buffer.
sql/sql_select.cc:
  Added a question note
2010-03-07 18:41:45 +03:00
..
1st.result Add mtr database 2008-04-02 10:06:36 +02:00
alias.result
almost_full.result
alter_table-big.result
alter_table.result Speed up of test suite: 2009-10-28 09:52:34 +02:00
analyse.result 5.0-bugteam->5.1-bugteam merge 2009-08-27 15:59:25 +05:00
analyze.result
ansi.result
archive-big.result
archive.result fixed archive test. It might be OOM error on boxes with low amount of memory. 2009-03-26 18:27:34 +04:00
archive_bitfield.result
archive_gis.result Merge into dev tree. 2009-02-10 16:27:35 +03:00
auto_increment.result Bug#46616: Merge 2009-08-20 14:30:59 +02:00
backup.result Bug#41077: Warning contains wrong future version 2009-02-16 08:38:15 -03:00
bench_count_distinct.result
big_test.require
bigint.result
binary.result
binlog_tx_isolation.result
bool.result
bootstrap.result
bug40113.result Bug #40113: Embedded SELECT inside UPDATE or DELETE can timeout 2009-07-13 18:11:16 +03:00
bug46080.result Addendum to the fix for bug #46080: fixed the error handling 2009-07-13 14:17:14 +03:00
bulk_replace.result
cache_innodb.result Post-merge fix for Bug#36326 2009-01-31 15:55:06 -02:00
case.result Fix for Bug#32538: View definition picks up character set, 2008-02-12 22:09:16 +03:00
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_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 merge of 5.1-main into 5.1-maria. Myisam->Maria change propagation will follow. 2009-02-12 15:08:56 +01: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 Manual merge of bug#26030 in mysql-5.1-bugteam 2008-07-07 15:53:20 -06:00
commit_1innodb.result BUG#28976 Mixing trans and non-trans tables in one transaction results in incorrect 2009-08-27 00:13:03 +01:00
compare.result merge of bug 39353 5.0-5.1.29-rc -> 5.1-5.1.29-rc 2008-09-19 15:34:37 +03:00
compress.result Backport into MariaDB-5.2 the following: 2009-12-15 10:16:46 +03: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 bzr merge from guilhem's maria tree to our local 5.1 2009-04-25 12:04:38 +03: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
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
create.result Backport into MariaDB-5.2 the following: 2009-12-15 10:16:46 +03:00
create_not_windows.result
create_select_tmp.result
csv.result merge: 5.1 -> 5.1-rpl 2009-01-23 13:22:05 +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 Merge pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-rpl 2008-04-03 11:50:43 +02:00
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 test case fix 2009-06-25 13:44:50 +05:00
ctype_cp1250_ch.result After merge fix 2008-03-08 01:14:56 +04:00
ctype_cp1251.result MWL#67: MRR backport 2009-12-22 15:33:21 +03:00
ctype_create.result
ctype_eucjpms.result Bug#32510 LIKE search fails with indexed 'eucjpms' and 'ujis' char column 2008-02-04 11:10:40 +04: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 Merge stella.local:/home2/mydev/mysql-5.1-amain 2008-03-26 10:27:00 +01:00
ctype_gbk.result Merge host.loc:/home/uchum/work/5.0-bugteam 2008-04-23 11:06:26 +05:00
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 Bug#27877 incorrect german order in utf8_general_ci 2008-02-11 16:28:33 +04:00
ctype_latin2.result
ctype_latin2_ch.result
ctype_ldml.result Bug#43827 Server closes connections and restarts 2009-06-04 14:35:29 +05: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 Merge stella.local:/home2/mydev/mysql-5.1-amain 2008-03-26 10:27:00 +01:00
ctype_ucs.result 5.0-bugteam->5.1-bugteam merge 2008-12-23 18:21:01 +04:00
ctype_ucs2_def.result Merge stella.local:/home2/mydev/mysql-5.0-axmrg 2008-01-16 13:53:43 +01:00
ctype_ujis.result Merge dl145h.mysql.com:/data0/mkindahl/mysql-5.0-rpl 2008-02-20 19:49:26 +01:00
ctype_ujis_ucs2.result
ctype_utf8.result In ctype_utf8.test, use a column large enough to provoke a failure in Maria too, not only in MyISAM 2009-01-26 22:19:13 +01: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
default.result merge 5.0 --> 5.1 2008-09-03 13:06:03 +05:00
delayed.result merge of 5.1-main into 5.1-maria; MyISAM changes are also ported to Maria. 2009-03-11 16:32:42 +01:00
delete.result
derived.result Bug #41156: List of derived tables acts like a chain of 2009-07-11 23:44:29 +05: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 Backport into MariaDB-5.2 the following: 2009-12-15 10:16:46 +03:00
drop.result Merge pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-rpl 2008-04-03 11:50:43 +02:00
empty_table.result
endspace.result
error_simulation.result Dynamically set debug flag for session only 2008-04-03 10:27:56 +02:00
errors.result
events_1.result Patch for bug#32664: event.test has timeout randomly. File is split into event_1.test and event_2.test. 2008-02-20 14:40:46 +01:00
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 Bug#36540: CREATE EVENT and ALTER EVENT statements fail with large server_id 2009-03-11 17:30:56 -03:00
events_embedded.result Bug#35997 Event scheduler seems to let the server crash, if it is embedded. 2008-05-09 09:43:02 +02:00
events_grant.result
events_logs_tests.result
events_microsec.result
events_restart.result Mereg events_restart_phase* to events_restart 2008-04-09 09:43:20 +02:00
events_scheduling.result Fix for Bug#39854 events_scheduling fails sporadically on pushbuild 2008-12-16 19:09:09 +01: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
exampledb.result
execution_constants.result
explain.result Subquery backport: Update test results (checked) 2010-02-12 00:56:02 +03:00
fix_priv_tables.result
flush.result Merge mysql.com:/home/hf/work/33334/my50-33334 2008-03-23 20:35:00 +04:00
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 Merge 5.0 -> 5.1 of fix for Bug#42003 and Bug#43114 2009-03-06 15:56:17 +01: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
fulltext.result Merge MySQL->MariaDB 2009-09-08 00:50:10 +04:00
fulltext2.result
fulltext3.result
fulltext_cache.result
fulltext_distinct.result
fulltext_left_join.result
fulltext_multi.result
fulltext_order_by.result
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 Backport into MariaDB-5.2 the following: 2009-12-15 10:16:46 +03: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 magare.gmz:/home/kgeorge/mysql/work/B35298-5.0-bugteam 2008-05-01 14:54:59 +03:00
func_group.result Backport into MariaDB-5.2 the following: 2009-12-15 10:16:46 +03:00
func_group_innodb.result
func_if.result auto merge 5.0-bugteam --> 5.1-bugteam (bug 40761) 2008-12-12 18:19:33 +04:00
func_in.result Backport into MariaDB-5.2 the following: 2009-12-15 10:16:46 +03:00
func_isnull.result
func_like.result Fix for Bug#32538: View definition picks up character set, 2008-02-12 22:09:16 +03:00
func_math.result Backport into build-200907211706-5.0.82sp1 2009-07-21 19:56:35 +02:00
func_misc.result Speed up of test suite: 2009-10-28 09:52:34 +02:00
func_op.result
func_regexp.result Merge 2008-09-05 13:36:02 +05:00
func_rollback.result Additional tests inspired by Bug 2008-04-09 15:56:25 +02:00
func_sapdb.result Auto-merge up from 5.0 2009-02-07 16:50:31 +01:00
func_set.result Bug#45168: assertion with convert() and empty set value 2009-06-16 16:36:15 +02:00
func_str.result Auto-merge. 2009-05-13 23:39:35 +05:00
func_system.result
func_test.result
func_time.result merge: 5.1 -> 5.1-rpl 2009-01-23 13:22:05 +01:00
func_timestamp.result
gcc296.result
gis-rtree.result Speed up of test suite: 2009-10-28 09:52:34 +02:00
gis.result Bug#44684: valgrind reports invalid reads in 2009-06-17 16:58:33 +02:00
grant.result Bug#44658 Create procedure makes server crash when user does not have ALL privilege 2009-05-29 15:37:54 +02:00
grant2.result addendum to the fix for bug #41354: fixed the error returned by SELECT * 2009-02-27 09:41:39 +02:00
grant3.result Fixed bug#31194: Privilege ordering does not order properly 2008-02-13 19:34:12 +04: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
greedy_optimizer.result merged 5.0-bugteam -> 5.1-bugtteam 2009-01-16 12:45:17 +02:00
group_by.result Apply Jorgen Loland's fix: Bug#45221: Query "SELECT pk FROM C WHERE pk IN (SELECT int_key)" failing 2010-02-12 00:58:23 +03:00
group_min_max.result Subquery backport: Update test results (checked) 2010-02-12 00:56:02 +03:00
group_min_max_innodb.result Fixed bug #36632: SELECT DISTINCT from a simple view on an 2008-06-27 23:50:53 +05:00
handler_innodb.result 5.0-bugteam->5.1-bugteam merge 2009-04-17 13:46:27 +05:00
handler_myisam.result Fix for bug #46456 [Ver->Prg]: HANDLER OPEN + TRUNCATE + DROP 2009-08-21 10:55:35 +05:00
have_big5.require
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_cp866.require
have_cp932.require
have_cp1250_ch.require
have_cp1251.require
have_crypt.require
have_debug.require
have_dynamic_loading.require
have_eucjpms.require
have_euckr.require
have_example_plugin.require
have_gb2312.require
have_gbk.require
have_geometry.require
have_koi8r.require
have_latin2_ch.require
have_local_infile.require Changes to fix tests in pushbuild. 2008-01-31 12:17:40 +01:00
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_sjis.require
have_ssl.require
have_symlink.require
have_tis620.require
have_ucs2.require
have_udf_example.require
have_ujis.require
have_utf8.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 merged 5.0-bugteam -> 5.1-bugteam 2009-01-16 17:38:38 +02: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 merging with local fix. 2009-05-06 15:00:14 +05:30
heap_hash.result
help.result
index_merge_innodb.result XtraDB after-merge fixes. 2009-06-09 15:19:13 +02:00
index_merge_myisam.result Backport of subquery optimizations to 5.3. 2010-01-17 17:51:10 +03:00
information_schema.result This is based on the userstatv2 patch from Percona and OurDelta. 2009-10-19 20:14:48 +03:00
information_schema_all_engines.result This is based on the userstatv2 patch from Percona and OurDelta. 2009-10-19 20:14:48 +03:00
information_schema_chmod.result
information_schema_db.result This is based on the userstatv2 patch from Percona and OurDelta. 2009-10-19 20:14:48 +03:00
information_schema_inno.result Bug#35108 SELECT FROM REFERENTIAL_CONSTRAINTS crashes 2008-03-14 14:12:39 +04:00
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-autoinc-optimize.result Fix for Bug#44493 Fix InnoDB owned 5.0 tests with imperfect cleanup 2009-05-06 17:11:08 +02:00
innodb-autoinc.result XtraDB after-merge fixes. 2009-06-09 17:08:46 +02:00
innodb-index.result Fix test failures in innodb-index and partition_special_*: 2009-10-06 13:39:57 +02:00
innodb-index_ucs2.result XtraDB after-merge fixes. 2009-06-09 15:19:13 +02:00
innodb-lock.result
innodb-replace.result Bug#31210: INSERT DELAYED crashes server when used on partitioned tables 2008-06-03 13:25:41 +02:00
innodb-semi-consistent.result Merge MySQL->MariaDB 2009-09-08 00:50:10 +04:00
innodb-timeout.result XtraDB after-merge fixes. 2009-06-09 15:19:13 +02:00
innodb-ucs2.result
innodb-use-sys-malloc.result XtraDB after-merge fixes. 2009-06-09 15:19:13 +02:00
innodb-zip.result XtraDB after-merge fixes. 2009-06-09 17:08:46 +02:00
innodb.result Backport into MariaDB-5.2 the following: 2009-12-15 10:16:46 +03:00
innodb_autoinc_lock_mode_zero.result
innodb_bug21704.result Applying InnoDB snapshot 5.1-ss5488,part 4. Fixes BUG#21704 2009-07-10 17:05:53 +05:30
innodb_bug30919.result
innodb_bug34053.result Applied InnoDB snapshot innodb-5.1-ss2298 2008-02-19 09:44:09 -07:00
innodb_bug34300.result XtraDB after-merge fixes. 2009-06-09 15:19:13 +02:00
innodb_bug35220.result Cherry-pick fix for Bug#35220 from innodb-5.0-ss2475 snapshot. 2008-08-07 18:25:24 -06:00
innodb_bug36169.result Merge XtraDB 6 into MariaDB. 2009-08-03 22:09:53 +02:00
innodb_bug36172.result XtraDB after-merge fixes. 2009-06-09 15:19:13 +02:00
innodb_bug38231.result Apply InnoDB snapshot innodb-5.1-ss2858, part 16. Fix merge mistake which 2008-12-14 14:26:31 -07:00
innodb_bug39438.result Apply InnoDB snapshot innodb-5.1-ss2858, part 4. Fixes 2008-12-14 13:31:13 -07:00
innodb_bug40360.result XtraDB after-merge fixes. 2009-06-09 15:19:13 +02:00
innodb_bug40565.result Applying InnoDB snashot 5.0-ss5406, part 2. Fixes BUG#40565 2009-06-25 15:20:26 +05:30
innodb_bug41904.result XtraDB after-merge fixes. 2009-06-09 15:19:13 +02:00
innodb_bug42101-nonzero.result Applying InnoDB snapshot 5.1-ss5488,part 2. Fixes BUG#45749 2009-07-10 16:06:07 +05:30
innodb_bug42101.result Applying InnoDB snapshot 5.1-ss5488,part 2. Fixes BUG#45749 2009-07-10 16:06:07 +05:30
innodb_bug42419.result Bug #42419: test suite fix 2009-02-20 11:12:06 +02:00
innodb_bug45357.result Applying InnoDB snashot 5.1-ss5343, Fixes BUG#45357 2009-06-22 16:58:00 +05:30
innodb_gis.result Merge into dev tree. 2009-02-10 16:27:35 +03:00
innodb_ignore_builtin.result Bug#42610 Dynamic plugin broken in 5.1.31 2009-02-09 19:03:52 +04:00
innodb_information_schema.result XtraDB after-merge fixes. 2009-06-09 15:19:13 +02:00
innodb_mrr.result MWL#67: MRR backport 2009-12-22 15:33:21 +03:00
innodb_mysql.result Backport into MariaDB-5.2 the following: 2009-12-15 10:16:46 +03:00
innodb_mysql_rbk.result Bug #41543: Assertion `m_status == DA_ERROR' failed in Diagnostics_area::sql_errno 2009-01-09 14:04:47 +02:00
innodb_notembedded.result BUG#37975: wait_for_slave_* should increase the timeout 2008-07-10 18:09:39 +02:00
innodb_timeout_rollback.result
innodb_trx_weight.result
innodb_xtradb_bug317074.result Speed up of test suite: 2009-10-28 09:52:34 +02:00
insert.result Merge MySQL->MariaDB 2009-09-08 00:50:10 +04:00
insert_notembedded.result
insert_select.result Merge MySQL->MariaDB 2009-09-08 00:50:10 +04: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 Bug#35997 Event scheduler seems to let the server crash, if it is embedded. 2008-05-09 09:43:02 +02:00
isam.result
join.result Backport into MariaDB-5.2 the following: 2009-12-15 10:16:46 +03:00
join_cache.result Fixed bug #51092. 2010-03-06 11:14:55 -08:00
join_crash.result
join_nested.result Backport into MariaDB-5.2 the following: 2009-12-15 10:16:46 +03:00
join_nested_jcl6.result Backport into MariaDB-5.2 the following: 2009-12-20 18:26:15 -08:00
join_outer.result Backport into MariaDB-5.2 the following: 2009-12-20 18:26:15 -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 Backport into MariaDB-5.2 the following: 2009-12-20 18:26:15 -08:00
key.result
key_cache.result Backport into MariaDB-5.2 the following: 2009-12-15 10:16:46 +03:00
key_diff.result
key_primary.result
keywords.result
kill.result Bug#34891 sp_notembedded.test fails sporadically 2008-03-13 14:54:29 -03:00
limit.result Added tests to cover more server code 2009-06-07 13:05:19 +03:00
loaddata.result Merging 5.1 main into 5.1-rpl 2008-10-23 21:27:09 +02:00
loaddata_autocom_innodb.result
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 Merge Bug#43230 into mysql-5.1-bugteam 2009-04-03 16:46:00 -03: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_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 Fix for Bug#40377 sporadic pushbuild failure in log_state: result mismatch 2009-01-13 14:09:24 +01:00
log_tables-big.result
log_tables.result Bug#36540: CREATE EVENT and ALTER EVENT statements fail with large server_id 2009-03-11 17:30:56 -03:00
log_tables_debug.result Post-merge fix: modify regular expression to better handle 24 hour 2009-06-15 20:27:27 -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
lowercase_mixed_tmpdir.result
lowercase_table.result
lowercase_table2.result
lowercase_table3.result BUG#32667: lowercase_table3.test reports to error log 2009-02-13 16:12:59 -05: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
merge-big.result Fix merge-big.test to properly restore debug settings. 2009-10-03 21:12:24 +02:00
merge.result Backport into MariaDB-5.2 the following: 2009-12-15 10:16:46 +03:00
merge_innodb.result
metadata.result automerge 5.0-bugteam --> 5.1-bugteam 2008-10-10 16:44:10 +05: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#37051 Replication rules not evaluated correctly 2009-03-05 18:10:44 +08: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 Fixed bug#36676: multiupdate using LEFT JOIN updates only 2008-05-18 14:21:25 +05:00
myisam-blob.result
myisam-system.result
myisam.result Backport into MariaDB-5.2 the following: 2009-12-15 10:16:46 +03:00
myisam_crash_before_flush_keys.result merge 5.0-bugteam to 5.1-bugteam 2009-04-06 12:31:17 +05:30
myisam_debug.result Speed up of test suite: 2009-10-28 09:52:34 +02:00
myisam_mrr.result Backport of subquery optimizations to 5.3. 2010-01-17 17:51:10 +03: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 Fix incorrectly-committed changes to mysql.result 2009-07-31 16:43:46 -07:00
mysql_client_test.result BUG#38350: Many tests don't clean up after themselves on exit. 2008-11-13 20:19:00 +01:00
mysql_comments.result
mysql_cp932.result
mysql_protocols.result
mysql_upgrade.result WL#4189 mtr.pl v2 2009-01-26 15:20:33 +01:00
mysqladmin.result
mysqlbinlog-cp932.result Apply patch from Bug#46010. 2009-09-30 08:35:31 +02:00
mysqlbinlog.result Manual merge. 2009-05-08 21:24:15 +04:00
mysqlbinlog2.result BUG#34541: mysqlbinlog prints 'set;' in stm mode after changing autocommit mode 2008-04-02 16:49:22 +07:00
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 Postfix of tests after merge 2008-09-06 12:49:43 +08: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 mysqlcheck failed to fix table names when using the --fix-table-names 2009-05-20 18:31:10 -07: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 Bug #34909: mysqldump returns a 0 status on error when using 2008-03-07 11:15:49 +02:00
mysqldump.result Merge MySQL->MariaDB 2009-09-08 00:50:10 +04:00
mysqldump_restore.result Bug#40465 - mysqldump.test does no checking of dump or restore 2009-05-22 10:38:17 -04: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 cherry picking fix for Bug #39542 from 6.0-runtime 2009-05-27 22:54:40 +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 Additional patch for Bug#32538. Fix result files of windows test cases. 2008-02-13 12:02:16 +03: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
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 Bug#39893: Crash if select on a partitioned table, when partitioning is disabled 2009-01-08 15:16:44 +01:00
not_staging.require Add include files required for --staging-run 2009-06-05 18:36:14 +03: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 Backport into MariaDB-5.2 the following: 2009-12-15 10:16:46 +03:00
odbc.result
olap.result
old-mode.result Fix for Bug #37007 Maria: different checksum for MyISAM table depending on CHECKSUM=0|1 2008-06-28 15:45:15 +03:00
one_thread_per_connection.require
openssl_1.result Bug#42158: leak: SSL_get_peer_certificate() doesn't have matching X509_free() 2009-05-25 10:00:18 -03:00
order_by.result Backport into MariaDB-5.2 the following: 2009-12-15 10:16:46 +03:00
order_fill_sortbuf.result
outfile.result Merge 5.0 -> 5.1 2009-02-03 14:45:17 +01:00
outfile_loaddata.result Bug# 30946: mysqldump silently ignores --default-character-set 2009-07-31 22:14:52 +05: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 Bug#46639: 1030 (HY000): Got error 124 from storage engine on 2009-08-21 17:38:29 +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_blackhole.result
partition_bug18198.result
partition_charset.result
partition_csv.result Test case clean up: Move test cases that depend on the CSV storage 2009-07-31 20:39:26 -03:00
partition_datatype.result 5.0-bugteam->5.1-bugteam merge 2008-12-09 15:16:39 +04: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 Backport of bug#38719 from 6.0 to 5.1 2009-02-18 21:29:30 +01:00
partition_federated.result
partition_grant.result
partition_hash.result Bug#35745: SELECT COUNT(*) is not correct for some partitioned tables. 2008-07-07 22:42:19 +02:00
partition_innodb.result Bug#40595: Non-matching rows not released with READ-COMMITTED 2008-11-10 21:13:24 +01:00
partition_innodb_semi_consistent.result Apply test case changes for Bug #41671 (innodb-semi-consistent.test) also to 2009-01-13 23:12:16 +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_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_order.result
partition_pruning.result Backport into MariaDB-5.2 the following: 2009-12-15 10:16:46 +03:00
partition_range.result Bug#20577: Partitions: use of to_days() function leads to selection failures 2009-08-26 12:59:49 +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 Bug#32757: hang with sql_mode set when setting some global variables 2008-02-24 14:12:17 +01:00
plugin_load.result Bug#33358 2008-01-25 16:05:15 -08:00
pool_of_threads.result Backport into MariaDB-5.2 the following: 2009-12-15 10:16:46 +03: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 Bug #38159: Function parsing problem generates misleading error message 2009-05-27 16:05:29 +03:00
ps_1general.result Backport into MariaDB-5.2 the following: 2009-12-15 10:16:46 +03:00
ps_2myisam.result Backport into MariaDB-5.2 the following: 2009-12-15 10:16:46 +03:00
ps_3innodb.result Added some changes inspired by Zardosht Kasheff: 2009-06-30 00:03:30 +03:00
ps_4heap.result Added some changes inspired by Zardosht Kasheff: 2009-06-30 00:03:30 +03:00
ps_5merge.result Added some changes inspired by Zardosht Kasheff: 2009-06-30 00:03:30 +03:00
ps_10nestset.result
ps_11bugs.result MWL#17: Table elimination 2009-06-10 01:11:33 +04:00
ps_ddl.result Improve the testcases for Bug 12093 in ps_ddl.test 2008-08-13 21:42:21 +02:00
ps_ddl1.result A fix for 2008-07-03 23:41:22 +04:00
ps_grant.result
ps_not_windows.result
query_cache.result Merge with base MySQL 5.1 2009-02-15 12:58:34 +02: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 Remove test case for bug 40264. 2009-02-13 17:26:20 -02:00
query_cache_ps_no_prot.result
query_cache_ps_ps_prot.result
query_cache_with_views.result
raid.result
range.result Backport into MariaDB-5.2 the following: 2009-12-15 10:16:46 +03: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 Fix for bug #35732: read-only blocks SELECT statements in InnoDB 2008-04-08 10:20:58 +05:00
rename.result
renamedb.result
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 5.0-bugteam->5.1-bugteam merge 2009-02-19 17:59:00 +04:00
rowid_order_innodb.result
rpl_colSize.result
rpl_extraColmaster_innodb.result
rpl_extraColmaster_myisam.result
schema.result Add mtr database 2008-04-02 10:06:36 +02:00
select.result Backport into MariaDB-5.2 the following: 2009-12-15 10:16:46 +03:00
select_found.result
select_jcl6.result Backport into MariaDB-5.2 the following: 2009-12-20 18:26:15 -08:00
select_safe.result Backport into MariaDB-5.2 the following: 2009-12-15 10:16:46 +03:00
server_id.require
server_id1.require
shm.result Bug#33899: Deadlock in mysql_real_query with shared memory connections 2009-03-26 20:25:10 -03:00
show_check.result Merge 5.0 -> 5.1 of fix for Bug#42003 and Bug#43114 2009-03-06 15:56:17 +01:00
skip_grants.result Merge kaamos.(none):/data/src/opt/bug33305/my50-bug33305 2008-01-10 13:37:54 +03:00
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 Merge into actual tree 2009-03-10 16:54:24 +01:00
slave-running.result
slave-stopped.result
sp-big.result
sp-code.result Manual merge 2008-03-25 17:48:05 -06:00
sp-destruct.result Check warnings in servers error log as part of test case 2008-04-08 16:51:26 +02:00
sp-dynamic.result
sp-error.result merged 5.0-bugteam to 5.1-bugteam 2009-05-27 18:19:44 +03: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 5.0 -> 5.1 of fix for Bug#42003 and Bug#43114 2009-03-06 15:56:17 +01:00
sp-threads.result
sp-ucs2.result
sp-vars.result
sp.result Backport into MariaDB-5.2 the following: 2009-12-15 10:16:46 +03:00
sp_gis.result
sp_notembedded.result Bug#44521 Executing a stored procedure as a prepared statement can sometimes cause 2009-07-29 22:07:08 +02:00
sp_stress_case.result
sp_trans.result Bug#41077: Warning contains wrong future version 2009-02-16 08:38:15 -03:00
sp_trans_log.result Fix for Bug#43546 Several 5.0 tests do not pass MTR's --check option 2009-04-28 20:12:18 +02: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 Backport into MariaDB-5.2 the following: 2009-12-15 10:16:46 +03:00
ssl_8k_key.result
ssl_compress.result Backport into MariaDB-5.2 the following: 2009-12-15 10:16:46 +03: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 This is based on the userstatv2 patch from Percona and OurDelta. 2009-10-19 20:14:48 +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 Subquery optimizations backport: fix test failures, update test results. 2010-02-18 00:59:41 +03:00
subselect2.result Subquery optimizations backport: fix test failures, update test results. 2010-02-18 00:59:41 +03:00
subselect3.result Subquery optimizations backport: 2010-02-17 13:05:27 +03:00
subselect3_jcl6.result Subquery backport: 2010-02-17 13:47:55 +03:00
subselect4.result Subquery optimizations backport: 2010-02-17 13:05:27 +03: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 Backport of subquery optimizations to 5.3. 2010-01-17 17:51:10 +03:00
subselect_no_mat.result Fix buildbot failure: take into account that there is no optimizer_switch flag 2010-02-21 09:33:54 +02:00
subselect_no_opts.result Fix buildbot failure: take into account that there is no optimizer_switch flag 2010-02-21 09:33:54 +02:00
subselect_no_semijoin.result Fix buildbot failure: take into account that there is no optimizer_switch flag 2010-02-21 09:33:54 +02:00
subselect_notembedded.result Fix for bug #34650: Test suite without cluster fails on Mac OS X 2008-03-07 21:14:34 +03:00
subselect_nulls.result Backport of subquery optimizations to 5.3. 2010-01-17 17:51:10 +03:00
subselect_sj.result Bug#49198 Wrong result for second call of of procedure with view in subselect. 2010-02-24 12:33:42 +01:00
subselect_sj2.result BUG#49129: Wrong result with IN-subquery with join_cache_level=6 and firstmatch=off 2010-03-07 18:41:45 +03:00
subselect_sj2_jcl6.result BUG#49129: Wrong result with IN-subquery with join_cache_level=6 and firstmatch=off 2010-03-07 18:41:45 +03:00
subselect_sj_jcl6.result BUG#49129: Wrong result with IN-subquery with join_cache_level=6 and firstmatch=off 2010-03-07 18:41:45 +03:00
sum_distinct-big.result
sum_distinct.result
symlink.result merge 5.1 --> 5.1-rpl 2008-12-13 19:42:12 +00:00
synchronization.result Merge 5.0 -> 5.1 2009-02-09 22:00:15 +01:00
sysdate_is_now.result
system_mysql_db.result Bug#36540: CREATE EVENT and ALTER EVENT statements fail with large server_id 2009-03-11 17:30:56 -03:00
system_mysql_db_refs.result
table_elim.result Backport into MariaDB-5.2 the following: 2009-12-20 18:26:15 -08:00
table_elim_debug.result MWL#17: Table elimination 2009-10-29 20:50:33 +03:00
tablelock.result Bug#23588 SHOW COLUMNS on a temporary table causes locking issues 2008-02-22 12:30:17 +04:00
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 Backport of a 5.0.74 fix into 5.0.72sp1: 2009-01-12 17:40:29 +01: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 Bug#44653: Server crash noticed when executing random queries with partitions. 2009-06-22 14:51:33 +02:00
trigger_notembedded.result Bug#45412 SHOW CREATE TRIGGER does not require privileges to disclose trigger data 2009-06-25 15:52:50 +05:00
true.require
truncate.result
type_binary.result Merge host.loc:/work/bugs/5.0-bugteam-30059 2008-05-13 17:01:02 +05:00
type_bit.result 5.0-bugteam->5.1-bugteam merge 2008-12-09 17:31:22 +04:00
type_bit_innodb.result
type_blob.result Bug#41077: Warning contains wrong future version 2009-02-16 08:38:15 -03:00
type_date.result DS-MRR backport: Update test results (checked) 2009-12-19 22:54:54 +03:00
type_datetime.result Subquery optimizations backport: Update test results (checked) 2010-02-12 00:59:32 +03:00
type_decimal.result Merge amd64.(none):/src/rel_clean_up/my50-rel_clean_up 2008-04-28 14:12:52 -04:00
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-08-24 16:47:08 -03: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 Automerge. 2009-05-15 12:42:57 +04:00
type_timestamp.result Bug#41077: Warning contains wrong future version 2009-02-16 08:38:15 -03:00
type_uint.result
type_varchar.result
type_year.result
udf.result merging 2008-08-26 15:22:09 +05:00
udf_skip_grants.result Fix for bug #33305: Test case in 'skip_grants' file need dynamic loading 2007-12-24 17:42:13 +03:00
union.result Backport into MariaDB-5.2 the following: 2009-12-15 10:16:46 +03:00
unsafe_binlog_innodb.result
update.result Bug #40745: Error during WHERE clause calculation in UPDATE 2008-11-28 20:36:07 +04:00
upgrade.result BUG#37631 - Incorrect key file for table after upgrading from 5.0 to 5.1 2009-04-30 18:16:49 +05:30
user_limits.result
user_var-binlog.result BUG#34541: mysqlbinlog prints 'set;' in stm mode after changing autocommit mode 2008-04-02 16:49:22 +07:00
user_var.result Manual merge. 2009-05-10 21:20:35 +05: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+c.result
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 Merge lp:maria -> lp:~maria-captains/maria/maria-5.1-merge 2009-09-15 14:46:35 +04:00
variables_debug.result Fix mysql-test-run --embedded: 2009-10-03 22:56:54 +04:00
variables_debug_notembedded.result Fix mysql-test-run --embedded: 2009-10-03 22:56:54 +04:00
view.result Subquery backport: 2010-02-17 13:47:55 +03:00
view_grant.result reverted the fix for bug #46019 from 5.1-bugteam 2009-08-21 17:41:48 +03: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 Fix for bug#42364 reverted. 2009-07-06 11:55:53 +05:00
warnings_engine_disabled.result Bug#29263 disabled storage engines omitted in SHOW ENGINES 2008-12-17 19:45:34 +04:00
windows.require
windows.result merged bug 33813 to 5.1-bugteam 2009-02-12 11:52:01 +02:00
xa.result Bug#45548: XA transaction without access to InnoDB tables crashes the server 2009-06-25 12:25:23 -03:00
xml.result Bug#43183 ExctractValue() brings result list in missorder 2009-04-01 13:40:33 +05:00