mariadb/mysql-test/r
Igor Babaev d567f1611e MDEV-16820 Lost 'Impossible where' from query with inexpensive subquery
This patch fixes another problem introduced by the patch for mdev-4817.
The latter changed Item_cond::fix_fields() in such a way that it could
call the virtual method is_expensive(). With the first its call
the method saves the result in Item::is_expensive_cache. For all next
calls the method returns the result from this cache. So if the item
once was determined as expensive the method always returns true.
For subqueries it's not good, because non-optimized subqueries always
is considered as expensive.
It means that the cache should be invalidated after the call of
optimize_constant_subqueries().
2018-07-24 20:00:28 -07:00
..
1st.result
aborted_clients.result MDEV-246 - Aborted_clients incremented during ordinary connection close 2012-05-03 02:47:06 +02:00
adddate_454.result MDEV-4667 DATE('string') incompability between mysql and mariadb 2013-07-03 09:46:20 +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 MDEV-13912 Can't refer the same column twice in one ALTER TABLE 2017-10-17 07:37:39 +02:00
alter_table_online.result
alter_table_trans.result MDEV-5743 Server crashes in mysql_alter_table on an attempt to add a primary key to InnoDB table 2014-04-07 21:53:19 +02:00
analyze.result after merge changes: 2011-12-12 23:58:40 +01:00
ansi.result
assign_key_cache-5405.result MDEV-5405 RQG induced crash in mi_assign_to_key_cache in safe mutex unlock 2014-01-27 12:11:04 +01:00
auth_rpl.result Update of auth_rpl test. 2011-09-16 14:35:25 +02:00
auto_increment.result MDEV-16534 PPC64: Unexpected error with a negative value into auto-increment columns in HEAP, MyISAM, ARIA 2018-06-20 16:36:46 +04: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
bad_frm_crash_5029.result MDEV-5029 Crash in MariaDB 5.5.33 with .frm from older MariaDB release 2013-09-18 17:25:10 +02:00
bench_count_distinct.result
big_test.require
bigint.result MDEV-9372 select 100 between 1 and 9223372036854775808 returns false 2016-04-22 16:04:20 +04:00
binary.result
binary_to_hex.result Bug#25340722 - PRINT BINARY DATA AS HEX IN THE MYSQL 2017-05-03 15:16:08 +00:00
binlog_tx_isolation.result
blackhole.result post-merge changes, fixes, and tests 2015-04-28 13:57:21 +02:00
blackhole_plugin.result
bool.result
bootstrap.result post-merge fixes. 2011-07-02 22:12:12 +02:00
bug39022.result
bug46261.result after merge changes: 2011-12-12 23:58:40 +01:00
bug46760.result
bug47671.result
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 merge with mysql-5.5.30 minus few incorrect or not applicable changesets 2013-02-28 18:42:49 +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
cache_temporal_4265.result MDEV-10524 Assertion `arg1_int >= 0' failed in Item_func_additive_op::result_precision() 2016-12-19 14:28:08 +04:00
case.result Merge branch 'mysql/5.5' into 5.5 2017-10-17 10:18:17 +02:00
case_insensitive_file_system.require
case_insensitive_fs.require
case_sensitive_file_system.require
cast.result Merge 5.3->5.5 2014-06-04 21:53:15 +04:00
change_user.result
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
check_var_limit.require
client_xml.result
comment_column.result
comment_column2.result
comment_index.result
comment_table.result
comments.result Support 6 digit version numbers in executable comment syntax. 2014-02-11 21:43:08 +02:00
commit.result
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
connect_debug.result Use after free in authentication 2018-05-01 00:30:17 +02: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 MDEV-13458: Wrong result for aggregate function with distinct clause when the value for tmp_table_size is small 2017-08-09 18:09:04 +05:30
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 crash with too long index comments 2018-01-18 17:50:34 +01: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 Merge from 5.3. 2014-04-21 12:19:47 +04:00
ctype_binary.result MDEV-10524 Assertion `arg1_int >= 0' failed in Item_func_additive_op::result_precision() 2016-12-19 14:28:08 +04:00
ctype_collate.result 5.3->5.5 merge 2011-11-27 17:46:20 +01:00
ctype_cp850.result MDEV-9862 Illegal mix of collation, when comparing column with CASE expression 2016-04-02 00:04:47 +04:00
ctype_cp932.result Bug #11755818 : LIKE DOESN'T MATCH WHEN CP932_BIN/SJIS_BIN 2014-08-12 17:16:51 +05:30
ctype_cp932_binlog_row.result
ctype_cp932_binlog_stm.result The bug 2013-05-08 13:36:17 +04:00
ctype_cp1250_ch.result Merge from 5.3. 2014-04-21 12:19:47 +04:00
ctype_cp1251.result MDEV-10524 Assertion `arg1_int >= 0' failed in Item_func_additive_op::result_precision() 2016-12-19 14:28:08 +04:00
ctype_create.result
ctype_errors.result after merge changes: 2011-12-12 23:58:40 +01:00
ctype_eucjpms.result MDEV-5453 Assertion `src' fails in my_strnxfrm_unicode on GROUP BY MID(..) WITH ROLLUP 2013-12-17 15:19:26 +04:00
ctype_euckr.result Merge from 5.3. 2014-04-21 12:19:47 +04:00
ctype_filename.result Correct length check in my_wc_mb_filename() 2015-12-07 09:20:31 +02:00
ctype_filesystem.result
ctype_gb2312.result Merge from 5.3. 2014-04-21 12:19:47 +04:00
ctype_gbk.result Merge from 5.3. 2014-04-21 12:19:47 +04:00
ctype_gbk_binlog.result
ctype_hebrew.result
ctype_latin1.result MDEV-10524 Assertion `arg1_int >= 0' failed in Item_func_additive_op::result_precision() 2016-12-19 14:28:08 +04:00
ctype_latin1_de.result MDEV-5453 Assertion `src' fails in my_strnxfrm_unicode on GROUP BY MID(..) WITH ROLLUP 2013-12-17 15:19:26 +04:00
ctype_latin2.result
ctype_latin2_ch.result
ctype_ldml.result
ctype_like_range.result
ctype_many.result
ctype_mb.result
ctype_recoding.result MDEV-10181 Illegal mix of collation for a field and an ASCII string as a view field 2016-06-10 15:50:19 +04:00
ctype_sjis.result MDEV-5453 Assertion `src' fails in my_strnxfrm_unicode on GROUP BY MID(..) WITH ROLLUP 2013-12-17 15:19:26 +04:00
ctype_tis620.result MDEV-5453 Assertion `src' fails in my_strnxfrm_unicode on GROUP BY MID(..) WITH ROLLUP 2013-12-17 15:19:26 +04:00
ctype_uca.result MDEV-7649 wrong result when comparing utf8 column with an invalid literal 2015-04-24 11:00:34 +04:00
ctype_uca_innodb.result MDEV-7649 wrong result when comparing utf8 column with an invalid literal 2015-04-24 11:00:34 +04:00
ctype_ucs.result MDEV-15624 Changing the default character set to utf8mb4 changes query evaluation in a very surprising way 2018-04-04 09:12:44 +04:00
ctype_ucs2_def.result
ctype_ucs2_query_cache.result MDEV-5138 Numerous test failures in "mtr --ps --embedded". 2014-04-15 18:09:58 +05:00
ctype_ujis.result MDEV-5453 Assertion `src' fails in my_strnxfrm_unicode on GROUP BY MID(..) WITH ROLLUP 2013-12-17 15:19:26 +04:00
ctype_ujis_ucs2.result
ctype_utf8.result MDEV-13530 VARBINARY doesn't convert to to BLOB for sizes 65533, 65534 and 65535 2017-10-13 07:06:09 +04:00
ctype_utf8mb4.result MDEV-15624 Changing the default character set to utf8mb4 changes query evaluation in a very surprising way 2018-04-04 09:12:44 +04:00
ctype_utf8mb4_heap.result MDEV-9371 select insert('a',2,1,'b') doesn't return expected 'a' 2016-02-10 10:03:47 +04:00
ctype_utf8mb4_innodb.result MDEV-9371 select insert('a',2,1,'b') doesn't return expected 'a' 2016-02-10 10:03:47 +04:00
ctype_utf8mb4_myisam.result MDEV-9371 select insert('a',2,1,'b') doesn't return expected 'a' 2016-02-10 10:03:47 +04:00
ctype_utf16.result MDEV-11685: sql_mode can't be set with non-ascii connection charset 2017-01-11 09:08:17 -05:00
ctype_utf16_def.result
ctype_utf16_uca.result Merge from 5.3. 2014-04-21 12:19:47 +04:00
ctype_utf32.result MDEV-13530 VARBINARY doesn't convert to to BLOB for sizes 65533, 65534 and 65535 2017-10-13 07:06:09 +04:00
ctype_utf32_uca.result Merge from 5.3. 2014-04-21 12:19:47 +04:00
date_formats.result MDEV-5506 safe_mutex: Trying to lock unitialized mutex at safemalloc.c 2014-01-28 12:25:29 +04: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 merge with mysql-5.5.30 minus few incorrect or not applicable changesets 2013-02-28 18:42:49 +01:00
ddl_i18n_utf8.result merge with mysql-5.5.30 minus few incorrect or not applicable changesets 2013-02-28 18:42:49 +01:00
deadlock_innodb.result
debug_sync.result
default.result
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 MDEV-16307: Incorrect results when using BNLH join instead of BNL join with views 2018-07-10 13:54:04 +05:30
derived_opt.result MDEV-6838 Using too big key for internal temp tables 2015-03-06 17:03:46 +01:00
derived_view.result Fixed the bug mdev-12812. 2017-05-17 16:16:54 -07:00
dirty_close.result
disabled_partition.require
distinct.result MySQL-5.5.36 merge 2014-02-17 11:00:51 +01:00
drop-no_root.result
drop.result
drop_bad_db_type.result fix an old bug where dd_frm_type() could incorrectly determine the table type 2013-08-28 22:16:13 +02: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 MDEV-7505 - Too large scale in DECIMAL dynamic column getter crashes mysqld 2015-06-05 10:44:11 +04:00
empty_server_name-8224.result MDEV-8224 Server crashes in get_server_from_table_to_cache on empty name 2015-06-03 17:11:07 +02:00
empty_table.result
empty_user_table.result fixes for buildbot 2013-05-21 09:42:10 +02:00
endspace.result 5.3 merge 2012-01-13 15:50:02 +01:00
error_simulation.result Merge remote-tracking branch 'mysql/5.5' into bb-5.5-merge @ mysql-5.5.42 2015-02-11 23:50:40 +01:00
errors.result MDEV-13530 VARBINARY doesn't convert to to BLOB for sizes 65533, 65534 and 65535 2017-10-13 07:06:09 +04:00
events_1.result Merge branch 'mysql/5.5' into 5.5 2015-12-09 10:00:49 +01:00
events_2.result Bug#25335897: Modified the year of the date value from 2017 to 2037 in first event. 2017-01-03 09:06:19 +01: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
events_scheduling.result
events_slowlog.result MDEV-11552 Queries executed by event scheduler are written to slow log incorrectly or not written at all 2016-12-17 00:16:15 +01:00
events_stress.result
events_time_zone.result
events_trans.result MTR's internal check of the test case 'main.events_trans' failed. 2013-12-18 11:08:21 +01: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
failed_auth_unixsocket.result 5.3-merge 2014-03-16 19:21:37 +01:00
features.result Added new status variables: 2012-09-09 01:22:06 +03:00
file_contents.result Bug#19908468 PLACE CORRECT INFORMATION IN INFO_SRC AFTER TRANSITIONING TO GIT 2014-11-11 16:01:13 +01:00
filesort_bad_i_s-7585.result MDEV-7585 Assertion `thd->is_error() || kill_errno || thd->killed == ABORT_QUERY' failed in ha_rows filesort 2015-04-27 15:42:12 +02: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
flush_read_lock.result
flush_read_lock_kill.result
flush_table.result
foreign_key.result 5.3 merge 2012-01-13 15:50:02 +01:00
frm_bad_row_type-7333.result MDEV-7333 "'show table status like 'table_name'" on tokudb table lead to MariaDB crash 2015-01-13 19:27:28 +01:00
fulltext.result MDEV-14743: Server crashes in Item_func_match::init_search 2018-01-12 20:00:45 +01:00
fulltext2.result
fulltext3.result MDEV-9986 Full-text search of the utf8mb4 column causes crash 2016-04-26 12:58:14 +02:00
fulltext_cache.result
fulltext_charsets.result MDEV-11241 Certain combining marks cause MariaDB to crash when doing Full-Text searches 2016-12-03 22:03:38 +01:00
fulltext_derived_4257.result MDEV-4257 Assertion `!table || (!table->read_set || bitmap_is_set(table->read_set, field_index))' fails on FROM subquery with fulltext search, derived_merge=on 2013-07-05 16:02:02 +02:00
fulltext_derived_4316.result MDEV-4316 MariaDB server crash with signal 11 2013-04-06 15:14:46 +02:00
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
func_compress.result MDEV-4513 Valgrind warnings (Conditional jump or move depends on uninitialised value) in inflate on UNCOMPRESS 2014-11-18 15:42:48 +01:00
func_concat.result
func_crypt.result
func_date_add.result MDEV-4284 Assertion `cmp_items[(uint)cmp_type]' fails in sql/item_cmpfunc.cc 2013-03-17 11:41:25 +01:00
func_default.result merge with 5.3 2011-10-19 21:45:18 +02:00
func_des_encrypt.result
func_digest.result
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
func_equal.result Another attempt to fix bug mdev-5103. 2013-11-21 15:19:25 -08:00
func_gconcat.result MDEV-7821 - Server crashes in Item_func_group_concat::fix_fields on 2nd 2015-07-31 13:05:10 +04:00
func_group.result MDEV-10468 Assertion `nr >= 0.0' failed in Item_sum_std::val_real() 2016-08-08 18:37:02 +04:00
func_group_innodb.result 5.3 merge 2013-03-27 10:03:28 +01:00
func_if.result MDEV-8663: IF Statement returns multiple values erroneously (or Assertion `!null_value' failed in Item::send(Protocol*, String*)) 2015-09-04 15:56:58 +02:00
func_in.result Bug#26361149 MYSQL SERVER CRASHES AT: COL IN(IFNULL(CONST, COL), NAME_CONST('NAME', NULL)) 2017-10-17 11:04:09 +02:00
func_isnull.result Fixed mdev-14911: zero_date is considered as NULL, depending on 2018-01-15 11:19:14 -08:00
func_like.result
func_math.result MDEV-10467 Assertion `nr >= 0.0' failed in Item_sum_std::val_real() 2016-08-03 15:55:48 +04:00
func_misc.result MDEV-15630 uuid() function evaluates at wrong time in query 2018-04-03 16:28:52 +04: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 5.3 merge 2014-02-22 22:51:20 +01:00
func_rollback.result
func_sapdb.result MDEV-4724 Some temporal functions do not preserve microseconds 2013-09-13 14:43:10 +04:00
func_set.result MDEV-14596 Crash in INTERVAL(ROW(..),ROW(..)) 2017-12-08 14:40:27 +04:00
func_str.result MDEV-9371 select insert('a',2,1,'b') doesn't return expected 'a' 2016-02-10 10:03:47 +04:00
func_system.result
func_test.result Merge 5.3 -> 5.5 2012-06-20 15:01:28 +04:00
func_time.result MDEV-13972 crash in Item_func_sec_to_time::get_date 2017-10-10 10:35:12 +04:00
func_time_hires.result MDEV-4724 Some temporal functions do not preserve microseconds 2013-09-13 14:43:10 +04: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 Backport from 10.0: 2014-10-08 18:10:31 +04: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-4521 MBRContains, MBRWithin no longer work with geometries of different type. 2013-05-15 02:33:29 +05:00
gis.result MDEV-4922 Stored Procedure - Geometry parameter not working. 2015-06-08 13:47:07 +05: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 MDEV-16220 MTR - do not pass UTF8 on the command line for mysql client. 2018-05-18 20:59:21 +01:00
grant2.result after merge changes: 2011-12-12 23:58:40 +01:00
grant3.result
grant4.result
grant_4332.result MDEV-4519 SHOW EVENTS and SHOW PROCEDURE STATUS truncate long user names 2013-06-13 20:18:40 +02: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
grant_not_windows.result MDEV-16220 MTR - do not pass UTF8 on the command line for mysql client. 2018-05-18 20:59:21 +01:00
greedy_optimizer.result 5.3 merge 2012-01-13 15:50:02 +01:00
group_by.result MDEV-12350: Heap corruption, overrun buffer, ASAN errors, server crash in my_fill_8bit / filesort 2017-12-20 11:50:22 +02:00
group_by_innodb.result move innodb specific test from group_by.test to group_by_innodb.test 2014-01-26 21:49:11 +01:00
group_by_null.result MDEV-5461 Assertion `length <= column->length' fails in write_block_record with functions in select list, GROUP BY, ORDER BY 2014-01-26 21:49:19 +01:00
group_min_max.result mysql-5.5.39 merge 2014-08-02 21:26:16 +02:00
group_min_max_innodb.result DEV-10595 MariaDB daemon leaks memory with specific query 2016-08-25 09:50:04 +03: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_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
have_symlink.require
have_utf8mb4.require
have_utf16.require
have_utf32.require
have_working_dns.require
having.result MDEV-16235 Server crashes in my_utf8_uni or in my_strtod_int upon 2018-06-11 08:52:49 -07: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
implicit_commit.result
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 MDEV-10927: Crash When Using sort_union Optimization 2016-12-22 15:51:37 +05:30
index_merge_myisam.result Backport the following from 5.5 to 5.3: 2014-02-19 18:34:12 +04:00
information_schema-big.result a couple of fixes for tests 2012-01-31 17:12:44 +01:00
information_schema.result MDEV-16342 SHOW ENGINES: MyISAM description is useless 2018-06-11 09:57:54 +02:00
information_schema2.result MDEV-8796 Delete with sub query with information_schema.TABLES deletes too many rows 2015-10-08 10:01:43 +02: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
information_schema_inno.result
information_schema_parameters.result after merge changes: 2011-12-12 23:58:40 +01:00
information_schema_part.result MDEV-11353 - Identical logical conditions 2016-12-20 17:42:08 +04:00
information_schema_routines.result MDEV-4519 SHOW EVENTS and SHOW PROCEDURE STATUS truncate long user names 2013-06-13 20:18:40 +02: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_connection_query_cache.result MDEV-4520: Assertion `0' fails in Query_cache::end_of_result on concurrent drop event and event execution 2013-05-23 17:05:31 +03: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 MDEV-5424: SELECT using ORDER BY DESC and LIMIT produces unexpected results (InnoDB/XtraDB) 2014-01-02 15:51:02 +02:00
innodb_icp,innodb_plugin.rdiff Fixed the bug mdev-12429 and its duplicates mdev-12145 and mdev-9886. 2017-04-04 10:04:52 -07:00
innodb_icp.result Fixed the bug mdev-12429 and its duplicates mdev-12145 and mdev-9886. 2017-04-04 10:04:52 -07:00
innodb_ignore_builtin.result
innodb_load_xa.result MDEV-8474: InnoDB sets per-connection data unsafely 2015-07-21 12:12:58 +03:00
innodb_mrr_cpk,innodb_plugin.rdiff Merge 5.3->5.5 2014-10-29 13:22:48 +03:00
innodb_mrr_cpk.result Merge 5.3->5.5 2014-10-29 13:22:48 +03: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
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 BUG#23135731: INSERT WITH DUPLICATE KEY UPDATE REPORTS 2016-04-22 10:25:16 +05:30
insert_innodb.result Merge branch 'mysql/5.5' into 5.5 2016-06-14 13:55:28 +02:00
insert_notembedded.result
insert_select.result MDEV-15318 CREATE .. SELECT VALUES produces invalid table structure 2018-05-17 11:32:13 +02: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
insert_update_autoinc-7150.result MDEV-7150 Wrong auto increment values on INSERT .. ON DUPLICATE KEY UPDATE when the inserted columns include NULL in an auto-increment column 2014-12-18 00:13:16 +01:00
ipv4_as_ipv6.result
ipv6.result
is_debug_build.require
is_embedded.require
isam.result
join.result Fixed MDEV-16512, crashing on re-execution of failing SP 2018-06-27 13:41:19 +03:00
join_cache.result MDEV-16603 Crash with set join_cache_level=4 2018-06-29 22:46:38 -07:00
join_crash.result
join_nested.result Fixed bug mdev-7992. 2017-02-24 09:40:53 -08:00
join_nested_jcl6.result Fixed bug mdev-7992. 2017-02-24 09:40:53 -08:00
join_optimizer.result 5.3->5.5 merge 2011-11-27 17:46:20 +01:00
join_outer.result MDEV-16726 Assertion `tab->type == JT_REF || tab->type == JT_EQ_REF' failed 2018-07-19 15:31:46 -07:00
join_outer_innodb.result MDEV-4817: Optimizer fails to optimize expression of the form 'FOO' IS NULL 2013-07-31 17:24:52 +04:00
join_outer_jcl6.result MDEV-16726 Assertion `tab->type == JT_REF || tab->type == JT_EQ_REF' failed 2018-07-19 15:31:46 -07: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
key_primary.result
keywords.result OPTION is now a valid identifier (not a reserved word) 2013-03-14 18:39:22 +02:00
kill-2.result MDEV-6896 kill user command cause MariaDB crash 2014-12-15 13:01:11 +02:00
kill.result further reduce diffs to 5.5, monty review 2012-01-24 19:18:22 +01:00
kill_processlist-6619.result MDEV-9945 - main.kill_processlist-6619 fails sporadically 2016-06-14 14:44:09 +04: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 MDEV-16235 Server crashes in my_utf8_uni or in my_strtod_int 2018-05-22 12:09:05 -07:00
limit_rows_examined.result Fixed the bugs mdev-12670 and mdev-12675. 2017-05-09 15:09:15 -07:00
loaddata.result Merge remote-tracking branch 'mysql/5.5' into 5.5 2017-04-11 10:18:04 -04:00
loaddata_autocom_innodb.result
loadxml.result test case for loadxml and spaces 2017-07-18 14:59:33 +02:00
locale.result MDEV-10052 Illegal mix of collations with DAYNAME(date_field)<>varchar_field 2016-05-10 19:13:06 +04:00
lock.result mysqltest: Allow HANDLER READ in --ps-protocol tests 2018-06-11 09:57:54 +02:00
lock_multi.result 5.3 merge 2012-02-24 14:37:00 +01:00
lock_multi_bug38499.result
lock_multi_bug38691.result
lock_sync.result Bug#19070633 - POSSIBLE ACCESS TO FREED MEMORY IN IS_FREE_LOCK() 2014-09-16 11:28:46 +05:30
lock_tables_lost_commit.result
locked_temporary-5955.result MDEV-5955 Server crashes in handler::ha_external_lock or assertion `m_lock_type == 2' fails in handler::ha_close on disconnect with a locked temporary table 2014-03-26 19:56:23 +01:00
log_errchk.result MDEV-6870 Not possible to use FIFO file as a general_log file 2015-04-27 15:42:12 +02:00
log_slow.result MDEV-11719 main.subselect_no_exists_to_in failed in buildbot 2017-01-04 03:33:39 +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 MTR's internal check of main.log_tables-big failed 2017-08-15 20:10:04 +03:00
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 post-merge fixes 2015-04-29 12:40:52 +02:00
long_tmpdir.result
lowercase0.require
lowercase1.require
lowercase2.require
lowercase_fs_off.result
lowercase_fs_on.result Bug#20198490 : LOWER_CASE_TABLE_NAMES=0 ON WINDOWS LEADS TO 2015-08-21 08:35:42 +05:30
lowercase_mixed_tmpdir.result
lowercase_mixed_tmpdir_innodb.result
lowercase_table.result
lowercase_table2.result
lowercase_table4.result Bug#16395459 TEST AND RESULT FILES WITH EXECUTE BIT 2014-06-25 12:35:50 +02:00
lowercase_table_grant.result
lowercase_table_qcache.result
lowercase_utf8.result
lowercase_view.result
mdev316.result Merging from 5.3 2013-07-08 16:49:42 +04:00
mdev375.result MDEV-375 Server crashes in THD::print_aborted_warning with log_warnings > 3 2012-07-31 18:32:46 +02:00
mdev6830.result fix a couple of dbug tests not to write to /tmp 2016-04-19 11:27:00 +02:00
mdev_14586.result MDEV-14586 Assertion `0' failed in retrieve_auto_increment ... 2018-01-23 17:29:58 +05:30
mdl_sync.result Fix for bug#14188793 - "DEADLOCK CAUSED BY ALTER TABLE DOEN'T CLEAR 2013-08-20 13:12:34 +04:00
merge-big.result updated results for big tests 2012-01-05 00:02:57 +01:00
merge.result MDEV-10424 - Assertion `ticket == __null' failed in MDL_request::set_type 2016-08-17 11:12:05 +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 Bug#20691429 ASSERTION `CHILD_L' FAILED IN STORAGE/MYISAMMRG/HA_MYISAMMRG.CC:631 2016-02-09 11:28:59 +01:00
merge_mmap.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_derived_crash_4610.result MDEV-4610 SQL query crashes MariaDB with derived_with_keys 2013-07-05 20:45:42 +02:00
mrr_icp_extra.result MDEV-4778: Incorrect results from Aria/MyISAM SELECT using index with prefix length on TEXT column 2013-07-16 10:56:42 +04:00
multi_statement.result
multi_update.result MDEV-8018: main.multi_update fails with --ps-protocol 2015-04-22 13:59:18 +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 MDEV-9319 ALTER from a bigger to a smaller blob type truncates too much data 2015-12-29 14:17:31 +04:00
myisam-metadata.result Yet another attempt at fixing random failures in test case main.myisam-metadata 2014-10-29 13:39:22 +01:00
myisam-system.result
myisam.result MDEV-13530 VARBINARY doesn't convert to to BLOB for sizes 65533, 65534 and 65535 2017-10-13 07:06:09 +04: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_enable_keys-10506.result MDEV-10506 Protocol::end_statement(): Assertion `0' failed upon ALTER TABLE 2016-08-07 11:02:42 +02:00
myisam_icp.result Fixed the bug mdev-12429 and its duplicates mdev-12145 and mdev-9886. 2017-04-04 10:04:52 -07: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
myisam_optimize.result mtr: check that tests clean up debug_sync. fix tests that didn't. 2014-01-27 12:10:53 +01:00
myisam_recover.result Bug #18075170 SQL NODE RESTART REQUIRED TO 2015-05-12 20:27:26 +05:30
myisampack.result MDEV-6245 Certain compressed tables with myisampack are corrupted by "CHECK TABLE" 2014-05-17 10:42:59 +03:00
mysql-bug41486.result
mysql-bug45236.result
mysql.result MDEV-13187 incorrect backslash parsing in clients 2017-06-27 14:00:37 +02:00
mysql_binary_mode.result MDEV-4297 mysql --binary-mode 2013-06-10 21:45:30 +02:00
mysql_client_test.result
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 mysqltest: don't eat new lines in --exec 2016-10-14 01:12:04 +02:00
mysql_plugin.result Bug#21973610: BUFFER OVERFLOW ISSUES 2015-11-07 22:03:47 +05:30
mysql_protocols.result
mysql_tzinfo_to_sql_symlink.result MDEV-6236 - [PATCH] mysql_tzinfo_to_sql may produce invalid SQL 2015-06-05 10:44:10 +04:00
mysql_upgrade.result MDEV-9453 mysql_upgrade.exe error when mysql is migrated to mariadb 2016-02-06 11:45:23 +01:00
mysql_upgrade_ssl.result post-merge fixes 2015-04-29 12:40:52 +02:00
mysql_upgrade_view.result MDEV-9453 mysql_upgrade.exe error when mysql is migrated to mariadb 2016-02-06 11:45:23 +01:00
mysqladmin.result
mysqlbinlog-innodb.result merge with mysql-5.5.30 minus few incorrect or not applicable changesets 2013-02-28 18:42:49 +01:00
mysqlbinlog.result merge with mysql-5.5.30 minus few incorrect or not applicable changesets 2013-02-28 18:42:49 +01:00
mysqlbinlog_row_big.result
mysqlcheck.result MDEV-6128:[PATCH] mysqlcheck wrongly escapes '.' in table names 2016-08-08 21:27:30 +02:00
mysqld--defaults-file.result
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 defaults-group-suffix in print_defaults 2018-04-13 14:56:50 +04:00
mysqld_option_err.result
mysqldump-compat.result
mysqldump-max.result
mysqldump-nl.result MDEV-13187 incorrect backslash parsing in clients 2018-01-24 09:35:07 +01:00
mysqldump-no-binlog.result
mysqldump.result MDEV-15021: mysqldump --tables --routines generates non importable dump file 2018-06-10 16:50:36 +03:00
mysqldump_restore.result
mysqlhotcopy_myisam.result
mysqlshow.result Bug #13113026 INFORMATION_SCHEMA.INNODB_BUFFER_PAGE_LRUFROM 5.6 BACKPORT 2012-07-25 10:48:16 +05:30
mysqlslap.result MDEV-15789 - mysqlslap use incorrect table def 2018-06-07 17:21:14 +04:00
mysqltest.result MDEV-13187 incorrect backslash parsing in clients 2017-06-27 14:00:37 +02: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
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
not_ndb.require
not_ndb_default.require
not_openssl.require
not_partition.require
not_partition.result
not_staging.require
not_true.require
not_valgrind.require
not_windows.require
null.result Merge 5.3-5.5 2013-10-13 13:43:29 -07:00
null_key.result MDEV-4778: Incorrect results from Aria/MyISAM SELECT using index with prefix length on TEXT column 2013-07-16 10:56:42 +04: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 main.openssl_1 failure 2016-06-14 14:52:43 +02:00
openssl_6975,tlsv10.result MDEV-6975 Implement TLS protocol 2014-11-19 18:54:02 +01:00
openssl_6975,tlsv12.result MDEV-6975 Implement TLS protocol 2014-11-19 18:54:02 +01:00
order_by.result Fixed mdev-6706 Wrong result (missing rows) 2018-01-12 13:14:27 -08:00
order_by_innodb.result MDEV-6434: Wrong result (extra rows) with ORDER BY, multiple-column index, InnoDB 2014-07-22 15:52:49 +04: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 Backport from trunk: 2014-04-23 17:01:35 +02:00
overflow.result
packet.result
parser.result MDEV-15620 Crash when using "SET @@NEW.a=expr" inside a trigger 2018-03-27 09:40:10 +04: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 MDEV-6322: The PARTITION engine can return wrong query results 2014-07-23 22:48:31 +04:00
partition_binlog.result
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 Bug#16274455: CAN NOT ACESS PARTITIONED TABLES WHEN 2013-02-14 17:03:49 +01:00
partition_column_prune.result
partition_csv.result
partition_datatype.result MDEV-13530 VARBINARY doesn't convert to to BLOB for sizes 65533, 65534 and 65535 2017-10-13 07:06:09 +04: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 Merge remote-tracking branch 'mysql/5.5' into 5.5 2015-10-08 22:54:24 +02:00
partition_example.result
partition_grant.result
partition_hash.result
partition_innodb.result MDEV-9455: [ERROR] mysqld got signal 11 2017-02-20 15:49:38 +01: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
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 Bug#16274455: CAN NOT ACESS PARTITIONED TABLES WHEN 2013-02-14 17:03:49 +01:00
partition_mgm_err2.result
partition_myisam.result MDEV-10418 Assertion `m_extra_cache' failed in 2017-02-22 01:36:16 +04:00
partition_not_blackhole.result
partition_not_windows.result
partition_open_files_limit.result
partition_order.result MDEV-5177: ha_partition and innodb index intersection produce fewer rows (MySQL Bug#70703) 2014-03-11 16:45:08 +01:00
partition_pruning.result mysql-5.5.39 merge 2014-08-02 21:26:16 +02:00
partition_range.result
partition_rename_longfilename.result
partition_symlink.result Bug#25092566: CREATE TABLE WITH DATA DIRECTORY CLAUSE DOES NOT REQUIRE SPECIAL 2016-11-25 14:55:01 +05:30
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
partition_utf8.result Merge branch 'mysql-5.1' into mysql-5.5 2015-07-10 07:54:55 +05:30
partition_windows.result
perror-win.result
perror.result MySQL-5.5.35 merge 2014-01-22 15:29:36 +01:00
plugin.result Bug#18903155: BACKPORT BUG-18008907 TO 5.5+ VERSIONS. 2014-06-27 17:04:08 +05:30
plugin_auth.result update test results, broken by MDEV-5547 fix 2014-01-22 23:59:21 +01:00
plugin_auth_qa.result Merge branch 'mysql-5.1' into mysql-5.5 2015-07-10 07:54:55 +05:30
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 mysql-5.5.34 merge 2013-11-19 13:16:25 +01:00
plugin_auth_qa_3.result Bug #17357528 BACKPORT BUG#16513435 TO 5.5 AND 5.6 2014-06-30 19:24:25 +05:30
plugin_innodb.result lp:790513 MariaDB crashes on startup 2011-06-21 17:40:51 +02:00
plugin_load.result
plugin_load_option.result
plugin_loaderr.result disable the test for MDEV-6351 on embedded 2014-07-28 09:42:52 +02:00
plugin_maturity.result MDEV-5022 Strange message or wrong errno on mismatching versions of plugin and server 2013-11-11 09:31:09 +01:00
plugin_not_embedded.result
plugin_vars.result MDEV-5345 - Deadlock between mysql_change_user(), SHOW VARIABLES and 2014-01-28 11:12:43 +04:00
pool_of_threads.result MDEV-10100 main.pool_of_threads fails sporadically in buildbot 2017-01-04 13:03:30 +02:00
preload.result
processlist.result MDEV-7189: main.processlist fails sporadically in buildbot 2015-01-06 16:32:41 +01:00
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 MDEV-10657: incorrect result returned with binary protocol (prepared statements) 2017-12-27 16:01:37 +01:00
ps_1general.result MDEV-10318 unset params in --ps --embedded 2016-07-12 12:13:31 +02:00
ps_2myisam.result MDEV-4724 Some temporal functions do not preserve microseconds 2013-09-13 14:43:10 +04:00
ps_3innodb.result MDEV-4724 Some temporal functions do not preserve microseconds 2013-09-13 14:43:10 +04:00
ps_4heap.result MDEV-4724 Some temporal functions do not preserve microseconds 2013-09-13 14:43:10 +04:00
ps_5merge.result MDEV-4724 Some temporal functions do not preserve microseconds 2013-09-13 14:43:10 +04:00
ps_10nestset.result
ps_11bugs.result Fix for MDEV-4144 2013-03-29 17:53:21 +02:00
ps_change_master.result MDEV-7640: CHANGE MASTER TO doesn't work with prepared statements 2015-10-11 17:21:51 -04:00
ps_ddl.result after merge changes: 2011-12-12 23:58:40 +01:00
ps_ddl1.result
ps_grant.result Bug #20683237 BACKPORT 19817663 TO 5.1 and 5.5 2015-04-27 14:33:25 +05:30
ps_max_subselect-5113.result MDEV-5113 Wrong result (extra row) and valgrind warnings in Item_maxmin_subselect::any_value on 2nd execution of PS with SELECT subquery 2013-11-12 15:02:25 +01:00
ps_not_windows.result
ps_qc_innodb.result MDEV-15492: Subquery crash similar to MDEV-10050 2018-03-21 19:47:42 +01:00
query_cache.result MDEV-4981: Account for queries handled by query-cache in USER_STATISTICS (and in HOST_STATISTICS) 2013-10-16 16:07:25 +03:00
query_cache_28249.result Merge with 5.2. 2011-12-11 11:34:44 +02:00
query_cache_debug.result MDEV-14526: MariaDB keeps crashing under load when query_cache_type is changed 2018-01-14 10:49:56 +01:00
query_cache_merge.result
query_cache_notembedded.result
query_cache_ps_no_prot.result
query_cache_ps_ps_prot.result
query_cache_with_views.result
quick_select_4161.result mtr: check that tests clean up debug_sync. fix tests that didn't. 2014-01-27 12:10:53 +01:00
range.result MDEV-10228: Delete missing rows with OR conditions 2016-07-27 00:38:51 +03:00
range_innodb.result MDEV-6735: Range checked for each record used with key (also MDEV-7786, MDEV-7923) 2015-06-09 18:56:51 +03:00
range_mrr_icp.result MDEV-10228: update test results 2016-07-30 10:53:01 +03:00
range_vs_index_merge.result Fixed bug mdev-8603. 2017-01-18 11:42:41 -08:00
range_vs_index_merge_innodb,innodb_plugin.rdiff Fixed bug mdev-8603. 2017-01-18 11:42:41 -08:00
range_vs_index_merge_innodb.result Fixed bug mdev-8603. 2017-01-18 11:42:41 -08:00
read_many_rows_innodb.result
read_only.result MDEV-14056 DROP TEMPORARY TABLE IF EXISTS causes error 1290 with read_only option 2017-10-17 07:37:39 +02:00
read_only_innodb.result MDEV-14185 CREATE TEMPORARY TABLE AS SELECT causes error 1290 with read_only and InnoDB. 2018-04-07 21:51:15 +04:00
rename.result
renamedb.result after merge changes: 2011-12-12 23:58:40 +01:00
repair.result MDEV-8115 mysql_upgrade crashes the server with REPAIR VIEW 2015-05-07 22:18:34 +02:00
repair_symlink-5543.result MDEV-5543 MyISAM repair unsafe usage of TMD files 2014-01-20 19:09:01 +01: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 Fixed bug mdev-3913. 2013-02-20 18:01:36 -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 MDEV-5624 mysqldump --dump-slave option does not restart the replication if the dump has failed 2014-02-21 00:53:02 +01:00
schema.result
second_frac-9175.result MDEV-9175 Query parser tansforms MICROSECOND into SECOND_FRAC, which does not work 2016-02-06 11:45:23 +01: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 2014-02-22 22:51:20 +01:00
select_debug.result fix a couple of dbug tests not to write to /tmp 2016-04-19 11:27:00 +02:00
select_found.result
select_jcl6.result MDEV-7682 Incorrect use of SPATIAL KEY for query plan 2015-03-20 11:58:23 +02:00
select_pkeycache.result 5.3 merge 2014-02-22 22:51:20 +01:00
select_safe.result Merge with 5.2. 2011-12-11 11:34:44 +02:00
server_id.require
server_id1.require
set_password_plugin-9835.result MDEV-9835 Valid password is not working after server restart 2016-04-19 11:27:00 +02:00
shm.result 5.3 merge 2012-01-13 15:50:02 +01:00
show_bad_definer-5553.result MDEV-5553 A view or procedure with a non existing definer can block "SHOW TABLE STATUS" with an unclear error message 2014-10-07 11:55:39 +02:00
show_check.result MDEV-13530 VARBINARY doesn't convert to to BLOB for sizes 65533, 65534 and 65535 2017-10-13 07:06:09 +04:00
show_function_with_pad_char_to_full_length.result MDEV-13149 -- show function status now works with PAD_CHAR_TO_FULL_LENGTH 2017-10-10 16:16:12 +03:00
show_profile.result
show_row_order-9226.result MDEV-9226 SHOW COLUMNS returns wrong column order for tables with large ENUMs 2015-12-08 09:46:51 +01:00
signal.result after merge changes: 2011-12-12 23:58:40 +01:00
signal_code.result
signal_demo1.result
signal_demo2.result
signal_demo3.result
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
slave-running.result
slave-stopped.result
sp-big.result
sp-bugs.result MDEV-6601 Assertion `!thd->in_active_multi_stmt_transa ction() || thd->in_multi_stmt_transaction_mode()' failed on executing a stored procedure with commit 2014-08-25 16:58:19 +02:00
sp-code.result mysql 5.5.23 merge 2012-04-10 08:28:13 +02:00
sp-destruct.result BUG#26881798: SERVER EXITS WHEN PRIMARY KEY IN MYSQL.PROC IS DROPPED 2018-04-19 22:32:27 +02:00
sp-dynamic.result
sp-error.result after merge changes: 2011-12-12 23:58:40 +01:00
sp-fib.result
sp-group.result Fixed crashing bug when using ONLY_FULL_GROUP_BY in a stored procedure/trigger that is repeatedly executed. 2015-06-25 23:18:48 +03:00
sp-innodb.result MDEV-15035 Wrong results when calling a stored procedure 2018-04-25 09:22:06 -07:00
sp-lock.result
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 BUG#21142859: FUNCTION UPDATING A VIEW FAILS TO FIND TABLE 2016-05-18 11:07:29 +05:30
sp-security.result
sp-threads.result MDEV-9970 - main.sp-threads fails sporadically 2016-04-23 00:28:50 +04: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 MDEV-10713: signal 11 error on multi-table update - crash in handler::increment_statistics or in make_select or assertion failure pfs_thread == ((PFS_thread*) pthread_getspecific((THR_PFS))) 2016-12-08 23:19:55 +01:00
sp_gis.result
sp_missing_4665.result MDEV-4665 crash when referencing missing function in a subquery 2013-07-05 17:54:25 +02:00
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
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_7937,nossl.result tests for MDEV-7937: Enforce SSL when --ssl client option is used 2015-06-09 22:16:26 +02:00
ssl_7937.result tests for MDEV-7937: Enforce SSL when --ssl client option is used 2015-06-09 22:16:26 +02:00
ssl_and_innodb.result
ssl_ca.result Bug#21920657: SSL-CA FAILS SILENTLY IF THE PATH CANNOT BE 2016-03-01 10:17:25 +05:30
ssl_cert_verify.result Merge branch 'mysql/5.5' into 5.5 2016-02-09 11:27:40 +01:00
ssl_cipher.result
ssl_compress.result 5.3 merge 2012-01-13 15:50:02 +01:00
ssl_connect.result
ssl_timeout-9836.result MDEV-9836 Connection lost when using SSL 2016-04-20 19:03:59 +02:00
stack-crash.result Fixed test failure (5.5 had different test result than 10.0) 2014-03-11 17:37:46 +02:00
status.result typo fixed: space in the status variable name 2012-04-17 20:25:03 +02:00
status2.result
status_bug17954.result
status_user.result MDEV-4332 Increase username length from 16 characters 2013-04-18 22:17:29 +02:00
strict.result MDEV-13530 VARBINARY doesn't convert to to BLOB for sizes 65533, 65534 and 65535 2017-10-13 07:06:09 +04: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 MDEV-16820 Lost 'Impossible where' from query with inexpensive subquery 2018-07-24 20:00:28 -07:00
subselect2.result test case for Bug #23303485 : HANDLE_FATAL_SIGNAL (SIG=11) IN SUBSELECT_UNION_ENGINE::NO_ROWS 2016-12-22 12:49:27 +01:00
subselect3.result Fixed the bug mdev-12429 and its duplicates mdev-12145 and mdev-9886. 2017-04-04 10:04:52 -07:00
subselect3_jcl6.result Fixed the bug mdev-12429 and its duplicates mdev-12145 and mdev-9886. 2017-04-04 10:04:52 -07:00
subselect4.result MDEV-16235 Server crashes in my_utf8_uni or in my_strtod_int upon 2018-06-11 08:52:49 -07:00
subselect_cache.result MDEV-4817: Optimizer fails to optimize expression of the form 'FOO' IS NULL 2013-07-31 17:24:52 +04:00
subselect_debug.result 5.3 merge 2013-11-13 13:38:37 +01:00
subselect_extra.result MDEV-6838 Using too big key for internal temp tables 2015-03-06 17:03:46 +01:00
subselect_extra_no_semijoin.result MDEV-7823: Server crashes in next_depth_first_tab on nested IN clauses with SQ inside 2016-02-09 01:46:53 +03:00
subselect_gis.result
subselect_innodb.result Fixed the bug mdev-10693. 2017-04-24 11:46:01 -07:00
subselect_mat.result MDEV-15235: Assertion `length > 0' failed in create_ref_for_key 2018-03-11 16:17:14 +05:30
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 MDEV-16726 Assertion `tab->type == JT_REF || tab->type == JT_EQ_REF' failed 2018-07-19 15:31:46 -07:00
subselect_no_mat.result MDEV-16820 Lost 'Impossible where' from query with inexpensive subquery 2018-07-24 20:00:28 -07:00
subselect_no_opts.result MDEV-16820 Lost 'Impossible where' from query with inexpensive subquery 2018-07-24 20:00:28 -07:00
subselect_no_scache.result MDEV-16820 Lost 'Impossible where' from query with inexpensive subquery 2018-07-24 20:00:28 -07:00
subselect_no_semijoin.result MDEV-16820 Lost 'Impossible where' from query with inexpensive subquery 2018-07-24 20:00:28 -07:00
subselect_notembedded.result after merge changes: 2011-12-12 23:58:40 +01:00
subselect_nulls.result MDEV-7339 Server crashes in Item_func_trig_cond::val_int 2017-07-12 10:39:02 +02:00
subselect_partial_match.result Fixed bug lp:1000649 2012-06-05 17:25:10 +03:00
subselect_sj.result MDEV-13699: Assertion `!new_field->field_name.str || strlen(new_field->field_name.str) == new_field->field_name.length' failed in create_tmp_table on 2nd execution of PS with semijoin 2018-04-25 08:47:43 +02:00
subselect_sj2.result MDEV-7474: Semi-Join's DuplicateWeedout strategy skipped ... 2015-03-17 13:26:33 +03:00
subselect_sj2_jcl6,innodb_plugin.rdiff MDEV-7858: main.subselect_sj2_jcl6 fails in buildbot 2015-03-30 00:49:16 +03:00
subselect_sj2_jcl6.result MDEV-7474: Semi-Join's DuplicateWeedout strategy skipped ... 2015-03-17 13:26:33 +03:00
subselect_sj2_mat.result MDEV-15982: Incorrect results when subquery is materialized 2018-07-11 10:43:38 +03: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 MDEV-13699: Assertion `!new_field->field_name.str || strlen(new_field->field_name.str) == new_field->field_name.length' failed in create_tmp_table on 2nd execution of PS with semijoin 2018-04-25 08:47:43 +02:00
subselect_sj_mat.result Fixed the bug mdev-12838. 2017-06-07 12:45:32 -07: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-4311 (bug #68749). 2013-03-27 19:17:32 -07:00
sum_distinct.result Fixed LP bug #777654. 2011-12-28 18:47:01 -08:00
symlink-aria-11902.result MDEV-11902 mi_open race condition 2017-02-27 12:35:10 +01:00
symlink-myisam-11902.result MDEV-11902 mi_open race condition 2017-02-27 12:35:10 +01:00
symlink.result Bug#25514146: DB_NAME IS IGNORED WHEN CREATING TABLE WITH DATA DIRECTORY 2017-02-23 14:48:25 +01:00
synchronization.result
sysdate_is_now.result
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 Fixed bug mdev-12099. 2017-02-27 09:02:41 -08:00
table_elim_debug.result
table_keyinfo-6838.result MDEV-6838: Using too big key for internal temp tables 2015-02-28 23:58:05 +02:00
table_options.result post-merge fixes. 2011-07-02 22:12:12 +02:00
tablelock.result
tablespace.result
temp_table.result
temporal_scale_4283.result MDEV-4283 Assertion `scale <= precision' fails in strings/decimal.c 2013-03-18 08:44:24 +01:00
testdb_only.require
timezone.result MDEV-4724 Some temporal functions do not preserve microseconds 2013-09-13 14:43:10 +04:00
timezone2.result MDEV-5506 safe_mutex: Trying to lock unitialized mutex at safemalloc.c 2014-01-28 12:25:29 +04:00
timezone3.result
timezone4.result MDEV-4724 Some temporal functions do not preserve microseconds 2013-09-13 14:43:10 +04:00
timezone_grant.result
trigger-compat.result after merge changes: 2011-12-12 23:58:40 +01:00
trigger-trans.result Bug#20094067: BACKPORT BUG#19683834 TO 5.5 AND 5.6 2015-01-27 13:13:55 +05:30
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
true.require
truncate-stale-6500.result MDEV-6500: Stale data returned after TRUNCATE PARTITION operation 2015-06-04 18:04:31 +03:00
truncate.result
truncate_coverage.result
type_binary.result
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 MDEV-13530 VARBINARY doesn't convert to to BLOB for sizes 65533, 65534 and 65535 2017-10-13 07:06:09 +04:00
type_date.result MDEV-10316 - main.type_date fails around midnight sporadically 2016-07-21 15:44:58 +04:00
type_datetime.result Merge 5.3->5.5 2014-06-04 21:53:15 +04:00
type_datetime_hires.result 5.3 -> 5.5 Merge 2013-06-17 20:33:36 +03:00
type_decimal.result str2decimal: don't return a negative zero 2016-12-05 10:28:20 +01:00
type_enum.result 5.3->5.5 merge 2013-03-10 12:46:56 +01:00
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 decimal: *correct* implementation of ROUND_UP at last 2014-10-08 00:46:10 +02:00
type_ranges.result
type_set.result
type_time.result MDEV-6592 Assertion `ltime->day == 0' failed with TIMESTAMP, MAKETIME 2014-10-03 15:07:53 +04:00
type_time_hires.result MDEV-4858 Wrong results for a huge unsigned value inserted into a TIME column 2014-06-04 20:32:57 +04:00
type_timestamp.result MDEV-9413 "datetime >= coalesce(c1(NULL))" doesn't return expected NULL 2016-04-20 11:11:13 +04:00
type_timestamp_hires.result mysql-5.5.18 merge 2011-11-03 19:17:05 +01:00
type_uint.result fix BIGINT+MEDIUMINT type aggregation 2016-09-12 16:42:05 +02:00
type_varchar.result MDEV-13530 VARBINARY doesn't convert to to BLOB for sizes 65533, 65534 and 65535 2017-10-13 07:06:09 +04: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_debug_sync.result MDEV-5616 - Deadlock between CREATE/DROP FUNCTION and SELECT from view 2014-02-13 16:41:08 +04:00
udf_notembedded.result MDEV-8644 Using a UDF in a virtual column causes a crash when stopping the server 2015-12-08 09:46:52 +01:00
udf_query_cache.result
udf_skip_grants.result
union.result MDEV-14715: Assertion `!table || (!table->read_set... failed in Field_num::val_decimal 2018-01-22 15:39:42 +02:00
union_crash-714.result 5.3 merge 2014-02-14 14:09:29 +01:00
uniques_crash-7912.result Fix failing test cases for MDEV-7912 patch 2015-04-29 14:16:03 +03:00
unsafe_binlog_innodb.result
update.result MDEV-8701 Crash on derived query 2015-11-06 17:56:56 +01: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
update_innodb.result MDEV-8114: server crash on updates with joins still on 10.0.18 2015-06-06 16:13:51 +02:00
upgrade.result
user_limits.result 5.3->5.5 merge 2011-11-22 18:04:38 +01:00
user_var-binlog.result The bug 2013-05-08 13:36:17 +04:00
user_var.result 5.1 merge 2014-03-16 13:59:44 +01:00
userstat-badlogin-4824.result MDEV-4824 userstats - wrong user statistics 2013-11-11 16:17:32 +01:00
varbinary.result The bug 2013-05-08 13:36:17 +04:00
variables-notembedded.result 5.3 merge 2012-01-13 15:50:02 +01:00
variables.result MDEV-6673 I_S.SESSION_VARIABLES shows global values 2014-08-31 19:55:11 +02:00
variables_community.result
view.result MDEV-11274: Executing EXPLAIN of complex query over join limit causes server to crash 2018-03-27 11:16:15 +03:00
view_alias.result
view_grant.result MDEV-4951 drop user leaves privileges 2013-08-28 07:49:53 +02:00
wait_timeout.result
wait_timeout_not_windows.result MDEV-7775 Wrong error message (Unknown error) when idle sessions are killed after wait_timeout 2016-04-25 22:46:43 +02:00
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
windows.require
windows.result Bug #16581605: REPLACE.EXE UTILITY IS BROKEN IN 5.5 2014-10-21 16:25:35 +05:30
xa.result MDEV-14609 XA Transction unable to ROLLBACK TO SAVEPOINT 2018-01-15 13:50:28 +04:00
xa_binlog.result
xml.result Merge 5.3->5.5 2014-04-23 17:43:20 +04:00
xtradb_mrr.result MDEV-9946: main.xtradb_mrr fails sporadically 2016-08-04 13:14:45 +03:00