mariadb/mysql-test/r
Michael Widenius 8ed283d882 Fixed bug MPDEV-628 / LP:989055 - Querying myisam table metadata may corrupt the table.
The issue was that there was that SHOW commands could open the table in the store engine, even in cases
where it should not be allowed to do that (ie, the storage engines meta data for that table was under big changes).

The cases where this should not be allowed are:
- ALTER TABLE DISABLE KEYS
- ALTER TABLE ENABLE KEYS
- REPAIR TABLE
- OPTIMIZE TABLE
- DROP TABLE

This patch adds a new mode, protected_against_usage(). If this is used then the SHOW command will wait until the table
is accessable. This is implemented by re-using the already exising 'version' flag for TABLE_SHARE.
It also added functions to be used to change TABLE_SHARE->version instead of changing it directly.
	


mysql-test/r/myisam-metadata.result:
  Added test case
mysql-test/t/myisam-metadata.test:
  Added test case
sql/mysqld.cc:
  Start from refresh_version 2 as 0 and 1 are reserved.
sql/sql_admin.cc:
  Added MYSQL_OPEN_FOR_REPAIR
  Updated call to wait_while_table_is_used()
sql/sql_base.cc:
  Updated call to wait_while_table_is_used()
  - Allow one to specify how the table should be removed (for all commands except show or for all commands).
  - Don't allow one to reopen the table if one has called share->protect_against_usage()
sql/sql_base.h:
  Added TDC_RT_REMOVE_NOT_OWN_AND_MARK_NOT_USABLE, which is used to mark that no one can reopen this table, except with MYSQL_OPEN_FOR_REPAIR .
  - Added MYSQL_OPEN_FOR_REPAIR
  - Updated prototype for wait_while_table_is_used()
sql/sql_table.cc:
  Updated call to wait_while_table_is_used()
  Use MYSQL_OPEN_FOR_REPAIR for open tables that where repaired.
sql/sql_truncate.cc:
  Updated call to wait_while_table_is_used()
sql/table.cc:
  Use set_refresh_version()
sql/table.h:
  Added functions to be used to change TABLE_SHARE->version instead of changing it directly
2013-03-01 18:01:44 +02:00
..
1st.result Bug #57916: Fix the naming of the proxy_priv table 2010-11-02 17:45:26 +02:00
aborted_clients.result MDEV-246 - Aborted_clients incremented during ordinary connection close 2012-05-03 02:47:06 +02:00
adddate_454.result MDEV-454 Addition of a time interval reduces the resulting value 2012-08-29 17:55:59 +02:00
alias.result MDEV-3908 crash in multi-table delete and mdl 2013-01-18 19:04:51 +01:00
almost_full.result
alter_table-big.result Bug#11748731 - 37248: SOME 'BIG' TESTS FAILING ON 6.0: 2011-11-10 17:18:41 +05:30
alter_table.result Bug#11815557 60269: MYSQL SHOULD REJECT ATTEMPTS TO CREATE SYSTEM 2012-04-11 15:53:17 +05:30
alter_table_online.result Added ALTER ONLINE TABLE, which will give an error if the change can't be done 'instantly' (without a table copy) 2011-04-28 19:56:10 +03: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
analyze.result after merge changes: 2011-12-12 23:58:40 +01:00
ansi.result
auth_rpl.result Update of auth_rpl test. 2011-09-16 14:35:25 +02:00
auto_increment.result Fix for MDEV-533: Confusing error code when doing auto-increment insert for out-of-range values 2012-09-18 15:14:19 +03:00
auto_increment_ranges_innodb.result Fix for MDEV-533: Confusing error code when doing auto-increment insert for out-of-range values 2012-09-18 15:14:19 +03:00
auto_increment_ranges_myisam.result Fix for MDEV-533: Confusing error code when doing auto-increment insert for out-of-range values 2012-09-18 15:14:19 +03: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 merge with mysql-5.5.21 2012-03-09 08:06:59 +01:00
binary.result
binlog_tx_isolation.result
blackhole.result Bug #11880012: INDEX_SUBQUERY, BLACKHOLE, 2012-03-28 12:22:31 +04:00
blackhole_plugin.result A patch for Bug#11765297 (58251 - archive_plugin and blackhole_plugin 2011-03-14 14:03:08 +03:00
bool.result
bootstrap.result post-merge fixes. 2011-07-02 22:12:12 +02:00
bug39022.result A 5.1-only version of fix for bug #46947 "Embedded SELECT 2010-05-28 00:07:40 +04:00
bug46261.result after merge changes: 2011-12-12 23:58:40 +01:00
bug46760.result WL#5349 Change default storage engine to InnoDB 2010-06-17 22:51:35 +02:00
bug47671.result Merge with MySQL 5.1.42 2010-01-15 17:27:55 +02:00
bug58669.result after merge changes: 2011-12-12 23:58:40 +01:00
bug12427262.result BUG#12427262 : 60961: SHOW TABLES VERY SLOW WHEN NOT IN SYSTEM DISK CACHE 2012-04-21 05:23:09 +05:30
bug13633383.result Bug#13633383 63183: SMALL SORT_BUFFER_SIZE CRASH IN MERGE_BUFFERS 2012-02-14 08:11:28 +01:00
bulk_replace.result pbxt suite is now a main-pbxt overlay 2012-02-29 21:55:04 +01:00
cache_innodb.result merge from mysql-5.1 2012-02-29 21:18:50 +01:00
case.result 5.3 merge 2012-08-27 18:13:17 +02:00
case_insensitive_file_system.require
case_insensitive_fs.require
case_sensitive_file_system.require
cast.result c 2012-05-21 15:30:25 +02:00
change_user.result Merge with 5.1 to get in changes from MySQL 5.1.55 2011-02-28 19:39:30 +02:00
change_user_notembedded.result report "using password: YES/NO" correctly for the COM_CHANGE_USER failures 2013-01-25 00:20:53 +01:00
check.result Bug #56494 Segfault in upgrade_shared_lock_to_exclusive() for 2010-09-22 10:15:41 +02:00
check_var_limit.require
client_xml.result Bug#13618 : mysqldump --xml omits comment on table field 2011-01-14 19:50:34 +05:30
comment_column.result Patch for WL#3736: Extended Table, Column and Index Comments. 2010-02-20 13:07:32 +03:00
comment_column2.result Patch for WL#3736: Extended Table, Column and Index Comments. 2010-02-20 13:07:32 +03:00
comment_index.result Patch for WL#3736: Extended Table, Column and Index Comments. 2010-02-20 13:07:32 +03:00
comment_table.result Patch for WL#3736: Extended Table, Column and Index Comments. 2010-02-20 13:07:32 +03:00
comments.result after merge changes: 2011-12-12 23:58:40 +01:00
commit.result Bug#20837 Apparent change of isolation level during transaction 2010-06-08 19:47:10 +02:00
commit_1innodb.result Fix for MDEV-533: Confusing error code when doing auto-increment insert for out-of-range values 2012-09-18 15:14:19 +03:00
compare.result Merge from 5.3 2012-08-24 13:57:39 +02:00
compress.result 5.3 merge 2012-01-13 15:50:02 +01:00
concurrent_innodb_safelog.result
concurrent_innodb_unsafelog.result
connect.result Merge BUG#1010351 from 5.2 to 5.5 2012-06-10 14:12:50 +04:00
consistent_snapshot.result
constraints.result after merge changes: 2011-12-12 23:58:40 +01:00
contributors.result WL#6454: Deprecate SHOW AUTHORS and SHOW CONTRIBUTORS 2012-09-11 16:29:51 +02:00
count_distinct.result Bug#51980 mysqld service crashes with a simple COUNT(DISTINCT) query over a view 2010-04-13 11:38:28 +02:00
count_distinct2.result
count_distinct3.result
crash_commit_before.result rename debug variable to debug_dbug, to make test pass in release builds 2011-12-15 22:07:58 +01:00
create-big.result Bug#13982017: ALTER TABLE RENAME ENDS UP WITH ERROR 1050 (42S01) 2012-06-01 09:31:24 +02:00
create-uca.result
create.result Fixed the CREATE TABLE IF EXIST generates warnings instead of errors 2012-12-17 22:34:56 +02:00
create_delayed.result Fix for MDEV-4009: main.delayed sporadically fails with "query 'REPLACE DELAYED t1 VALUES (5)' failed: 1317: Query execution was interrupted" 2013-01-10 23:40:18 +02:00
create_not_windows.result
create_select_tmp.result
ctype_ascii.result
ctype_big5.result WL#4583 Case conversion in Asian character sets 2010-01-14 15:17:57 +04:00
ctype_binary.result merge with MySQL 5.5.27 2012-08-09 17:22:00 +02:00
ctype_collate.result 5.3->5.5 merge 2011-11-27 17:46:20 +01:00
ctype_cp932_binlog_row.result
ctype_cp932_binlog_stm.result merge with 5.3 2011-10-19 21:45:18 +02:00
ctype_cp1250_ch.result Merge from 5.1 2011-02-17 12:53:09 +01:00
ctype_cp1251.result merge with MySQL 5.5.27 2012-08-09 17:22:00 +02:00
ctype_create.result
ctype_errors.result after merge changes: 2011-12-12 23:58:40 +01:00
ctype_eucjpms.result Merge from 5.1 2011-02-17 12:53:09 +01:00
ctype_euckr.result WL#4583 Case conversion in Asian character sets 2010-01-14 15:17:57 +04:00
ctype_filename.result
ctype_filesystem.result
ctype_gb2312.result WL#4583 Case conversion in Asian character sets 2010-01-14 15:17:57 +04:00
ctype_gbk.result WL#4583 Case conversion in Asian character sets 2010-01-14 15:17:57 +04:00
ctype_gbk_binlog.result
ctype_hebrew.result
ctype_latin1.result merge with MySQL 5.5.27 2012-08-09 17:22:00 +02:00
ctype_latin1_de.result
ctype_latin2.result
ctype_latin2_ch.result
ctype_ldml.result Manual merge of mysql-trunk into mysql-trunk-merge. 2010-03-24 18:03:44 +03:00
ctype_like_range.result Bug#57737 Character sets: search fails with like, contraction, index 2010-11-26 13:44:39 +03:00
ctype_many.result Merging from 5.1. 2011-01-17 15:26:13 +03:00
ctype_mb.result Patch for WL#3736: Extended Table, Column and Index Comments. 2010-02-20 13:07:32 +03:00
ctype_recoding.result 5.3 merge 2012-03-06 20:46:07 +01:00
ctype_sjis.result Merging from mysql-5.1 2011-03-03 18:46:30 +03:00
ctype_tis620.result
ctype_uca.result pbxt suite is now a main-pbxt overlay 2012-02-29 21:55:04 +01:00
ctype_ucs.result 5.3 merge 2013-01-15 19:07:46 +01:00
ctype_ucs2_def.result
ctype_ujis.result Merging from mysql-5.1-security 2010-11-11 13:31:17 +03:00
ctype_ujis_ucs2.result
ctype_utf8.result non-functional cleanup, clarifying CONVERT_IF_BIGGER_TO_BLOB 2013-01-07 20:21:05 +01:00
ctype_utf8mb4.result pbxt suite is now a main-pbxt overlay 2012-02-29 21:55:04 +01:00
ctype_utf8mb4_heap.result pbxt suite is now a main-pbxt overlay 2012-02-29 21:55:04 +01:00
ctype_utf8mb4_innodb.result pbxt suite is now a main-pbxt overlay 2012-02-29 21:55:04 +01:00
ctype_utf8mb4_myisam.result pbxt suite is now a main-pbxt overlay 2012-02-29 21:55:04 +01:00
ctype_utf16.result non-functional cleanup, clarifying CONVERT_IF_BIGGER_TO_BLOB 2013-01-07 20:21:05 +01:00
ctype_utf16_def.result Backporting Bug#32391 Character sets: crash with --character-set-server 2010-08-19 10:00:43 +04:00
ctype_utf16_uca.result pbxt suite is now a main-pbxt overlay 2012-02-29 21:55:04 +01:00
ctype_utf32.result fix val_str_ascii to return a string in the ascii-compatible charset. 2012-08-09 18:25:47 +02:00
ctype_utf32_uca.result pbxt suite is now a main-pbxt overlay 2012-02-29 21:55:04 +01:00
date_formats.result merge with 5.3 2011-10-19 21:45:18 +02:00
datetime_456.result MDEV-3942 FROM_DAYS(<timestamp column>) returns different result in MariaDB comparing to MySQL: NULL vs 0000-00-00 2013-01-08 21:23:03 +01:00
ddl_i18n_koi8r.result pbxt suite is now a main-pbxt overlay 2012-02-29 21:55:04 +01:00
ddl_i18n_utf8.result pbxt suite is now a main-pbxt overlay 2012-02-29 21:55:04 +01:00
deadlock_innodb.result
debug_sync.result Implement new type-of-operation-aware metadata locks. 2010-02-01 14:43:06 +03: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
default_storage_engine.result MDEV-220 MariaDB server 5.5 GA candidate has default storage engine MyISAM 2012-04-19 04:02:28 +02:00
delayed.result 5.5-merge 2011-07-02 22:08:51 +02:00
delete.result 5.3 merge 2012-01-13 15:50:02 +01:00
deprecated_features.result after merge changes: 2011-12-12 23:58:40 +01:00
derived.result 5.3 merge 2012-01-13 15:50:02 +01:00
derived_opt.result 5.3->5.5 merge 2012-11-22 10:19:31 +01:00
derived_view.result 5.3 merge 2013-01-15 19:07:46 +01:00
dirty_close.result
disabled_partition.require
distinct.result 5.3 merge 2013-01-28 13:36:05 +01:00
drop-no_root.result
drop.result merge. 2010-11-25 18:17:28 +01:00
drop_debug.result rename debug variable to debug_dbug, to make test pass in release builds 2011-12-15 22:07:58 +01:00
dyncol.result after merge changes: 2011-12-12 23:58:40 +01:00
empty_table.result
endspace.result 5.3 merge 2012-01-13 15:50:02 +01:00
error_simulation.result mdev-200 set session dbug resets the output to stderr. 2012-03-23 20:49:47 +01:00
errors.result 5.3 merge 2012-08-31 14:15:52 +02:00
events_1.result after merge changes: 2011-12-12 23:58:40 +01:00
events_2.result Patch that refactors global read lock implementation and fixes 2010-11-11 20:11:05 +03:00
events_bugs.result after merge changes: 2011-12-12 23:58:40 +01:00
events_embedded.result
events_grant.result
events_logs_tests.result
events_microsec.result after merge changes: 2011-12-12 23:58:40 +01:00
events_restart.result Patch for Bug#12394306: the sever may crash if mysql.event is corrupted. 2011-05-04 16:59:24 +04:00
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
events_time_zone.result
events_trans.result Bug #54105 assert in MDL_context::release_locks_stored_before 2010-08-13 10:02:37 +02:00
events_trans_notembedded.result
execution_constants.result Bug #12793170 MYSQLTEST: PROVIDE ACCESS TO ERROR NAMES THROUGH NUMERIC CODES AND VICE VERSA 2011-08-22 13:58:49 +02:00
explain.result Update test results (checked) 2012-08-28 16:03:22 +04:00
failed_auth_3909.result 5.3 merge 2013-01-25 11:24:42 +01:00
features.result Added new status variables: 2012-09-09 01:22:06 +03:00
file_contents.result Fix bug#42969 Please add a MANIFEST to each build 2011-02-11 15:55:25 +01:00
filesort_debug.result mysql 5.5.23 merge 2012-04-10 08:28:13 +02:00
fix_priv_tables.result
flush-innodb.result MDEV-254: Server hang with FLUSH TABLES WITH READ LOCK AND DISABLE CHECKPOINT 2012-05-08 14:27:44 +02:00
flush.result after merge changes: 2011-12-12 23:58:40 +01:00
flush2.result
flush_block_commit.result
flush_block_commit_notembedded.result Manual merge 2010-05-26 22:34:25 +08:00
flush_read_lock.result Upmerge 11762407 (54999) with additions 2011-02-23 12:54:58 +01:00
flush_read_lock_kill.result Patch that refactors global read lock implementation and fixes 2010-11-11 20:11:05 +03:00
flush_table.result
foreign_key.result 5.3 merge 2012-01-13 15:50:02 +01:00
fulltext.result 5.3 merge 2012-05-21 20:54:41 +02:00
fulltext2.result
fulltext3.result
fulltext_cache.result
fulltext_distinct.result
fulltext_left_join.result BUG#906357: Incorrect result with outer join and full text match 2011-12-20 00:55:32 +04:00
fulltext_multi.result
fulltext_order_by.result Continuation of the efforts in previous cset. 2011-12-30 11:34:29 +01:00
fulltext_update.result
fulltext_var.result
func_analyse.result 5.1 -> 5.5 merge 2011-04-14 13:10:11 +04:00
func_compress.result merge from 5.2 2012-08-24 14:02:32 +02:00
func_concat.result MariaDB 5.2 -> MariaDB 5.3 merge 2010-06-26 14:05:41 +04:00
func_crypt.result
func_date_add.result
func_default.result merge with 5.3 2011-10-19 21:45:18 +02:00
func_des_encrypt.result
func_digest.result Bug#54661 sha2() returns BINARY result 2010-07-07 10:38:11 +04:00
func_encrypt.result
func_encrypt_nossl.result Fix buildbot: update test results (2) 2012-01-02 21:31:17 +01:00
func_encrypt_ucs2.result Merging from 5.1 2011-03-03 15:27:36 +03:00
func_equal.result
func_gconcat.result MDEV-3987 uninitialized read in Item_cond::fix_fields leads to crash: select .. where .. in ( select ... ) 2013-01-08 21:21:28 +01:00
func_group.result 5.2 merge. 2012-08-22 16:45:25 +02:00
func_group_innodb.result 5.3 merge 2012-08-27 18:13:17 +02:00
func_if.result 5.3 merge 2012-05-21 20:54:41 +02:00
func_in.result Add back testcase for lp:817966 (was lost in the merge) 2012-06-23 20:12:54 +04:00
func_isnull.result 5.1-bugteam->trunk-merge merge 2010-06-08 10:47:23 +04:00
func_like.result Merging from mysql-5.1 2011-01-17 12:39:59 +03:00
func_math.result after merge changes: 2011-12-12 23:58:40 +01:00
func_misc.result Fixed typo in the function name. 2013-01-22 13:29:59 +02:00
func_op.result Made the optimizer switch flags 'outer_join_with_cache', 'semijoin_with_cache' 2011-12-15 00:21:15 -08:00
func_regexp.result pbxt suite is now a main-pbxt overlay 2012-02-29 21:55:04 +01:00
func_rollback.result
func_sapdb.result merge with 5.3 2011-10-19 21:45:18 +02:00
func_set.result BUG#11766317: FIND_IN_SET won't work normaly after upgrade 2011-03-04 15:46:17 +01:00
func_str.result 5.2 merge 2013-01-28 09:12:23 +01:00
func_system.result
func_test.result Merge 5.3 -> 5.5 2012-06-20 15:01:28 +04:00
func_time.result 5.3 merge 2013-01-15 19:07:46 +01:00
func_time_hires.result merge from 5.2 2012-08-24 14:02:32 +02:00
func_timestamp.result revert a suggested "optimization" that introduced a bug 2011-06-06 20:28:15 +02:00
gcc296.result
gis-precise.result 5.3 merge 2012-05-04 07:16:38 +02:00
gis-rt-precise.result MDEV-294 SELECT WHERE ST_CONTAINS doesn't return all the records where ST_CONTAINS() is 1. 2012-05-29 09:59:25 +05:00
gis-rtree.result MDEV-3819 missing constraints for spatial column types. 2013-02-21 01:03:45 +04:00
gis.result MDEV-3819 missing constraints for spatial column types. 2013-02-21 01:03:45 +04:00
gis2.result MDEV-3934 Assertion `((keypart_map+1) & keypart_map) == 0' failed in _mi_pack_key with an index on a POINT column 2013-01-20 14:06:33 +01:00
grant.result post-merge fixes. 2011-07-02 22:12:12 +02:00
grant2.result after merge changes: 2011-12-12 23:58:40 +01:00
grant3.result Follow up for bug#36742. Changed test case for bug#19828 2010-10-18 21:03:53 +07:00
grant4.result Patch for WL#3736: Extended Table, Column and Index Comments. 2010-02-20 13:07:32 +03:00
grant_cache_no_prot.result merge with 5.3 2011-10-19 21:45:18 +02:00
grant_cache_ps_prot.result merge with 5.3 2011-10-19 21:45:18 +02:00
grant_lowercase.result proactive s/strmov/strnmov/ in sql_acl.cc and related test cases 2012-12-04 17:08:02 +01:00
grant_lowercase_fs.result
greedy_optimizer.result 5.3 merge 2012-01-13 15:50:02 +01:00
group_by.result 5.3 merge 2013-01-15 19:07:46 +01:00
group_by_innodb.result Fix for bug MDEV-3992 2013-01-14 15:05:05 +02:00
group_min_max.result 5.3 merge 2013-01-28 13:36:05 +01:00
group_min_max_innodb.result Bug#12540545 61101: ASSERTION FAILURE IN THREAD 1256741184 IN FILE /BUILDDIR/BUILD/BUILD/MYSQ 2011-10-19 16:07:14 +04:00
handler_read_last.result 5.3.4 merge 2012-02-15 18:08:08 +01:00
handlersocket.result MDEV-4065 thd_kill_statement service 2013-01-18 19:04:23 +01:00
have_compress.require
have_crypt.require
have_debug_sync.require
have_geometry.require
have_local_infile.require
have_log_bin.require
have_met_timezone.require
have_moscow_leap_timezone.require
have_mutex_deadlock_detector.require Some after-merge fixes for 5.5 merge. 2011-10-25 12:53:40 +02:00
have_mysql_upgrade.result
have_ndb_extra.require
have_ndbapi_examples.require
have_outfile.require
have_partition.require
have_perror.require
have_pool_of_threads.require
have_profiling.require
have_query_cache.require
have_ssl.require
have_ssl_is_yes_or_disabled_only.require Backport of: 2010-04-13 19:04:45 +04:00
have_symlink.require
have_utf8mb4.require Backporting WL#1213 2010-02-24 13:15:34 +04:00
have_utf16.require Backporting WL#1213 2010-02-24 13:15:34 +04:00
have_utf32.require Backporting WL#1213 2010-02-24 13:15:34 +04:00
have_working_dns.require
having.result Merge 5.3->5.5. 2012-03-01 14:22:22 -08:00
help.result Bug#11815557 60269: MYSQL SHOULD REJECT ATTEMPTS TO CREATE SYSTEM 2012-04-11 15:53:17 +05:30
implicit_char_to_num_conversion.result Adding bug scenario for data types in main suite 2011-05-14 21:44:49 +05:30
implicit_commit.result Bug #51336 Assert in reload_acl_and_cache during RESET QUERY CACHE 2010-02-26 10:58:33 +01:00
in_datetime_241.result MDEV-241 lp:992722 - Server crashes in get_datetime_value 2012-05-02 15:22:47 +02:00
index_intersect.result pbxt suite is now a main-pbxt overlay 2012-02-29 21:55:04 +01:00
index_intersect_innodb.result pbxt suite is now a main-pbxt overlay 2012-02-29 21:55:04 +01:00
index_merge_innodb.result Fixed random test failure 2012-09-10 17:26:54 +03:00
index_merge_myisam.result Fixed random test failure 2012-09-10 17:26:54 +03:00
information_schema-big.result a couple of fixes for tests 2012-01-31 17:12:44 +01:00
information_schema.result MDEV-3818: Query against view over IS tables worse than equivalent query without view 2012-12-18 12:44:15 +02:00
information_schema2.result MDEV-4029 SELECT on information_schema using a subquery locks up the information_schema table due to incorrect mutexes handling 2013-01-21 10:52:39 +01:00
information_schema_all_engines.result merge test case adjustments from 5.2 2012-11-09 12:54:48 +02:00
information_schema_chmod.result
information_schema_db.result Bug#35333, "If Federated table can't connect to remote host, can't retrieve metadata" 2010-11-29 18:51:46 -06:00
information_schema_inno.result Bug #55973 Assertion `thd->transaction.stmt.is_empty()' 2010-08-20 09:16:26 +02:00
information_schema_parameters.result after merge changes: 2011-12-12 23:58:40 +01:00
information_schema_part.result pre push fix of test results 2010-05-26 09:56:55 +02:00
information_schema_routines.result after merge changes: 2011-12-12 23:58:40 +01:00
init_connect.result BUG#11755281/47032: ERROR 2006 / ERROR 2013 INSTEAD OF PROPER ERROR MESSAGE 2012-01-02 06:25:48 +00:00
init_file.result remove few obscure, unused, or misused mtr features 2012-02-06 18:42:18 +01:00
innodb_bug878769,innodb_plugin.rdiff allow suite.pm to skip combinations that originate from test/include files. 2012-02-07 16:22:36 +01:00
innodb_bug878769.result Fixed LP bug #878769. 2011-10-22 07:19:43 -07:00
innodb_ext_key.result Fixed bug mdev-3888. 2012-12-04 16:06:07 -08:00
innodb_icp,innodb_plugin.rdiff typo fixed: space in the status variable name 2012-04-17 20:25:03 +02:00
innodb_icp.result Merge 2012-06-06 16:19:48 +03:00
innodb_ignore_builtin.result fixed for mysql-test-run to 2010-06-10 11:11:52 +02:00
innodb_mrr_cpk,innodb_plugin.rdiff misc test/result fixes 2012-03-01 17:04:57 +01:00
innodb_mrr_cpk.result Fix for MDEV-3948, and backport of the following collection of fixes and backports 2013-01-28 15:13:39 +02:00
innodb_mysql_lock.result Bug#11853126 RE-ENABLE CONCURRENT READS WHILE CREATING 2011-06-01 13:52:20 +02:00
innodb_mysql_lock2.result Yet another follow-up for the 5.5 version of fix for 2010-05-30 13:27:44 +04:00
innodb_mysql_sync.result rename debug variable to debug_dbug, to make test pass in release builds 2011-12-15 22:07:58 +01:00
innodb_utf8.result
insert.result Fix for MDEV-533: Confusing error code when doing auto-increment insert for out-of-range values 2012-09-18 15:14:19 +03:00
insert_notembedded.result
insert_select.result Fix for MDEV-533: Confusing error code when doing auto-increment insert for out-of-range values 2012-09-18 15:14:19 +03:00
insert_update.result Fix for MDEV-533: Confusing error code when doing auto-increment insert for out-of-range values 2012-09-18 15:14:19 +03:00
ipv4_as_ipv6.result Follow-up for bug#36742: changed results for test ipv4_as_ipv6 because hostname is case-insensitive. 2010-10-18 23:20:26 +07:00
ipv6.result New patch for bug#49579, now with "have_ipv4_mapped.inc". 2010-01-29 11:48:11 +01:00
is_debug_build.require
is_embedded.require
isam.result
join.result Merge mariadb 5.3->mariadb 5.5 2012-03-24 18:21:22 +01:00
join_cache.result 5.3 merge 2012-10-18 23:33:06 +02:00
join_crash.result
join_nested.result Made join_cache_level == 2 by default. 2011-12-15 14:26:59 -08:00
join_nested_jcl6.result Made join_cache_level == 2 by default. 2011-12-15 14:26:59 -08:00
join_optimizer.result 5.3->5.5 merge 2011-11-27 17:46:20 +01:00
join_outer.result backport of: 2013-01-17 13:53:15 +02:00
join_outer_innodb.result Merge 5.3->5.5. 2012-03-01 14:22:22 -08:00
join_outer_jcl6.result backport of: 2013-01-17 13:53:15 +02:00
key.result Update test results (checked) 2012-08-28 16:03:22 +04:00
key_cache.result 5.3 merge 2012-02-21 20:51:56 +01: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 BUG#57899: Certain reserved words should not be reserved 2010-11-05 08:23:39 +00:00
kill.result further reduce diffs to 5.5, monty review 2012-01-24 19:18:22 +01:00
last_value.result Added function last_value() which returns the last value but evalutes all arguments as a side effect. 2012-09-05 18:23:51 +03:00
limit.result
limit_rows_examined.result MDEV-3812: Remove unneeded extra call to engine->exec() in Item_subselect::exec, remove enum store_key_result 2012-10-25 15:50:10 +03:00
loaddata.result 5.3 merge 2013-01-15 19:07:46 +01:00
loaddata_autocom_innodb.result
loadxml.result Bug#51571 load xml infile causes server crash 2010-05-05 14:34:20 +04:00
locale.result After fix for Bug#55912 FORMAT with locale set fails for numbers < 1000 2010-08-24 10:15:43 +04:00
lock.result merge with 5.3 2011-10-19 21:45:18 +02:00
lock_multi.result 5.3 merge 2012-02-24 14:37:00 +01:00
lock_multi_bug38499.result MWL#106: Backport optimizations for derived tables and views. 2010-05-26 13:18:18 -07:00
lock_multi_bug38691.result
lock_sync.result Bug# 11763784 (former 56541) 2011-03-29 10:09:05 +02:00
lock_tables_lost_commit.result
log_slow.result merge with 5.3 2011-10-19 21:45:18 +02:00
log_state.result mysql-5.5.28 2012-10-16 13:04:42 +02:00
log_state_bug33693.result
log_tables-big.result
log_tables.result merge with 5.3 2011-10-19 21:45:18 +02:00
log_tables_debug.result rename debug variable to debug_dbug, to make test pass in release builds 2011-12-15 22:07:58 +01:00
log_tables_upgrade.result 5.5-merge 2011-07-02 22:08:51 +02:00
long_tmpdir.result
lowercase0.require
lowercase1.require
lowercase2.require
lowercase_fs_off.result Bug #56595 RENAME TABLE causes assert on OS X 2010-09-16 11:11:13 +02: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 merge mysql-5.1->mysql-5.5 2011-04-06 18:11:43 +03:00
lowercase_table3.result
lowercase_table4.result small cleanups 2013-01-15 19:16:18 +01:00
lowercase_table_grant.result
lowercase_table_qcache.result
lowercase_utf8.result
lowercase_view.result Bug #53095: SELECT column_name FROM INFORMATION_SCHEMA.STATISTICS 2010-06-25 15:59:44 +03:00
mdev316.result fix an overly agressive optimization in Item_func_conv_charset 2012-06-17 16:09:16 +02:00
mdev375.result MDEV-375 Server crashes in THD::print_aborted_warning with log_warnings > 3 2012-07-31 18:32:46 +02:00
mdl_sync.result Bug#35333, "If Federated table can't connect to remote host, can't retrieve 2010-11-30 11:20:56 -06:00
merge-big.result updated results for big tests 2012-01-05 00:02:57 +01:00
merge.result Test case for BUG11763712 is intended for 5.1 only. 2011-12-16 12:17:13 +04:00
merge_debug.result don't even try to run xtradb-only tests with innodb, use have_xtradb.combinations. 2012-02-23 09:18:48 +01:00
merge_innodb.result
merge_mmap.result A fix and a test case for Bug#36171 "CREATE TEMPORARY TABLE and 2010-07-02 20:07:57 +04:00
merge_recover.result
metadata.result merge with 5.3 2011-10-19 21:45:18 +02:00
mix2_myisam.result Fix for MDEV-533: Confusing error code when doing auto-increment insert for out-of-range values 2012-09-18 15:14:19 +03:00
mix2_myisam_ucs2.result
mrr_icp_extra.result 5.3->5.5 merge 2011-11-22 18:04:38 +01:00
multi_statement.result
multi_update.result mysql-5.5.22 merge 2012-03-28 01:04:46 +02:00
multi_update2.result
multi_update_innodb.result BUG#11882110: UPDATE REPORTS ER_KEY_NOT_FOUND IF TABLE IS 2011-06-16 08:24:00 +02:00
multi_update_tiny_hash.result
myisam-big.result Fixed lp:925377 "Querying myisam table metadata while 'alter table..enable keys' is running may corrupt the table" 2012-02-28 23:18:52 +02:00
myisam-blob.result
myisam-metadata.result Fixed bug MPDEV-628 / LP:989055 - Querying myisam table metadata may corrupt the table. 2013-03-01 18:01:44 +02:00
myisam-system.result
myisam.result merge 2012-04-05 23:07:18 +02:00
myisam_crash_before_flush_keys.result Fix failing tests in the main suite 2011-12-30 11:22:27 +01:00
myisam_debug.result rename debug variable to debug_dbug, to make test pass in release builds 2011-12-15 22:07:58 +01:00
myisam_icp.result Merge 2012-06-06 16:19:48 +03:00
myisam_icp_notembedded.result Don't run test for BUG#933412 with embedded server, as it requires concurrent query 2012-02-22 17:38:24 +04:00
myisam_mrr.result Fix for MDEV-533: Confusing error code when doing auto-increment insert for out-of-range values 2012-09-18 15:14:19 +03:00
myisampack.result Merge. 2011-09-16 16:21:05 +04:00
mysql-bug41486.result
mysql-bug45236.result
mysql.result 5.3 merge 2013-01-15 19:07:46 +01:00
mysql_client_test.result Merge of mysql-5.1-bugteam into mysql-trunk-merge. 2010-07-30 09:43:42 -03:00
mysql_client_test_nonblock.result MWL#192: Non-blocking client API for libmysqlclient. 2011-09-20 12:49:25 +02:00
mysql_comments.result
mysql_cp932.result
mysql_embedded.result BUG#12561297:LIBMYSQLD/EXAMPLE/MYSQL_EMBEDDED IS ABORTING. 2011-06-14 00:11:24 +05:30
mysql_locale_posix.result
mysql_not_windows.result mysql.test fixed. 2010-08-25 13:17:15 +05:00
mysql_plugin.result BUG#12969301 : mysql_plugin: enable is ignored if plugin exists 2012-01-24 11:08:57 -05:00
mysql_protocols.result
mysql_upgrade.result mysql-5.5 merge 2012-01-16 20:16:35 +01:00
mysql_upgrade_ssl.result 5.5-merge 2011-07-02 22:08:51 +02:00
mysqladmin.result BUG#11766184 - 59234 : cmdline clients crash --defaults-extra-file 2011-03-17 18:01:06 +05:30
mysqlbinlog-innodb.result Merge from 5.3 2012-08-24 15:29:01 +02:00
mysqlbinlog.result upmerge to bug#14548159 2012-09-22 18:07:04 +05:30
mysqlbinlog_row_big.result BUG#59177: mysqlbinlog_row_big fails on Windows with out of memory 2011-01-12 19:32:45 +00:00
mysqlcheck.result Merge with MariaDB 5.1 and MySQL 5.1.61 2012-02-20 17:49:21 +02:00
mysqld--defaults-file.result Bug #58455 2011-02-08 11:21:14 +01:00
mysqld--help,win.rdiff update the r/mysqld--help,win.rdiff to match the updated r/mysqld--help.result 2012-10-01 16:11:46 +02:00
mysqld--help.result 5.3 merge 2012-10-18 23:33:06 +02:00
mysqld_option_err.result
mysqldump-compat.result
mysqldump-max.result Backport MySQL WL#2540 into MariaDB. 2011-05-03 14:01:11 +02:00
mysqldump-no-binlog.result
mysqldump.result 5.2 merge. 2012-08-22 16:45:25 +02:00
mysqldump_restore.result BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
mysqlhotcopy_myisam.result Patch for trunk after merge from 5.1-bugteam of bug52913. 2010-06-03 11:27:27 +02:00
mysqlshow.result Bug #13113026 INFORMATION_SCHEMA.INNODB_BUFFER_PAGE_LRUFROM 5.6 BACKPORT 2012-07-25 10:48:16 +05:30
mysqlslap.result c 2012-05-21 15:30:25 +02:00
mysqltest.result 5.3 merge 2013-01-25 11:24:42 +01:00
mysqltest_256.result MDEV-256 lp:995501 - mysqltest attempts to parse Perl code inside a block 2012-06-01 17:53:59 +02:00
mysqltest_cont_on_error.result Added --continue-on-error to mysqltest and mysql-test-run 2012-05-15 19:35:57 +02:00
mysqltest_ps.result
named_pipe.result 5.3 merge 2012-01-13 15:50:02 +01:00
ndb_default_cluster.require
negation_elimination.result Post-merge fixes: 2012-06-20 13:41:31 +04:00
no-threads.result
no_binlog.result BUG#50780: 'show binary logs' debug assertion when binary 2010-02-05 17:51:55 +00:00
non_blocking_api.result MWL#192: non-blocking client API, after-review fixes. 2012-01-06 12:43:18 +01:00
not_embedded.require
not_embedded_server.result Merge from mysql-5.1 for bug#58026. 2011-02-04 10:59:55 +06:00
not_ndb.require
not_ndb_default.require
not_openssl.require
not_partition.require
not_partition.result lots of post-merge changes 2011-04-25 17:22:25 +02:00
not_staging.require
not_true.require
not_valgrind.require
not_windows.require
null.result 5.3->5.5 merge 2011-11-27 17:46:20 +01:00
null_key.result Fix for MDEV-533: Confusing error code when doing auto-increment insert for out-of-range values 2012-09-18 15:14:19 +03:00
odbc.result
olap.result after merge changes: 2011-12-12 23:58:40 +01:00
old-mode.result Added progress reporting for alter table, LOAD DATA INFILE and for aria tables: check table, repair table, analyze table. 2011-07-01 15:08:30 +03:00
one_thread_per_connection.require
openssl_1.result fix openssl_1 test 2012-12-01 18:01:59 +01:00
order_by.result Fixed bug mdev-622 (LP bug #1002508). 2012-11-19 19:29:27 -08:00
order_fill_sortbuf.result minor test cleanup. one server restart less in mtr 2012-10-16 10:35:05 +02:00
outfile.result after merge changes: 2011-12-12 23:58:40 +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 Merged bug #11766769 to 5.5. 2011-03-25 14:55:22 +02:00
parser.result after merge changes: 2011-12-12 23:58:40 +01:00
parser_bug21114_innodb.result
parser_not_embedded.result after merge changes: 2011-12-12 23:58:40 +01:00
parser_precedence.result after merge changes: 2011-12-12 23:58:40 +01:00
parser_stack.result
partition.result 5.3->5.5 merge 2012-11-22 10:19:31 +01:00
partition_binlog.result post-push fix for test to work on row-based-replication 2010-12-03 14:05:33 +01:00
partition_binlog_stmt.result Bug#13500478 63623: TEST CASE PARTITION_BINLOG_STMT 2012-01-20 14:19:39 +01:00
partition_blackhole.result
partition_bug18198.result
partition_cache.result fixed MySQL bug#53775: 2012-07-13 22:17:32 +03:00
partition_cache_innodb.result fixed MySQL bug#53775: 2012-07-13 22:17:32 +03:00
partition_cache_myisam.result fixed MySQL bug#53775: 2012-07-13 22:17:32 +03:00
partition_charset.result
partition_column.result post push patch, fixing test result for bug#53806/46754. 2010-09-14 10:56:11 +02:00
partition_column_prune.result post push patch, fixing test result for bug#53806/46754. 2010-09-14 10:56:11 +02:00
partition_csv.result
partition_datatype.result merge with 5.3 2011-10-19 21:45:18 +02:00
partition_debug_sync.result rename debug variable to debug_dbug, to make test pass in release builds 2011-12-15 22:07:58 +01:00
partition_disabled.result after merge changes: 2011-12-12 23:58:40 +01:00
partition_error.result mysql-5.5.22 merge 2012-03-28 01:04:46 +02:00
partition_example.result A temporary solution to make CREATE TABLE attributes 2010-05-11 16:49:23 +02:00
partition_grant.result
partition_hash.result merge 2010-09-13 15:56:56 +02:00
partition_innodb.result Fix for MDEV-3948, and backport of the following collection of fixes and backports 2013-01-28 15:13:39 +02:00
partition_innodb_plugin.result mysql-5.5 merge 2012-01-16 20:16:35 +01:00
partition_innodb_semi_consistent.result merge with 5.3 2011-10-19 21:45:18 +02:00
partition_innodb_stmt.result BUG#50670: Slave stops with error code 1644 2010-04-28 14:47:49 +02:00
partition_key_cache.result Merge MySQL 5.5.20 into MariaDB 5.5. 2012-02-14 16:06:41 +01:00
partition_list.result
partition_mgm.result
partition_mgm_err.result
partition_mgm_err2.result
partition_myisam.result after merge changes: 2011-12-12 23:58:40 +01:00
partition_not_blackhole.result Bug#46086: crash when dropping a partitioned table 2010-07-08 14:36:55 +02:00
partition_not_windows.result
partition_open_files_limit.result
partition_order.result
partition_pruning.result MDEV-414 Depending on indexes or execution plans, a warning on incorrect or out of range values in WHERE condition is sometimes produced and sometimes not 2012-08-31 13:03:41 +02:00
partition_range.result merge 2011-01-10 16:13:12 +01:00
partition_rename_longfilename.result
partition_symlink.result Backport of bug#11891417 from mysql-trunk to mysql-5.5 2011-03-31 14:38:54 +02:00
partition_sync.result rename debug variable to debug_dbug, to make test pass in release builds 2011-12-15 22:07:58 +01:00
partition_truncate.result Bug#49907: ALTER TABLE ... TRUNCATE PARTITION does not wait for 2010-08-16 14:53:30 +02:00
partition_utf8.result
partition_windows.result
perror-win.result Fixed tests for windows 2010-02-24 00:22:19 -07:00
perror.result Bug#10143 Perror not showing error description 2010-02-23 17:45:49 -07:00
plugin.result MDEV-4065 thd_kill_statement service 2013-01-18 19:04:23 +01:00
plugin_auth.result mysql-5.5.29 merge 2013-01-15 19:13:32 +01:00
plugin_auth_qa.result after merge changes: 2011-12-12 23:58:40 +01:00
plugin_auth_qa_1.result fix misplaced and non-working if() in the grammar 2011-07-12 17:41:13 +02:00
plugin_auth_qa_2.result post-merge fixes. 2011-07-02 22:12:12 +02:00
plugin_auth_qa_3.result post-merge fixes. 2011-07-02 22:12:12 +02:00
plugin_innodb.result lp:790513 MariaDB crashes on startup 2011-06-21 17:40:51 +02:00
plugin_load.result
plugin_load_option.result WL#5496 - Plugin LOAD_OPTION in INFORMATION_SCHEMA.PLUGINS 2010-09-27 17:03:27 +04:00
plugin_loaderr.result bugfix: mysqld failed to start if a compiled-in plugin failed to initialize 2012-04-17 20:28:21 +02:00
plugin_maturity.result mdev-20: INSTALL PLUGIN SONAME 2012-03-05 21:48:06 +01:00
plugin_not_embedded.result BUG#58246: INSTALL PLUGIN not secure & crashable 2010-12-01 13:54:50 +01:00
pool_of_threads.result merge 2012-01-24 01:59:03 +01:00
preload.result
profiling.result
progress_976225.result MDEV-217 - Assertion `thd->stmt_arena != thd->progress.arena' failed in thd_progress_init on OPTIMIZE two tables when replaced by recreate 2012-04-18 20:48:14 +02:00
ps.result 5.3 merge 2012-08-27 18:13:17 +02:00
ps_1general.result MDEV-3804: 2012-10-11 12:09:21 +03:00
ps_2myisam.result merge with mysql-5.5.21 2012-03-09 08:06:59 +01:00
ps_3innodb.result merge with mysql-5.5.21 2012-03-09 08:06:59 +01:00
ps_4heap.result merge with mysql-5.5.21 2012-03-09 08:06:59 +01:00
ps_5merge.result merge with mysql-5.5.21 2012-03-09 08:06:59 +01:00
ps_10nestset.result
ps_11bugs.result Merge 5.2->5.3 in preparation for the release of mariadb-5.3.4-rc. 2012-02-01 15:48:02 -08:00
ps_ddl.result after merge changes: 2011-12-12 23:58:40 +01:00
ps_ddl1.result
ps_grant.result fix misplaced and non-working if() in the grammar 2011-07-12 17:41:13 +02:00
ps_not_windows.result
query_cache.result Dependency of tests from ulong size removed. 2012-04-19 17:00:13 +03:00
query_cache_28249.result Merge with 5.2. 2011-12-11 11:34:44 +02:00
query_cache_debug.result merge with 5.3 2011-10-19 21:45:18 +02:00
query_cache_merge.result
query_cache_notembedded.result merge. 2010-11-25 18:17: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
range.result Fix for MDEV-3948, and backport of the following collection of fixes and backports 2013-01-28 15:13:39 +02:00
range_mrr_icp.result Fix for MDEV-3948, and backport of the following collection of fixes and backports 2013-01-28 15:13:39 +02:00
range_vs_index_merge.result 5.3->5.5 merge 2012-11-22 10:19:31 +01:00
range_vs_index_merge_innodb,innodb_plugin.rdiff 5.3->5.5 merge 2012-11-22 10:19:31 +01:00
range_vs_index_merge_innodb.result 5.3->5.5 merge 2012-11-22 10:19:31 +01:00
read_many_rows_innodb.result
read_only.result MDEV-136 Non-blocking "set read_only" 2012-06-04 17:39:28 +02:00
read_only_innodb.result MDEV-136 Non-blocking "set read_only" 2012-06-04 17:39:28 +02:00
rename.result Patch that addresses bug #53976 "ALTER TABLE RENAME 2010-05-28 09:25:11 +04:00
renamedb.result after merge changes: 2011-12-12 23:58:40 +01:00
repair.result Patch for WL#3736: Extended Table, Column and Index Comments. 2010-02-20 13:07:32 +03:00
replace.result Fix for MDEV-533: Confusing error code when doing auto-increment insert for out-of-range values 2012-09-18 15:14:19 +03:00
rollback.result
round.result
row-checksum-old.result
row-checksum.result
row.result Merge. 2010-12-10 23:23:34 -08:00
rowid_order_innodb.result Fixes of testcases after merge with MySQL 5.1.59 2011-11-23 10:25:27 +02:00
rpl_colSize.result
rpl_extraColmaster_innodb.result
rpl_extraColmaster_myisam.result
rpl_mysqldump_slave.result Fix for: lp:1013432 and MySQL#64800: 2012-06-15 13:08:10 +03:00
schema.result Followup for Bug #54360 Deadlock DROP/ALTER/CREATE DATABASE 2010-08-10 13:16:44 +02:00
secure_file_priv_win.result Fix failing tests in the main suite 2011-12-30 11:22:27 +01:00
select.result 5.3 merge 2012-10-18 23:33:06 +02:00
select_debug.result rename debug variable to debug_dbug, to make test pass in release builds 2011-12-15 22:07:58 +01:00
select_found.result
select_jcl6.result 5.3 merge 2012-10-18 23:33:06 +02:00
select_pkeycache.result 5.3 merge 2012-10-18 23:33:06 +02:00
select_safe.result Merge with 5.2. 2011-12-11 11:34:44 +02:00
server_id.require
server_id1.require
shm.result 5.3 merge 2012-01-13 15:50:02 +01:00
show_check.result mysql-5.5.29 merge 2013-01-15 19:13:32 +01:00
show_profile.result Bug#50057: SHOW PROFILE CPU for Windows 2010-02-05 17:31:34 +01:00
signal.result after merge changes: 2011-12-12 23:58:40 +01:00
signal_code.result WL#5670: Proposal: Remove SHOW NEW MASTER statement 2011-02-16 17:27:35 +01:00
signal_demo1.result
signal_demo2.result
signal_demo3.result Auto-merge from mysql-trunk-bugfixing. 2010-07-30 19:28:36 +04:00
signal_sqlmode.result
single_delete_update.result 5.3.4 merge 2012-02-15 18:08:08 +01:00
skip_grants.result after merge changes: 2011-12-12 23:58:40 +01:00
skip_log_bin.result
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 Auto-merge from mysql-trunk-bugfixing. 2010-07-30 19:28:36 +04:00
sp-bugs.result Merge from 5.1 to 5.5 2012-03-28 13:35:08 +05:30
sp-code.result mysql 5.5.23 merge 2012-04-10 08:28:13 +02:00
sp-destruct.result 5.5-merge 2011-07-02 22:08:51 +02:00
sp-dynamic.result
sp-error.result after merge changes: 2011-12-12 23:58:40 +01:00
sp-fib.result
sp-lock.result Bug #57663 Concurrent statement using stored function and DROP DATABASE 2010-11-17 15:37:23 +01:00
sp-no-code.result rename debug variable to debug_dbug, to make test pass in release builds 2011-12-15 22:07:58 +01:00
sp-prelocking.result
sp-security.result Merge from mysql-5.1-security to mysql-5.5-security 2011-04-13 09:59:17 +02:00
sp-threads.result merge with 5.3 2011-10-19 21:45:18 +02:00
sp-ucs2.result after merge changes: 2011-12-12 23:58:40 +01:00
sp-vars.result merge with 5.3 2011-10-19 21:45:18 +02:00
sp.result Merge 5.3->5.5 2013-01-23 15:18:05 -08:00
sp_gis.result
sp_notembedded.result mysql-5.5.29 merge 2013-01-15 19:13:32 +01:00
sp_stress_case.result
sp_sync.result Manual merge of patch for bug#11756013 from mysql-5.1 tree. 2011-06-24 00:02:58 +07:00
sp_trans.result manual merge 2011-08-08 17:45:43 +01:00
sp_trans_log.result Post-push fix for BUG#53259. 2010-07-04 20:35:05 +01:00
sql_mode.result Bug#12601974 - STORED PROCEDURE SQL_MODE=NO_BACKSLASH_ESCAPES IGNORED AND BREAKS REPLICATION 2012-02-29 12:23:15 +05:30
ssl-big.result
ssl.result 5.3 merge 2012-01-13 15:50:02 +01:00
ssl_8k_key.result
ssl_and_innodb.result Bug #59632 Assertion failed: arg_length > length 2011-02-07 11:17:46 +01:00
ssl_cipher.result BUG #11760210: 52596: SSL_CIPHER_LIST NOT SET OR RETURNED FOR "SHOW STATUS LIKE 'SSL_CIPHER_LIST'" 2011-03-11 16:16:34 +05:30
ssl_compress.result 5.3 merge 2012-01-13 15:50:02 +01:00
ssl_connect.result
status.result typo fixed: space in the status variable name 2012-04-17 20:25:03 +02:00
status2.result
status_bug17954.result Updates tests to handle thread pool correctly 2011-01-14 09:28:23 +01:00
status_user.result typo fixed: space in the status variable name 2012-04-17 20:25:03 +02:00
strict.result merge 2012-04-07 15:58:46 +02:00
strict_autoinc_1myisam.result Fix for MDEV-533: Confusing error code when doing auto-increment insert for out-of-range values 2012-09-18 15:14:19 +03:00
strict_autoinc_2innodb.result Fix for MDEV-533: Confusing error code when doing auto-increment insert for out-of-range values 2012-09-18 15:14:19 +03:00
strict_autoinc_3heap.result Fix for MDEV-533: Confusing error code when doing auto-increment insert for out-of-range values 2012-09-18 15:14:19 +03:00
subselect.result 5.3->5.5 merge 2012-11-22 10:19:31 +01:00
subselect2.result MDEV-536: LP:1050806 - different result for a query using subquery, and 2012-11-04 19:09:46 +04:00
subselect3.result MDEV-3812: Remove unneeded extra call to engine->exec() in Item_subselect::exec, remove enum store_key_result 2012-10-25 15:50:10 +03:00
subselect3_jcl6.result MDEV-3812: Remove unneeded extra call to engine->exec() in Item_subselect::exec, remove enum store_key_result 2012-10-25 15:50:10 +03:00
subselect4.result Merge 5.3->5.5 2013-01-23 15:18:05 -08:00
subselect_cache.result Fix for bug lp:944706, task MDEV-193 2012-05-17 13:46:05 +03:00
subselect_debug.result rename debug variable to debug_dbug, to make test pass in release builds 2011-12-15 22:07:58 +01:00
subselect_extra.result 5.3 merge 2012-01-13 15:50:02 +01:00
subselect_extra_no_semijoin.result Patch for mdev-287: CHEAP SQ: A query with subquery in SELECT list, EXISTS, inner joins takes hundreds times longer 2012-05-30 00:18:53 +03:00
subselect_gis.result
subselect_innodb.result Merge 5.3->5.5 2013-01-23 15:18:05 -08:00
subselect_mat.result MDEV-410: EXPLAIN shows type=range, while SHOW EXPLAIN and userstat show full table scan is used 2012-07-25 20:41:48 +04:00
subselect_mat_cost.result Patch for mdev-287: CHEAP SQ: A query with subquery in SELECT list, EXISTS, inner joins takes hundreds times longer 2012-05-30 00:18:53 +03:00
subselect_mat_cost_bugs.result Fix bug mdev-447: Wrong output from the EXPLAIN command of the test case for lp bug #714999 2012-08-21 15:24:43 +03:00
subselect_no_mat.result 5.3->5.5 merge 2012-11-22 10:19:31 +01:00
subselect_no_opts.result 5.3->5.5 merge 2012-11-22 10:19:31 +01:00
subselect_no_scache.result 5.3->5.5 merge 2012-11-22 10:19:31 +01:00
subselect_no_semijoin.result 5.3->5.5 merge 2012-11-22 10:19:31 +01:00
subselect_notembedded.result after merge changes: 2011-12-12 23:58:40 +01:00
subselect_nulls.result Change the default @@optimizer_switch settings: 2011-11-02 13:48:41 +04:00
subselect_partial_match.result Fixed bug lp:1000649 2012-06-05 17:25:10 +03:00
subselect_sj.result 5.3 merge 2013-01-28 13:36:05 +01:00
subselect_sj2.result merge 2012-04-07 15:58:46 +02:00
subselect_sj2_jcl6,innodb_plugin.rdiff merge 2012-04-07 15:58:46 +02:00
subselect_sj2_jcl6.result merge 2012-04-07 15:58:46 +02:00
subselect_sj2_mat.result merge 2012-04-07 15:58:46 +02:00
subselect_sj_aria.result BUG#887468: Second assertion `keypart_map' failed in maria_rkey with semijoin 2011-11-12 20:50:11 +02:00
subselect_sj_jcl6.result 5.3 merge 2013-01-28 13:36:05 +01:00
subselect_sj_mat.result Merged the fix for bug lp:944706, mdev-193 2012-06-19 15:06:45 +03:00
subselect_sj_nonmerged.result BUG#913030: Optimizer chooses a suboptimal excution plan for Q18 from DBT-3 2012-04-02 21:41:54 +04:00
sum_distinct-big.result Fixed bug mdev-4063 (bug #56927). 2013-01-21 11:47:45 -08:00
sum_distinct.result Fixed LP bug #777654. 2011-12-28 18:47:01 -08:00
symlink.result Fix for bug #11759990 - "52354: 'CREATE TABLE .. LIKE ... ' 2011-06-09 16:54:12 +04:00
synchronization.result
sysdate_is_now.result wl#173 - temporal types with sub-second resolution 2011-03-01 13:24:36 +01:00
system_mysql_db.result 5.3->5.5 merge 2011-11-22 18:04:38 +01:00
system_mysql_db_fix30020.result remove few obscure, unused, or misused mtr features 2012-02-06 18:42:18 +01:00
system_mysql_db_fix40123.result remove few obscure, unused, or misused mtr features 2012-02-06 18:42:18 +01:00
system_mysql_db_fix50030.result remove few obscure, unused, or misused mtr features 2012-02-06 18:42:18 +01:00
system_mysql_db_fix50117.result remove few obscure, unused, or misused mtr features 2012-02-06 18:42:18 +01:00
system_mysql_db_refs.result
table_elim.result 5.3 merge 2012-05-21 20:54:41 +02:00
table_elim_debug.result Fixed bug #52636. 2010-09-28 12:39:33 -07:00
table_options.result post-merge fixes. 2011-07-02 22:12:12 +02:00
tablelock.result
tablespace.result Bug#60111 storage type for table not saved in .frm 2011-03-04 09:41:29 +01:00
temp_table.result Backport from mysql-6.0-codebase of: 2010-06-23 13:34:40 +02:00
testdb_only.require
timezone.result merge with 5.1-micro 2011-06-07 18:13:02 +02:00
timezone2.result Merge with 5.1-microseconds 2011-05-28 05:11:32 +03:00
timezone3.result
timezone4.result revert a suggested "optimization" that introduced a bug 2011-06-06 20:28:15 +02:00
timezone_grant.result
trigger-compat.result after merge changes: 2011-12-12 23:58:40 +01:00
trigger-trans.result Bug#49938: Failing assertion: inode or deadlock in fsp/fsp0fsp.c 2010-10-06 11:34:28 -03:00
trigger.result Fix for MDEV-533: Confusing error code when doing auto-increment insert for out-of-range values 2012-09-18 15:14:19 +03:00
trigger_notembedded.result merge. 2010-11-25 18:17:28 +01:00
true.require
truncate.result Bug#42643: InnoDB does not support replication of TRUNCATE TABLE 2010-05-25 17:01:38 -03:00
truncate_coverage.result Bug #57659 Segfault in Query_cache::invalidate_data for TRUNCATE TABLE 2010-10-29 16:10:53 +02:00
type_binary.result Bug#52430 Incorrect key in the error message for duplicate key error involving BINARY type 2010-05-27 20:01:43 +04:00
type_bit.result merge with 5.3 2011-10-19 21:45:18 +02:00
type_bit_innodb.result allow suite.pm to skip combinations that originate from test/include files. 2012-02-07 16:22:36 +01:00
type_blob.result 5.2 merge. 2012-08-22 16:45:25 +02:00
type_date.result MDEV-414 Depending on indexes or execution plans, a warning on incorrect or out of range values in WHERE condition is sometimes produced and sometimes not 2012-08-31 13:03:41 +02:00
type_datetime.result 5.3 merge 2012-01-13 15:50:02 +01:00
type_datetime_hires.result mysql-5.5.18 merge 2011-11-03 19:17:05 +01:00
type_decimal.result after merge changes: 2011-12-12 23:58:40 +01:00
type_enum.result
type_float.result Merge with 5.2. 2011-12-11 11:34:44 +02:00
type_nchar.result
type_newdecimal-big.result
type_newdecimal.result 5.3 merge 2012-01-13 15:50:02 +01:00
type_ranges.result Bug #11744875: 4082: integer lengths cause truncation with distinct concat 2011-05-11 14:11:57 +03:00
type_set.result
type_time.result merge with 5.3 2011-10-19 21:45:18 +02:00
type_time_hires.result mysql-5.5.18 merge 2011-11-03 19:17:05 +01:00
type_timestamp.result 5.3 merge 2012-02-24 14:37:00 +01:00
type_timestamp_hires.result mysql-5.5.18 merge 2011-11-03 19:17:05 +01:00
type_uint.result
type_varchar.result merge with 5.3 2011-10-19 21:45:18 +02:00
type_year.result Merge 5.3->5.5 2013-01-23 15:18:05 -08:00
udf.result after merge changes: 2011-12-12 23:58:40 +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 Fixed LP bug #1010729. 2012-06-08 22:15:49 -07:00
unsafe_binlog_innodb.result
update.result Fix for MDEV-3948, and backport of the following collection of fixes and backports 2013-01-28 15:13:39 +02:00
update_ignore_216.result MDEV-216 lp:976104 - Assertion `0' failed in my_message_sql on UPDATE IGNORE, or unknown error on release build 2012-04-26 19:21:37 +02:00
upgrade.result Bugfix: New table creation/renaming block added if old encoded table present. 2011-05-11 14:09:48 +03:00
user_limits.result 5.3->5.5 merge 2011-11-22 18:04:38 +01:00
user_var-binlog.result upmerge to bug#14548159 2012-09-22 18:07:04 +05:30
user_var.result 5.3->5.5 merge 2012-11-22 10:19:31 +01:00
varbinary.result after merge changes: 2011-12-12 23:58:40 +01:00
variables-notembedded.result 5.3 merge 2012-01-13 15:50:02 +01:00
variables.result mysql-5.5.28 2012-10-16 13:04:42 +02:00
variables_community.result renaming test variables+c to variables_community, + is problematic 2010-02-11 14:26:58 +01:00
view.result 5.3 merge 2013-01-15 19:07:46 +01:00
view_alias.result Bug#40277: SHOW CREATE VIEW returns invalid SQL 2010-03-09 07:36:26 -03:00
view_grant.result 5.3 merge 2012-01-13 15:50:02 +01:00
wait_timeout.result
warnings.result after merge changes: 2011-12-12 23:58:40 +01:00
warnings_debug.result rename debug variable to debug_dbug, to make test pass in release builds 2011-12-15 22:07:58 +01:00
warnings_engine_disabled.result merge. 2010-11-25 18:17:28 +01:00
windows.require
windows.result LP BUG#778413 2011-05-17 10:35:24 +03:00
xa.result mysql 5.5.23 merge 2012-04-10 08:28:13 +02:00
xa_binlog.result MWL#116: After-review fixes. 2011-03-31 14:29:23 +02:00
xml.result mysql-5.5.18 merge 2011-11-03 19:17:05 +01:00
xtradb_mrr.result Fix for MDEV-533: Confusing error code when doing auto-increment insert for out-of-range values 2012-09-18 15:14:19 +03:00