mariadb-server/mysql-test/r
Rucha Deodhar 9fca6645f4 MDEV-5628: Assertion ! is_set()' or !is_set() || (m_status == DA_OK_BULK &&
is_bulk_op())' fails on UPDATE on a partitioned table with subquery
(MySQL:71630)

Analysis and fix: Error is not checked. So correct error state is not returned.
Fix: Check for error and return the error state.
2020-10-20 12:12:12 +05:30
..
1st.result
aborted_clients.result
adddate_454.result
alias.result
almost_full.result
alter_table_autoinc-5574.result
alter_table_mdev539_maria.result
alter_table_mdev539_myisam.result
alter_table_online.result MDEV-13175 Adding a new enum value at the end of a list triggers a table rebuild 2017-07-20 20:13:28 +02:00
alter_table_trans.result
alter_table-big.result
alter_table.result Merge branch '10.0' into 10.1 2018-10-30 15:10:01 +01:00
analyze_format_json.result
analyze_stmt_orderby.result MDEV-16191: Analyze format=json gives incorrect value for r_limit inside a dependent 2018-06-09 19:04:51 +05:30
analyze_stmt_privileges.result
analyze_stmt_privileges2.result
analyze_stmt_slow_query_log.result
analyze_stmt.result cleanup: misc 2019-03-12 13:10:49 +01:00
analyze.result
ansi.result
assign_key_cache_debug.result rename a test 2018-05-07 17:19:35 +02:00
assign_key_cache.result MDEV-15216 Assertion `! is_set() || m_can_overwrite_status' failed in Diagnostics_area::set_error_status upon operation inside XA 2018-05-08 10:48:13 +02:00
auth_named_pipe.result
auth_rpl.result
auto_increment_ranges_innodb.result MDEV-17377 invalid gap in auto-increment values after LOAD DATA 2018-11-01 16:18:17 +01:00
auto_increment_ranges_myisam.result
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
bad_frm_crash_5029.result
bench_count_distinct.result MDEV-15433: Optimizer does not use group by optimization with distinct 2018-08-05 13:25:40 +03:00
big_test.require
bigint.result Merge branch '10.0' into 10.1 2018-11-15 17:20:26 +01:00
binary_to_hex.result
binary.result
blackhole_plugin.result
blackhole.result
bool.result
bootstrap.result
bug39022.result
bug46760.result
bug47671.result
bug58669.result
bug12427262.result
bug13633383.result
bulk_replace.result
cache_innodb.result
cache_temporal_4265.result
case_insensitive_file_system.require
case_insensitive_fs.require
case_sensitive_file_system.require
case.result Merge branch '10.0' into 10.1 2017-10-22 13:03:41 +02:00
cast.result
change_user_notembedded.result
change_user.result
check_var_limit.require
check.result
client_xml.result
comment_column.result
comment_column2.result
comment_index.result
comment_table.result
comments.result
commit_1innodb.result
commit.result
compare.result
compound.result
compress.result
concurrent_innodb_safelog.result
concurrent_innodb_unsafelog.result
connect_debug.result Bug#29630767 - USE OF UNINITIALIZED VALUE IN LIBMYSQL (CLIENT.CC FUNCTION RUN_PLUGIN_AUTH) 2020-01-18 00:05:16 +01:00
connect.result MDEV-18119 upgrading from 10.3 to 10.4 can result in the password for a user to be wiped out 2019-01-23 17:34:22 +01:00
consistent_snapshot.result
constraints.result
contributors.result Update contributors 2018-09-10 16:47:44 +04: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
create_delayed.result
create_drop_binlog.result MDEV-19265 Server should throw warning if event is created and event_scheduler = OFF 2019-04-28 12:49:59 +02:00
create_drop_db.result
create_drop_event.result MDEV-19265 Server should throw warning if event is created and event_scheduler = OFF 2019-04-28 12:49:59 +02:00
create_drop_function.result MDEV-22654: Assertion `!is_set() || (m_status == DA_OK_BULK && is_bulk_op())' 2020-07-06 21:17:15 +05:30
create_drop_index.result
create_drop_procedure.result
create_drop_role.result MDEV-17942 Assertion `found' failed in remove_ptr_from_dynarray after failed CREATE OR REPLACE 2019-02-20 16:23:10 +01:00
create_drop_server.result
create_drop_trigger.result
create_drop_udf.result
create_drop_user.result
create_drop_view.result
create_not_windows.result
create_or_replace_permission.result
create_or_replace.result Merge branch '10.0' into 10.1 2018-10-30 15:10:01 +01:00
create_or_replace2.result
create_select_tmp.result
create_w_max_indexes_64.result
create_w_max_indexes_128.result
create-big.result
create-uca.result
create.result Merge branch 'github/10.0' into 10.1 2018-02-02 10:09:44 +01:00
ctype_ascii.result
ctype_big5.result MDEV-13335 UTF8 escape wildcard LIKE match has different behavior in different collations 2019-04-28 11:05:50 +04:00
ctype_binary.result MDEV-22111 ERROR 1064 & 1033 and SIGSEGV on CREATE TABLE w/ various charsets on 10.4/5 optimized builds | Assertion `(uint) (table_check_constraints - share->check_constraints) == (uint) (share->table_check_constraints - share->field_check_constraints)' failed 2020-05-22 07:47:49 +04:00
ctype_collate.result
ctype_cp850.result
ctype_cp932_binlog_row.result
ctype_cp932_binlog_stm.result MDEV-21839: Handle crazy offset to SHOW BINLOG EVENTS 2020-09-16 14:03:32 +05:30
ctype_cp932.result
ctype_cp1250_ch.result
ctype_cp1251.result Merge remote-tracking branch 'origin/5.5' into 10.1 2019-09-24 11:18:39 +04:00
ctype_create.result
ctype_errors.result
ctype_eucjpms.result Merge branch '10.0' into bb-10.1-merge-sanja 2018-07-25 22:24:40 +02:00
ctype_euckr.result MDEV-13335 UTF8 escape wildcard LIKE match has different behavior in different collations 2019-04-28 11:05:50 +04:00
ctype_filename.result
ctype_filesystem.result
ctype_gb2312.result MDEV-13335 UTF8 escape wildcard LIKE match has different behavior in different collations 2019-04-28 11:05:50 +04:00
ctype_gbk_binlog.result
ctype_gbk.result MDEV-13335 UTF8 escape wildcard LIKE match has different behavior in different collations 2019-04-28 11:05:50 +04:00
ctype_hebrew.result
ctype_latin1_de.result
ctype_latin1.result Merge remote-tracking branch 'origin/5.5' into 10.1 2019-09-24 11:18:39 +04:00
ctype_latin2_ch.result
ctype_latin2.result
ctype_ldml.result
ctype_like_range.result
ctype_many.result
ctype_mb.result
ctype_partitions.result
ctype_recoding.result
ctype_sjis.result MDEV-13335 UTF8 escape wildcard LIKE match has different behavior in different collations 2019-04-28 11:05:50 +04:00
ctype_swe7.result
ctype_tis620.result MDEV-13335 UTF8 escape wildcard LIKE match has different behavior in different collations 2019-04-28 11:05:50 +04:00
ctype_uca_innodb.result
ctype_uca_partitions.result
ctype_uca.result MDEV-13335 UTF8 escape wildcard LIKE match has different behavior in different collations 2019-04-28 11:05:50 +04:00
ctype_ucs.result Merge remote-tracking branch 'origin/5.5' into 10.1 2019-09-24 11:18:39 +04:00
ctype_ucs2_def.result
ctype_ucs2_query_cache.result
ctype_ujis_ucs2.result
ctype_ujis.result MDEV-13335 UTF8 escape wildcard LIKE match has different behavior in different collations 2019-04-28 11:05:50 +04:00
ctype_upgrade.result
ctype_utf8_def_upgrade.result MDEV-19675 Wrong charset is chosen when opening a pre-4.1 table 2019-06-03 12:42:36 +04:00
ctype_utf8.result MDEV-23535 SIGSEGV, SIGABRT and SIGILL in typeinfo for Item_func_set_collation (on optimized builds) 2020-09-03 14:20:06 +04:00
ctype_utf8mb4_heap.result MDEV-22715: SIGSEGV in radixsort_for_str_ptr and in native_compare/my_qsort2 (optimized builds) 2020-06-05 01:11:03 +05:30
ctype_utf8mb4_innodb.result MDEV-22715: SIGSEGV in radixsort_for_str_ptr and in native_compare/my_qsort2 (optimized builds) 2020-06-05 01:11:03 +05:30
ctype_utf8mb4_myisam.result MDEV-22715: SIGSEGV in radixsort_for_str_ptr and in native_compare/my_qsort2 (optimized builds) 2020-06-05 01:11:03 +05:30
ctype_utf8mb4_uca.result
ctype_utf8mb4.result MDEV-22715: SIGSEGV in radixsort_for_str_ptr and in native_compare/my_qsort2 (optimized builds) 2020-06-05 01:11:03 +05:30
ctype_utf16_def.result
ctype_utf16_uca.result MDEV-13335 UTF8 escape wildcard LIKE match has different behavior in different collations 2019-04-28 11:05:50 +04:00
ctype_utf16.result MDEV-22715: SIGSEGV in radixsort_for_str_ptr and in native_compare/my_qsort2 (optimized builds) 2020-06-05 01:11:03 +05:30
ctype_utf16le.result MDEV-22715: SIGSEGV in radixsort_for_str_ptr and in native_compare/my_qsort2 (optimized builds) 2020-06-05 01:11:03 +05:30
ctype_utf32_uca.result MDEV-13335 UTF8 escape wildcard LIKE match has different behavior in different collations 2019-04-28 11:05:50 +04:00
ctype_utf32.result MDEV-22715: SIGSEGV in radixsort_for_str_ptr and in native_compare/my_qsort2 (optimized builds) 2020-06-05 01:11:03 +05:30
date_formats.result
datetime_456.result
ddl_i18n_koi8r.result MDEV-19265 Server should throw warning if event is created and event_scheduler = OFF 2019-04-28 12:49:59 +02:00
ddl_i18n_utf8.result MDEV-19265 Server should throw warning if event is created and event_scheduler = OFF 2019-04-28 12:49:59 +02:00
deadlock_innodb.result
debug_sync.result
default_storage_engine.result
default.result
delayed.result
delete_returning_grant.result
delete_returning.result MDEV-13776 mysqld got signal 11 on delete returning 2017-10-23 15:35:10 -07:00
delete.result
delimiter_command_case_sensitivity.result MDEV-10728 -- mysqlbinlog can't be input to mysql client 2017-11-06 12:56:56 +00:00
deprecated_features.result
derived_opt.result Merge remote-tracking branch 'origin/5.5-galera' into 10.0-galera 2018-10-30 13:22:52 +02:00
derived_view.result Merge branch '5.5' into 10.1 2019-07-25 13:27:11 +02:00
derived.result Merge branch '5.5' into 10.1 2019-07-25 13:27:11 +02:00
dirty_close.result
distinct.result MDEV-15433: Optimizer does not use group by optimization with distinct 2018-08-05 13:25:40 +03:00
drop_bad_db_type.result Merge 5.5 into 10.1 2019-10-11 15:19:55 +03:00
drop_debug.result MDEV-19455: Avoid SET DEBUG_DBUG='-d,...' construct 2019-10-11 14:02:35 +03:00
drop-no_root.result
drop.result
dyncol.result MDEV-15230: column_json breaks cyrillic in 10.1.31 2018-02-07 18:14:45 +01:00
empty_server_name-8224.result
empty_table.result
empty_user_table.result
endspace.result
enforce_storage_engine_opt.result
enforce_storage_engine.result
engine_error_in_alter-8453.result MDEV-8453 Alter table not returning engine errors 2017-08-01 09:52:57 +02:00
error_simulation.result
errors.result Merge branch '10.0' into 10.1 2017-10-22 13:03:41 +02:00
events_1.result MDEV-19265 Server should throw warning if event is created and event_scheduler = OFF 2019-04-28 12:49:59 +02:00
events_2.result MDEV-19265 Server should throw warning if event is created and event_scheduler = OFF 2019-04-28 12:49:59 +02:00
events_bugs.result Merge branch '5.5' into 10.1 2020-01-03 10:36:23 +01:00
events_embedded.result
events_grant.result MDEV-19265 Server should throw warning if event is created and event_scheduler = OFF 2019-04-28 12:49:59 +02:00
events_logs_tests.result
events_microsec.result
events_restart.result MDEV-19265 Server should throw warning if event is created and event_scheduler = OFF 2019-04-28 12:49:59 +02:00
events_scheduling.result
events_slowlog.result
events_stress.result
events_time_zone.result
events_trans_notembedded.result
events_trans.result MDEV-19265 Server should throw warning if event is created and event_scheduler = OFF 2019-04-28 12:49:59 +02:00
execution_constants.result
explain_json_format_partitions.result
explain_json_innodb.result
explain_json.result MDEV-15433: Optimizer does not use group by optimization with distinct 2018-08-05 13:25:40 +03:00
explain_non_select.result
explain_slowquerylog.result
explain.result
ext_key_noPK_6794.result
failed_auth_3909.result
failed_auth_unixsocket.result
fast_prefix_index_fetch_innodb.result MDEV-23600 Division by 0 in row_search_with_covering_prefix 2020-09-01 15:52:36 +03:00
features.result
file_contents.result
filesort_bad_i_s-7585.result
filesort_debug.result
fix_priv_tables.result
flush_block_commit_notembedded.result
flush_block_commit.result
flush_read_lock_kill.result
flush_read_lock.result MDEV-19265 Server should throw warning if event is created and event_scheduler = OFF 2019-04-28 12:49:59 +02:00
flush_table.result
flush-innodb-notembedded.result
flush-innodb.result
flush.result MDEV-15890 Strange error message if you try to FLUSH TABLES <view> after LOCK TABLES <view>. 2018-11-03 14:24:15 +04:00
flush2.result
foreign_key.result
frm_bad_row_type-7333.result
fulltext_cache.result
fulltext_charsets.result
fulltext_derived_4257.result
fulltext_derived_4316.result
fulltext_distinct.result
fulltext_left_join.result
fulltext_multi.result
fulltext_order_by.result
fulltext_update.result
fulltext_var.result
fulltext.result Merge remote-tracking branch '5.5' into 10.0 2018-01-24 12:29:31 +02:00
fulltext2.result
fulltext3.result
func_analyse.result
func_compress.result
func_concat.result Test for MDEV-13119 and MDEV-13120 2018-10-15 10:57:36 +04:00
func_crypt.result Merge remote-tracking branch '10.0' into 10.1 2017-06-21 16:19:43 +03:00
func_date_add.result MDEV-14452 Precision in INTERVAL xxx DAY_MICROSECOND parsed wrong? 2018-03-14 14:46:23 +04:00
func_default.result
func_des_encrypt.result
func_digest.result
func_encrypt_nossl.result
func_encrypt_ucs2.result
func_encrypt.result
func_equal.result
func_gconcat.result MDEV-19350 Server crashes in delete_tree_element / ... / Item_func_group_concat::repack_tree 2019-04-27 19:38:39 +02:00
func_group_innodb.result MDEV-17589: Stack-buffer-overflow with indexed varchar (utf8) field 2018-12-19 10:38:46 +05:30
func_group.result MDEV-19232: Floating point precision / value comparison problem 2020-07-22 14:44:25 +05:30
func_hybrid_type.result MDEV-11015 Assertion failed: precision > 0 in decimal_bin_size upon SELECT with DISTINCT, CAST and other functions 2019-04-27 08:44:29 +04:00
func_if.result
func_in.result Merge branch '10.0' into 10.1 2017-10-22 13:03:41 +02:00
func_isnull.result MDEV-15475: Assertion `!table || (!table->read_set || bitmap_is_set(table->read_set, field_index))' failed on EXPLAIN EXTENDED with constant table and view 2018-08-15 14:23:07 +02:00
func_like.result
func_math.result MDEV-22502 MDB crashes in CREATE TABLE AS SELECT when the precision of returning type = 0. 2020-05-14 11:41:27 +04:00
func_misc.result MDEV-19680:: Assertion `!table || (!table->read_set || bitmap_is_set(table->read_set, field_index) || (!(ptr >= table->record[0] && ptr < table->record[0] + table->s->reclength)))' or alike failed upon SELECT with mix of functions from simple view 2019-12-26 17:36:32 +05:30
func_op.result
func_regexp_pcre_debug.result
func_regexp_pcre.result Merge branch '10.0' into 10.1 2017-10-22 13:03:41 +02:00
func_regexp.result
func_rollback.result
func_sapdb.result
func_set.result Merge branch '10.0' into 10.1 2017-12-20 13:30:05 +02:00
func_str.result Tests for MDEV-19359 ASAN heap-use-after-free in copy_if_not_alloced / make_sortkey 2019-04-30 11:10:53 +04:00
func_system.result
func_test.result
func_time_hires.result
func_time.result Merge remote-tracking branch 'origin/5.5' into 10.1 2019-09-24 11:18:39 +04:00
func_timestamp.result
func_weight_string.result
function_defaults_innodb.result
function_defaults_notembedded.result
function_defaults.result
gcc296.result
get_diagnostics.result
gis_notembedded.result gis2 fails in embedded 2019-04-27 11:28:50 +02:00
gis-alter_table_online.result MDEV-13175 Adding a new enum value at the end of a list triggers a table rebuild 2017-07-20 20:13:28 +02:00
gis-debug.result
gis-precise.result MDEV-18920 Prepared statements with st_convexhull hang and eat 100% cpu. 2019-04-22 23:28:44 +04:00
gis-rt-precise.result MDEV-12078 Using spatial index changes type from point to geometry 2017-07-11 23:27:19 +04:00
gis-rtree.result
gis.result gis2 fails in embedded 2019-04-27 11:28:50 +02:00
grant_4332.result
grant_cache_no_prot.result
grant_cache_ps_prot.result
grant_explain_non_select.result
grant_lowercase_fs.result
grant_lowercase.result
grant_not_windows.result Merge branch '10.0' into 10.1 2018-05-19 22:05:55 +02:00
grant.result MDEV-22755 CREATE USER leads to indirect SIGABRT in __stack_chk_fail () from fill_schema_user_privileges + *** stack smashing detected *** (on optimized builds) 2020-06-11 09:57:05 +04:00
grant2.result Merge remote-tracking branch 'origin/10.0' into 10.1 2018-05-24 11:08:02 +03:00
grant3.result
grant4.result Merge branch '5.5' into 10.1 2019-04-26 14:02:37 +02:00
grant5.result MDEV-23010 UPDATE privilege at Database and Table level fail to update with SELECT command denied to user 2020-07-29 14:56:24 +02:00
greedy_optimizer.result
group_by_innodb.result
group_by_null.result
group_by.result Making group_by test stable 2020-01-03 22:54:28 +05:30
group_min_max_innodb.result
group_min_max.result MDEV-18094: Query with order by limit picking index scan over filesort 2019-09-21 12:14:05 +05:30
handler_read_last.result
handlersocket.result
have_compress.require
have_geometry.require
have_local_infile.require
have_log_bin.require
have_met_timezone.require
have_moscow_leap_timezone.require
have_outfile.require
have_perror.require
have_pool_of_threads.require
have_profiling.require
have_query_cache.require
have_symlink.require
have_utf8mb4.require
have_utf16.require
have_utf32.require
have_working_dns.require
having.result Merge remote-tracking branch 'origin/10.0' into 10.1 2018-06-19 14:04:53 +04:00
help.result
host_cache_size_functionality.result
huge_frm-6224.result MDEV-15925 FRM_MAX_SIZE too low for some use cases 2019-01-21 17:14:31 +01:00
implicit_char_to_num_conversion.result
implicit_commit.result Merge branch '10.0' into 10.1 2018-05-08 17:08:23 +02:00
in_datetime_241.result
index_intersect_innodb.result
index_intersect.result
index_merge_innodb.result MDEV-22728: SIGFPE in Unique::get_cost_calc_buff_size from prepare_search_best_index_intersect on optimized builds 2020-06-07 04:19:58 +05:30
index_merge_myisam.result Merge 5.5 into 10.1 2020-04-01 10:24:36 +03:00
information_schema_all_engines.result
information_schema_chmod.result
information_schema_db.result
information_schema_inno.result
information_schema_linux.result
information_schema_parameters.result Apply valid parameter type for test case in i_s_parameters.test 2019-06-25 11:10:13 +04:00
information_schema_part.result
information_schema_prepare.result MDEV-15907 ASAN heap-use-after-free in strnmov / .. / fill_effective_table_privileges on concurrent GRANT and CREATE VIEW 2019-04-24 11:15:38 +02:00
information_schema_routines.result
information_schema_stats.result
information_schema-big.result
information_schema.result MDEV-22941 Assertion `idx < array.elements' failed in Dynamic_array<st_mysql_const_lex_string*>::at 2020-06-19 16:04:45 +04:00
information_schema2.result
init_connect.result
init_connection_query_cache.result
init_file_longline_3816.result
init_file_set_password-7656.result
init_file.result
innodb_bug878769.result
innodb_ext_key,off.rdiff MDEV-23600 Division by 0 in row_search_with_covering_prefix 2020-09-01 15:52:36 +03:00
innodb_ext_key.result MDEV-23600 Division by 0 in row_search_with_covering_prefix 2020-09-01 15:52:36 +03:00
innodb_group.result
innodb_icp.result MDEV-20576 A new assertion added to check validity of calculated 2019-09-12 23:01:11 -07:00
innodb_ignore_builtin.result
innodb_load_xa.result
innodb_mrr_cpk.result MDEV-17382 Hash join algorithm should not be used to join materialized 2018-10-07 14:42:22 -07:00
innodb_mysql_lock.result
innodb_mysql_lock2.result
innodb_mysql_sync.result
innodb_utf8.result
insert_debug.result Bug#30194841 INSERT ON DUPLICATE KEY UPDATE UPDATES THE WRONG ROW 2020-01-18 00:05:16 +01:00
insert_innodb.result
insert_notembedded.result
insert_select.result Merge branch '5.5' into 10.0 2018-05-19 15:38:34 +02:00
insert_update_autoinc-7150.result
insert_update.result Bug #26881946: INCORRECT BEHAVIOR WITH "VALUES" 2017-11-16 09:31:12 +05:30
insert.result Merge branch '10.0' into 10.1 2017-09-21 22:02:21 +02:00
ipv4_and_ipv6.result
ipv4_as_ipv6.result
ipv6.result
join_cache.result MDEV-17752: Plan changes from hash_index_merge to index_merge with new optimizer defaults 2019-05-21 23:29:13 +05:30
join_crash.result
join_nested_jcl6.result Merge branch '5.5' into 10.1 2019-06-12 22:54:46 +02:00
join_nested.result MDEV-19588 Wrong results from query, using left join. 2019-05-28 14:53:08 -07:00
join_optimizer.result
join_outer_innodb.result Merge branch '5.5' into 10.1 2019-07-25 13:27:11 +02:00
join_outer_jcl6.result Merge 5.5 into 10.1 2019-06-20 12:26:01 +03:00
join_outer.result Merge 5.5 into 10.1 2019-06-20 12:26:01 +03:00
join.result Merge 5.5 into 10.1 2019-08-20 07:31:44 +03:00
key_cache.result
key_diff.result
key_primary.result
key.result
keywords.result
kill_processlist-6619.result
kill_query-6728.result
kill-2.result
kill.result
last_value.result
limit_rows_examined.result MDEV-17729: Assertion `! is_set() || m_can_overwrite_status' failed in 2020-10-20 12:08:19 +05:30
limit.result Merge branch '10.0' into 10.1 2018-06-12 18:55:27 +03:00
loaddata_autocom_innodb.result
loaddata.result Merge branch '10.0' into 10.1 2019-03-01 15:52:06 +01:00
loadxml.result Merge branch '10.0' into 10.1 2017-08-08 10:18:43 +02:00
locale.result
lock_multi_bug38499.result
lock_multi_bug38691.result
lock_multi.result MDEV-15890 Strange error message if you try to FLUSH TABLES <view> after LOCK TABLES <view>. 2018-11-03 14:24:15 +04:00
lock_sync.result MDEV-19265 Server should throw warning if event is created and event_scheduler = OFF 2019-04-28 12:49:59 +02:00
lock_tables_lost_commit.result
lock.result MDEV-15890 Strange error message if you try to FLUSH TABLES <view> after LOCK TABLES <view>. 2018-11-03 14:24:15 +04:00
locked_temporary-5955.result
log_errchk.result
log_slow_debug.result Merge 5.5 into 10.1 2019-10-11 15:19:55 +03:00
log_slow.result MDEV-18333 Slow_queries count doesn't increase when slow_query_log is turned off 2019-03-04 13:49:15 +04:00
log_state_bug33693.result
log_state.result
log_tables_debug.result
log_tables_upgrade.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 MDEV-4851: (tests) log tables modifiable on log_output!=TABLE 2020-10-08 07:41:55 +11:00
long_tmpdir.result
lowercase_fs_off.result Merge branch '10.0' into 10.1 2018-10-30 15:10:01 +01:00
lowercase_fs_on.result
lowercase_mixed_tmpdir_innodb.result
lowercase_mixed_tmpdir.result
lowercase_table_grant.result
lowercase_table_qcache.result
lowercase_table.result
lowercase_table2.result
lowercase_table4.result
lowercase_table5.result
lowercase_utf8.result
lowercase_view.result
lowercase1.require
lowercase2.require
lowercase0.require
max_statement_time.result MDEV-16615 ASAN SEGV in handler::print_error or server crash after error upon CREATE TABLE 2018-06-28 16:17:21 +02:00
mdev_14586.result MDEV-14586 Assertion `0' failed in retrieve_auto_increment ... 2018-01-23 17:29:58 +05:30
mdev_19276.result MDEV-19276 during connect, write error log warning for ER_DBACCESS_DENIED_ERROR, 2019-04-28 12:49:59 +02:00
mdev-504.result
mdev316.result
mdev375.result Adjust table_open_cache to avoid getting error 24 (too many open files) 2018-03-26 17:53:17 +03:00
mdev6830.result
mdev13607.result Merge branch '5.5' into 10.1 2019-06-12 22:54:46 +02:00
mdl_sync.result MDEV-12620 - set lock_wait_timeout = 1;flush tables with read lock; 2017-06-16 15:47:46 +04:00
merge_debug.result
merge_innodb.result
merge_mmap.result
merge-big.result
merge.result Merge branch 'github/10.0' into 10.1 2018-02-02 10:09:44 +01:00
metadata.result
mix2_myisam_ucs2.result
mix2_myisam.result
mrr_derived_crash_4610.result
mrr_icp_extra.result
multi_statement.result
multi_update_big.result cleanup 2019-04-24 11:15:38 +02:00
multi_update_debug.result MDEV-19491 update query stopped working after mariadb upgrade 10.2.23 -> 10.2.24 2019-06-01 09:43:40 +02:00
multi_update_innodb.result MDEV-19491 update query stopped working after mariadb upgrade 10.2.23 -> 10.2.24 2019-06-01 09:43:40 +02:00
multi_update_tiny_hash.result
multi_update.result Merge branch '5.5' into 10.1 2019-06-12 22:54:46 +02:00
myisam_crash_before_flush_keys.result
myisam_debug.result Update myisam_debug test result post print_lock_error change 2017-08-01 09:52:59 +02:00
myisam_enable_keys-10506.result
myisam_explain_non_select_all.result
myisam_icp_notembedded.result
myisam_icp.result
myisam_mrr.result
myisam_optimize.result MDEV-11539 test_if_reopen: Assertion `strcmp(share->unique_file_name,filename) || share->last_version' failed upon select from I_S 2018-01-25 14:03:24 +01:00
myisam_recover.result Update test cases post MDEV-10286 2018-04-09 16:49:41 +03:00
myisam-big.result
myisam-blob.result BUG#27788685: NO WARNING WHEN TRUNCATING A STRING WITH DATA 2018-07-23 10:16:58 +05:30
myisam-optimize.result
myisam-system.result
myisam.result Merge remote-tracking branch 'origin/5.5' into 10.1 2019-10-01 06:07:56 +04:00
myisampack.result
mysql_binary_mode.result
mysql_client_test_comp.result
mysql_client_test_nonblock.result
mysql_client_test.result
mysql_comments.result
mysql_cp932.result
mysql_embedded.result
mysql_locale_posix.result
mysql_not_windows.result MDEV-16220 Do not pass UTF8 to mysql in command line parameters, on Windows 2018-08-14 22:42:46 +02:00
mysql_protocols.result
mysql_tzinfo_to_sql_symlink.result MDEV-23440: mysql_tzinfo_to_sql to use transactions 2020-08-15 14:02:05 +10:00
mysql_upgrade_no_innodb.result
mysql_upgrade_noengine.result
mysql_upgrade_ssl.result
mysql_upgrade_view.result
mysql_upgrade-6984.result
mysql_upgrade.result Reverted wrong patch for mysql_upgrade 2020-09-26 08:57:56 +10:00
mysql-bug41486.result
mysql-bug45236.result
mysql.result Merge 10.0 into 10.1 2019-03-27 11:56:08 +02:00
mysql5613mysql.result
mysqladmin.result
mysqlbinlog_raw_mode.result
mysqlbinlog_row_big.result
mysqlbinlog_row_minimal.result MDEV-16372 ER_BASE64_DECODE_ERROR upon replaying binary log via mysqlbinlog --verbose 2020-08-31 18:45:14 +03:00
mysqlbinlog-innodb.result
mysqlbinlog.result Merge branch '10.0' into 10.1 2017-11-10 01:14:58 +01:00
mysqlcheck.result
mysqld_help_crash-9183.result
mysqld_option_err.result
mysqld--defaults-file.result Remove unneded extra context line from test file to make it version independent 2020-02-28 19:54:08 +02:00
mysqld--help,win.rdiff MDEV-23386: mtr: main.mysqld--help autosized table{-open,}-cach and max-connections 2020-08-10 11:58:56 +02:00
mysqld--help.result Revert "[MDEV-7978] add show create user" 2020-09-24 13:58:29 +10:00
mysqldump_restore.result
mysqldump-compat.result MDEV-19182 mysqldump not always handling SHOW CREATE TRIGGER failures correctly 2019-04-24 16:06:54 +02:00
mysqldump-max.result
mysqldump-nl.result Merge branch 'github/10.0' into 10.1 2018-02-02 10:09:44 +01:00
mysqldump-no-binlog.result
mysqldump.result MDEV-22037: Add ability to skip content of some tables (work around for MDEV-20939) 2020-03-25 16:03:22 +01:00
mysqlhotcopy_myisam.result
mysqlshow.result
mysqlslap.result Merge branch '5.5' into 10.0 2018-06-10 17:16:27 +03:00
mysqltest_256.result
mysqltest_cont_on_error.result
mysqltest_ps.result
mysqltest.result Merge branch '10.0' into 10.1 2017-06-30 13:28:39 +02:00
named_pipe.result
negation_elimination.result
nested_profiling.result MDEV-22706: Assertion `!current' failed in PROFILING::start_new_query 2020-06-25 13:03:34 +05:30
no_binlog.result
no-threads.result
non_blocking_api.result
not_embedded_server.result
not_partition.result
not_staging.require
not_true.require
not_valgrind.require
null_key.result
null.result
odbc.result
olap.result MDEV-14041 Server crashes in String::length on queries with functions and ROLLUP 2019-04-22 14:01:58 +04:00
old-mode.result bugfix: copy timestamps correctly in INSERT...SELECT 2017-09-21 22:03:28 +02:00
one_thread_per_connection.require
openssl_1.result ssl tests: update ciphers as in 10.2 2017-08-08 09:56:38 +02:00
openssl_6975,tlsv10.result ssl tests: update ciphers as in 10.2 2017-08-08 09:56:38 +02:00
openssl_6975,tlsv12.result ssl tests: update ciphers as in 10.2 2017-08-08 09:56:38 +02:00
order_by_innodb.result MDEV-18094: Query with order by limit picking index scan over filesort 2019-09-21 12:14:05 +05:30
order_by_optimizer_innodb.result
order_by_sortkey.result
order_by_zerolength-4285.result MDEV-17020: Assertion `length > 0' failed in ptr_compare upon ORDER BY with bad conversion 2018-10-15 09:26:32 -07:00
order_by.result MDEV-23596: Assertion `tab->ref.use_count' failed in join_read_key_unlock_row 2020-08-27 17:58:13 +05:30
order_fill_sortbuf.result
outfile_loaddata.result
outfile.result
overflow.result
packet.result
parser_bug21114_innodb.result
parser_not_embedded.result
parser_precedence.result MDEV-19232: Floating point precision / value comparison problem 2020-07-22 14:44:25 +05:30
parser_stack.result
parser.result Merge remote-tracking branch 'origin/5.5-galera' into 10.0-galera 2018-05-07 13:49:14 +03:00
partition_alter.result MDEV-13097 Online alter of a partitioned MyISAM table with auto_increment 2017-06-22 12:56:33 +02:00
partition_binlog_stmt.result
partition_binlog.result
partition_blackhole.result
partition_bug18198.result
partition_cache_innodb.result
partition_cache_myisam.result
partition_cache.result
partition_charset.result
partition_column_prune.result
partition_column.result
partition_csv.result
partition_datatype.result Merge branch '10.0' into 10.1 2017-10-22 13:03:41 +02:00
partition_debug_sync.result Merge 5.5 into 10.1 2019-10-11 15:19:55 +03:00
partition_disabled.result
partition_error.result
partition_example.result
partition_exchange.result
partition_explicit_prune.result MDEV-14815 - Server crash or AddressSanitizer errors or valgrind warnings 2018-10-19 19:09:48 +04:00
partition_grant.result
partition_hash.result
partition_innodb_plugin.result
partition_innodb_semi_consistent.result
partition_innodb_stmt.result
partition_innodb.result Bug#28573894 ALTER PARTITIONED TABLE ADD AUTO_INCREMENT DIFF RESULT DEPENDING ON ALGORITHM 2019-04-25 14:12:45 +03:00
partition_key_cache.result
partition_list.result
partition_mgm_err.result
partition_mgm_err2.result
partition_mgm.result
partition_myisam.result
partition_not_blackhole.result
partition_not_windows.result
partition_open_files_limit.result
partition_order.result
partition_pruning.result
partition_range.result
partition_rename_longfilename.result
partition_symlink.result MDEV-13157 Specifying DATA DIRECTORY in tables leads to failing EXCHANGE PARTITION 2017-09-18 10:40:26 +02:00
partition_sync.result
partition_truncate.result
partition_utf8.result
partition_windows.result MDEV-14026 ALTER TABLE ... DELAY_KEY_WRITE=1 creates table copy for partitioned MyISAM table with DATA DIRECTORY/INDEX DIRECTORY options 2017-12-25 15:18:21 +01:00
partition.result MDEV-5628: Assertion ! is_set()' or !is_set() || (m_status == DA_OK_BULK && 2020-10-20 12:12:12 +05:30
perror-win.result
perror.result Merge branch '10.0' into 10.1 2018-04-07 17:11:22 +03:00
plugin_auth_qa_1.result
plugin_auth_qa_2.result
plugin_auth_qa_3.result
plugin_auth_qa.result
plugin_auth.result
plugin_innodb.result
plugin_load_option.result
plugin_load.result
plugin_loaderr.result
plugin_maturity.result
plugin_not_embedded.result Merge branch '5.5' into 10.1 2019-07-26 13:33:51 +02:00
plugin_vars.result
plugin.result Merge branch '5.5' into 10.1 2019-07-26 13:33:51 +02:00
pool_of_threads.result
preload.result
processlist_notembedded.result Merge 5.5 into 10.1 2020-05-26 12:44:05 +03:00
processlist.result Merge branch 'github/5.5' into 10.1 2019-10-23 15:55:23 +02:00
profiling.result
progress_976225.result
ps_1general.result
ps_2myisam.result
ps_3innodb.result
ps_4heap.result
ps_5merge.result
ps_10nestset.result
ps_11bugs.result
ps_change_master.result
ps_ddl.result
ps_ddl1.result
ps_grant.result
ps_innodb.result Merge branch '5.5' into 10.1 2019-07-25 13:27:11 +02:00
ps_max_subselect-5113.result
ps_not_windows.result
ps_qc_innodb.result MDEV-15492: Subquery crash similar to MDEV-10050 2018-03-21 19:47:42 +01:00
ps.result Merge branch '5.5' into 10.1 2019-07-25 13:27:11 +02:00
query_cache_28249.result
query_cache_debug.result Merge branch 'github/10.0' into 10.1 2018-02-02 10:09:44 +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
query_cache.result MDEV-5924: MariaDB could crash after changing the query_cache size 2020-06-10 09:35:38 +02:00
quick_select_4161.result
range_innodb.result Merge 5.5 into 10.1 2020-04-01 10:24:36 +03:00
range_mrr_icp.result Merge 5.5 into 10.1 2020-04-14 15:43:12 +03:00
range_vs_index_merge_innodb.result MDEV-20576 A new assertion added to check validity of calculated 2019-09-12 23:01:11 -07:00
range_vs_index_merge.result Merge 5.5 into 10.1 2020-04-01 10:24:36 +03:00
range.result Merge 5.5 into 10.1 2020-04-14 15:43:12 +03:00
read_many_rows_innodb.result
read_only_innodb.result Merge branch '10.0-galera' into 10.1 2018-06-12 19:39:37 +03:00
read_only.result Merge branch '10.0' into 10.1 2018-12-29 23:44:45 +01:00
rename.result MDEV-11741 handler::ha_reset(): Assertion `bitmap_is_set_all(&table->s->all_set)' failed or server crash in mi_reset or buffer overrun or unexpected ER_CANT_REMOVE_ALL_FIELDS 2018-07-19 11:35:38 +02:00
renamedb.result
repair_symlink-5543.result Update test case 2019-07-01 13:15:20 +03:00
repair.result Merge branch 'github/10.0' into 10.1 2018-02-02 10:09:44 +01:00
replace.result
rollback.result
round.result
row-checksum-old.result MDEV-17085: CHECKSUM TABLE EXTENDED does not work correctly 2019-01-16 13:57:22 +01:00
row-checksum.result MDEV-17085: CHECKSUM TABLE EXTENDED does not work correctly 2019-01-16 13:57:22 +01:00
row.result
rowid_order_innodb.result
rpl_mysqldump_slave.result
schema.result
second_frac-9175.result
secure_file_priv_win.result
select_debug.result
select_found.result Revert "MDEV-22830: SQL_CALC_FOUND_ROWS not working properly for single SELECT for DUAL" 2020-06-10 09:34:56 +02:00
select_jcl6.result
select_pkeycache.result
select_safe.result
select.result
selectivity_innodb.result MDEV-21495: Conditional jump or move depends on uninitialised value in sel_arg_range_seq_next 2020-05-26 01:57:00 +05:30
selectivity_no_engine.result
selectivity.result MDEV-21495: Conditional jump or move depends on uninitialised value in sel_arg_range_seq_next 2020-05-26 01:57:00 +05:30
servers.result
set_password_plugin-9835.result
set_statement_debug.result
set_statement_notembedded_binlog.result
set_statement_notembedded.result
set_statement_profiling.result
set_statement.result
shm.result
show_bad_definer-5553.result
show_check.result MDEV-19265 Server should throw warning if event is created and event_scheduler = OFF 2019-04-28 12:49:59 +02:00
show_explain_non_select.result
show_explain_ps.result
show_explain.result
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_grants_with_plugin-7985.result
show_profile.result
show_row_order-9226.result
show.result
shutdown.result
sighup-6580.result
signal_code.result
signal_demo1.result
signal_demo2.result
signal_demo3.result
signal_sqlmode.result
signal.result
single_delete_update_innodb.result
single_delete_update.result
skip_grants.result
skip_log_bin.result
skip_name_resolve.result
slowlog_enospace-10508.result
sp_gis.result
sp_missing_4665.result
sp_notembedded.result MDEV-19265 Server should throw warning if event is created and event_scheduler = OFF 2019-04-28 12:49:59 +02:00
sp_stress_case.result
sp_sync.result
sp_trans_log.result
sp_trans.result MDEV-15945 --ps-protocol does not test some queries 2019-03-12 13:10:49 +01:00
sp-big.result
sp-bugs.result
sp-bugs2.result
sp-code.result Merge 5.5 into 10.1 2019-10-11 15:19:55 +03:00
sp-destruct.result Merge 10.0 into 10.1 2018-04-24 09:26:40 +03:00
sp-dynamic.result
sp-error.result
sp-fib.result
sp-group.result
sp-innodb.result Merge branch '5.5' into 10.0 2018-04-29 00:38:10 +02:00
sp-lock.result
sp-no-code.result
sp-prelocking.result
sp-security.result Merge remote-tracking branch 'origin/5.5-galera' into 10.0-galera 2018-10-30 13:22:52 +02:00
sp-threads.result
sp-ucs2.result MDEV-15945 --ps-protocol does not test some queries 2019-03-12 13:10:49 +01:00
sp-vars.result
sp.result MDEV-17610 - fix result, for the case when test runs with userstat=on 2019-09-03 11:23:12 +02:00
sql_mode.result
ssl_8k_key.result
ssl_7937,nossl.result
ssl_7937.result
ssl_and_innodb.result
ssl_ca.result
ssl_cert_verify.result
ssl_cipher.result
ssl_compress.result
ssl_connect.result
ssl_crl_clients_valid.result
ssl_crl_clients-valid.result
ssl_crl_clients.result
ssl_crl_clrpath.result
ssl_crl.result
ssl_timeout-9836.result
ssl_timeout.result
ssl_verify_ip.result MDEV-18131 MariaDB does not verify IP addresses from subject alternative 2019-04-28 12:49:59 +02:00
ssl-big.result
ssl-crl-revoked-crl.result
ssl.result MDEV-18131 MariaDB does not verify IP addresses from subject alternative 2019-04-28 12:49:59 +02:00
stack-crash.result
stat_tables_disabled.result
stat_tables_innodb.result Making the stat_tables_innodb test deterministic 2020-07-18 10:19:13 +05:30
stat_tables_par_innodb.result
stat_tables_par.result
stat_tables_partition.result MDEV-21472: ALTER TABLE ... ANALYZE PARTITION ... with EITS reads and locks all rows 2020-07-29 23:27:40 +03:00
stat_tables_rbr.result MDEV-21472: ALTER TABLE ... ANALYZE PARTITION ... with EITS reads and locks all rows 2020-07-29 23:27:40 +03:00
stat_tables_repl.result
stat_tables-enospc.result
stat_tables.result Fixed the case when statistics were not getting read because 2019-05-16 14:15:59 +05:30
statistics_close.result Fixed ASAN heap-use-after-free handler::ha_index_or_rnd_end 2018-05-23 11:26:49 +03:00
statistics_index_crash-7362.result
statistics.result MDEV-19334: bool is_eits_usable(Field*): Assertion `field->table->stats_is_read' failed. 2019-04-27 14:27:02 +05:30
status_bug17954.result
status.result
status2.result MDEV-19265 Server should throw warning if event is created and event_scheduler = OFF 2019-04-28 12:49:59 +02:00
str_to_datetime_457.result
strict_autoinc_1myisam.result
strict_autoinc_2innodb.result
strict_autoinc_3heap.result
strict.result Merge branch '10.0' into 10.1 2017-10-22 13:03:41 +02:00
subselect_cache.result Merge branch '5.5' into 10.1 2019-07-25 13:27:11 +02:00
subselect_debug.result
subselect_exists2in_costmat.result
subselect_exists2in.result Add testcases for MDEV-20557, MDEV-21649 2020-07-25 12:59:53 +03:00
subselect_extra_no_semijoin.result MDEV-6439: Server crashes in Explain_union::print_explain with explain in slow log, tis620 charset 2018-08-15 15:25:14 +03:00
subselect_extra.result
subselect_gis.result
subselect_innodb.result MDEV-23535 SIGSEGV, SIGABRT and SIGILL in typeinfo for Item_func_set_collation (on optimized builds) 2020-09-03 14:20:06 +04: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_mat_cost.result
subselect_mat.result Merge branch '5.5' into 10.1 2019-07-25 13:27:11 +02:00
subselect_no_exists_to_in.result Merge branch '5.5' into 10.1 2019-07-25 13:27:11 +02:00
subselect_no_mat.result Merge branch '5.5' into 10.1 2019-07-25 13:27:11 +02:00
subselect_no_opts.result Merge branch '5.5' into 10.1 2019-07-25 13:27:11 +02:00
subselect_no_scache.result Merge branch '5.5' into 10.1 2019-07-25 13:27:11 +02:00
subselect_no_semijoin.result Merge branch '5.5' into 10.1 2019-07-25 13:27:11 +02:00
subselect_notembedded.result
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
subselect_sj_aria.result
subselect_sj_jcl6.result Merge branch 'github/5.5' into 10.1 2019-10-23 15:55:23 +02:00
subselect_sj_mat.result Merge branch '5.5' into 10.1 2019-07-25 13:27:11 +02:00
subselect_sj_nonmerged.result MDEV-16374: Filtered shows 0 for materilization scan for a semi join, which makes optimizer always picks 2018-06-09 11:40:28 +05:30
subselect_sj.result Merge branch 'github/5.5' into 10.1 2019-10-23 15:55:23 +02:00
subselect_sj2_jcl6.result
subselect_sj2_mat.result Merge branch '10.0' into bb-10.1-merge 2018-07-19 12:55:54 +02:00
subselect_sj2.result
subselect.result Merge branch '5.5' into 10.1 2019-07-25 13:27:11 +02:00
subselect2.result Merge 10.1 into 10.1 2019-02-02 13:00:15 +02:00
subselect3_jcl6.result
subselect3.result
subselect4.result MDEV-9513: Assertion `join->group_list || !join->is_in_subquery()' failed in create_sort_index 2020-08-06 10:55:03 +05:30
sum_distinct-big.result Speed up main.sum_distinct-big 2019-09-25 11:29:21 +03:00
sum_distinct.result
symlink-aria-11902.result
symlink-myisam-11902.result
symlink.result MDEV-13636 ALTER TABLE ... DELAY_KEY_WRITE=1 creates table copy for MyISAM table with DATA DIRECTORY/INDEX DIRECTORY options 2017-09-18 10:40:26 +02:00
synchronization.result
sysdate_is_now.result
system_mysql_db_fix40123.result
system_mysql_db_fix50030.result
system_mysql_db_fix50117.result
system_mysql_db_refs.result
system_mysql_db.result
table_elim_debug.result
table_elim.result
table_keyinfo-6838.result
table_options-5867.result
table_options.result
tablelock.result
tablespace.result
tc_heuristic_recover.result MDEV-13437 InnoDB fails to return error for XA COMMIT or XA ROLLBACK in read-only mode 2017-08-29 11:59:59 +03:00
temp_table_frm.result
temp_table_symlink.result MDEV-23569 temporary tables can overwrite existing files 2020-08-25 20:47:52 +02:00
temp_table.result
temporal_literal.result
temporal_scale_4283.result
timezone_grant.result
timezone.result
timezone2.result Tests for MDEV-11895 NO_ZERO_DATE affects timestamp values without any warnings 2019-04-29 10:36:57 +04:00
timezone3.result
timezone4.result
tmp_table_count-7586.result
trans_read_only.result
trigger_no_defaults-11698.result
trigger_notembedded.result
trigger_null-8605.result
trigger-compat.result
trigger-trans.result
trigger.result MDEV-16093 Memory leak with triggers 2018-05-26 12:49:25 +03:00
true.require
truncate_badse.result
truncate_coverage.result
truncate-stale-6500.result
truncate.result
type_binary.result
type_bit_innodb.result
type_bit.result MDEV-18452 ASAN unknown-crash in Field::set_default upon SET bit_column = DEFAULT 2019-04-25 11:48:43 +04:00
type_blob.result Merge branch '10.0' into 10.1 2017-10-22 13:03:41 +02:00
type_date.result Fixing sporading builtbot test failures happening at '00:00:00' sharp 2020-08-11 10:33:10 +04:00
type_datetime_hires.result
type_datetime.result Fixing sporading builtbot test failures happening at '00:00:00' sharp 2020-08-11 10:33:10 +04:00
type_decimal.result MDEV-18968 Both (WHERE 0.1) and (WHERE NOT 0.1) return empty set 2019-03-26 11:37:18 +04:00
type_enum.result
type_float.result MDEV-23282 FLOAT(53,0) badly handles out-of-range values 2020-07-27 08:03:23 +04:00
type_int.result Merge remote-tracking branch 'origin/5.5' into 10.1 2019-12-16 13:08:17 +04:00
type_nchar.result
type_newdecimal-big.result
type_newdecimal.result MDEV-23105 Cast number string with many leading zeros to decimal gives unexpected result 2020-08-05 08:14:49 +04:00
type_num.result
type_ranges.result MDEV-19232: Floating point precision / value comparison problem 2020-07-22 14:44:25 +05:30
type_set.result MDEV-22344: Fix typos in comments 2020-05-06 18:15:32 +02:00
type_temporal_innodb.result
type_temporal_mysql56.result
type_time_6065.result Merge remote-tracking branch 'origin/10.0' into 10.1 2018-02-10 00:06:10 +04:00
type_time_hires.result
type_time.result MDEV-21319 COUNT(*) returns 1, actual SELECT returns no result in 10.3.21, but 1 result in 10.1.41 2019-12-19 14:03:54 +04:00
type_timestamp_hires.result
type_timestamp.result
type_uint.result
type_varchar.result Merge branch '10.0' into 10.1 2017-10-22 13:03:41 +02:00
type_year.result MDEV-16958 Assertion `field_length < 5' failed in Field_year::val_str or data corruption upon SELECT with UNION and aggregate functions 2019-03-15 11:37:29 +04:00
udf_debug_sync.result
udf_notembedded.result
udf_query_cache.result
udf_skip_grants.result
udf.result MDEV-21976: mtr main.udf - broaden localhost (#1543) 2020-05-18 09:37:51 +03:00
union_crash-714.result
union.result Merge 10.0 into 10.1 2019-01-17 06:40:24 +02:00
unsafe_binlog_innodb.result
update_ignore_216.result
update_innodb.result MDEV-18300: ASAN error in Field_blob::get_key_image upon UPDATE with subquery 2019-04-11 13:05:01 +05:30
update.result
upgrade.result
user_limits.result
user_var-binlog.result
user_var.result MDEV-13897 SELECT @a := MAX(col) FROM t requires full index scan 2017-09-27 10:22:15 +02:00
userstat-badlogin-4824.result
userstat.result MDEV-15945 --ps-protocol does not test some queries 2019-03-12 13:10:49 +01:00
varbinary.result
variables_community.result
variables-notembedded.result
variables.result Update test cases post MDEV-10286 2018-04-09 16:49:41 +03:00
view_alias.result Merge branch '5.5' into 10.1 2019-07-25 13:27:11 +02:00
view_debug.result
view_grant.result Merge branch '5.5' into 10.1 2019-04-26 14:02:37 +02:00
view.result Merge branch '5.5' into 10.1 2019-07-25 13:27:11 +02:00
wait_timeout_not_windows.result
wait_timeout.result
warnings_debug.result
warnings_engine_disabled.result
warnings.result
windows.result
xa_binlog.result
xa_sync.result
xa.result MDEV-14609 XA Transction unable to ROLLBACK TO SAVEPOINT 2018-01-15 13:50:28 +04:00
xml.result Merge branch 'github/10.0' into 10.1 2018-02-02 10:09:44 +01:00
xtradb_mrr.result