mariadb/mysql-test/t
Varun Gupta 390de205cc MDEV-24519: Server crashes in Charset::set_charset upon SELECT
The query causing the issue here has implicit grouping for we
have to produce one row with special values for the aggregates
(depending on each aggregate function), and NULL values for all
non-aggregate fields.

The subselect item where implicit grouping was being done,
null_value for the subselect item was not being set for
the case when the implicit grouping produces NULL values
for the items in the select list of the subquery.
This which was leading to the crash.

The fix would be to set the null_value when all the values
for the row column have NULL values.

Further changes are

1) etting null_value for Item_singlerow_subselect only
   after val_* functions have been called.
2) Introduced a parameter null_value_inside to Item_cache that
   would store be set to TRUE if any of the arguments of the
   Item_cache are null.

Reviewed And co-authored by Monty
2021-03-12 10:13:05 +05:30
..
1st.test
aborted_clients.test
adddate_454.test
alias.test
almost_full.test
alter_table-big.test
alter_table.test MDEV-18163 Assertion table_share->tmp_table != NO_TMP_TABLE || m_lock_type != 2' failed in handler::ha_rnd_next(); / Assertion table_list->table' failed in find_field_in_table_ref / ERROR 1901 (on optimized builds) 2020-10-06 13:50:28 +02:00
alter_table_autoinc-5574.test
alter_table_errors.test MDEV-18083 ASAN heap-use-after-free in Field::set_warning_truncated_wrong_value upon inserting into temporary table 2019-02-05 01:34:17 +01:00
alter_table_mdev539_maria.test
alter_table_mdev539_myisam.test
alter_table_online.test
alter_table_trans.test
alter_user.test Revert "[MDEV-7978] add show create user" 2020-09-24 13:58:29 +10:00
analyze.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
analyze_debug.test
analyze_format_json.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
analyze_stmt.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
analyze_stmt_orderby.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
analyze_stmt_privileges.test
analyze_stmt_privileges2.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
analyze_stmt_slow_query_log-master.opt
analyze_stmt_slow_query_log.test
ansi.test
aria_icp_debug.test MDEV-23938: innodb row_search_idx_cond_check handle ICP_ABORTED_BY_USER 2020-10-16 09:44:03 +11:00
assign_key_cache.test
assign_key_cache_debug.test
auth_named_pipe-master.opt
auth_named_pipe.test
auth_rpl-slave.opt
auth_rpl.test
auto_increment.test
auto_increment_ranges.inc
auto_increment_ranges_innodb.test fix the test to clean after itself 2018-11-01 18:47:53 +01:00
auto_increment_ranges_myisam.test
bad_frm_crash_5029.test
bench_count_distinct.test
bigint.test Merge branch '10.1' into 10.2 2018-11-15 19:21:40 +01:00
binary.test
binary_to_hex.test
blackhole.test MDEV-24017: Blackhole : Specified key was too long; max key length is 1000 bytes 2020-10-24 22:43:21 +11:00
blackhole_plugin.test
bool.test
bootstrap-master.opt
bootstrap.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
bootstrap_innodb.test test case for BUG#31650096 2020-10-27 09:24:15 +01:00
bug39022.test
bug46760-master.opt
bug46760.test
bug47671-master.opt
bug47671.test
bug58669-master.opt
bug58669.test
bug12427262.test
bug13633383.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
bulk_replace.test
cache_innodb.test
cache_temporal_4265.test MDEV-21360 debug_dbug pre-test value restoration issues 2020-01-15 18:06:24 +01:00
case.test
cast.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
change_user.test
change_user_notembedded.test
charset_client_win.test MDEV-19750 mysql command wrong encoding 2019-06-17 18:04:47 +01:00
check.test MDEV-16905 ASAN heap-use-after-free in __interceptor_strnlen / ... / TABLE::verify_constraints upon INSERT into temporary table with CHECK constraint 2019-02-05 01:34:17 +01:00
check_constraint.test fix the typo OPTION_NO_CHECK_CONSTRAINT_CHECKS 2019-03-12 09:51:42 +01:00
check_constraint_innodb.test MDEV-18239 ASAN use-after-poison in process_str_arg / ... / mark_unsupported_func or unexpected ER_BAD_FIELD_ERROR upon ALTER TABLE 2019-02-05 01:34:17 +01:00
check_constraint_show.test
client_xml.test
comment_column.test
comment_column2.test
comment_index.test
comment_table.test MDEV-22558 wrong error for invalid utf8 table comment 2020-05-27 15:56:40 +02:00
comments.test
commit.test
commit_1innodb.test
compare.test Backporting 273d8eb12c Proper fix for disabling warnings in read_statistics_for_table() 2019-09-23 14:11:48 +05:30
compound.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
compress.test
concurrent_innodb_safelog-master.opt
concurrent_innodb_safelog.test
concurrent_innodb_unsafelog-master.opt
concurrent_innodb_unsafelog.test
connect.cnf
connect.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
connect2.cnf
connect2.test
connect_debug.test Merge branch '10.1' into 10.2 2020-01-20 16:15:05 +01:00
consistent_snapshot.test
constraints.test MDEV-16932: ASAN heap-use-after-free in my_charlen_utf8 / my_well_formed_char_length_utf8 on 2nd execution of SP with ALTER trying to add bad CHECK 2019-08-28 12:06:52 +02:00
contributors.test
count_distinct.test
count_distinct2-master.opt
count_distinct2.test
count_distinct3.test
crash_commit_before-master.opt
crash_commit_before.test
create-big.test
create-uca.test
create.test MDEV-18428 Memory: If transactional=0 is specified in CREATE TABLE, it is not possible to ALTER TABLE 2021-01-11 21:54:47 +01:00
create_delayed.test
create_drop_binlog.test
create_drop_db.test
create_drop_event.test
create_drop_function.test MDEV-22654: Assertion `!is_set() || (m_status == DA_OK_BULK && is_bulk_op())' 2020-07-06 21:17:15 +05:30
create_drop_index.test
create_drop_procedure.test
create_drop_role.test 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.test
create_drop_trigger.test
create_drop_udf.test
create_drop_user.test
create_drop_view.test
create_not_windows.test
create_or_replace-master.opt
create_or_replace.test Merge branch '10.0' into 10.1 2018-10-30 15:10:01 +01:00
create_or_replace2.test MDEV-21360 global debug_dbug pre-test value restoration issues 2020-01-15 18:06:24 +01:00
create_or_replace_permission.test
create_replace_tmp.test
create_select_tmp.test
create_user.test Revert "[MDEV-7978] add show create user" 2020-09-24 13:58:29 +10:00
create_w_max_indexes_64.test
create_w_max_indexes_128.test
cte_grant.test
cte_nonrecursive.test MDEV-24597 Explicit column name error in CTE of UNION 2021-03-10 22:16:23 -08:00
cte_nonrecursive_not_embedded.test MDEV-20751 Permission Issue With Nested CTEs 2020-12-17 13:44:06 -08:00
cte_recursive.test MDEV-23406 Signal 8 in maria_create after recursive cte query 2020-12-16 09:13:24 -08:00
cte_recursive_not_embedded.test
ctype_ascii.test
ctype_big5.test
ctype_binary.test 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 15:00:29 +04:00
ctype_collate.test
ctype_cp850.test
ctype_cp932.test
ctype_cp932_binlog_row.test
ctype_cp932_binlog_stm.test
ctype_cp1250_ch.test
ctype_cp1251.test
ctype_create.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
ctype_errors.test
ctype_eucjpms.test
ctype_euckr.test
ctype_filename.test
ctype_filesystem-master.opt
ctype_filesystem.test
ctype_gb2312.test
ctype_gbk.test
ctype_gbk_binlog.test
ctype_gbk_export_import.test
ctype_hebrew.test
ctype_latin1.test Merge 10.1 into 10.2 2018-11-06 08:41:48 +02:00
ctype_latin1_de-master.opt
ctype_latin1_de.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
ctype_latin2.test
ctype_latin2_ch.test
ctype_ldml-master.opt
ctype_ldml.test
ctype_like_range.test
ctype_many.test
ctype_mb.test
ctype_nopad_8bit.test
ctype_partitions.test
ctype_recoding.test
ctype_sjis.test
ctype_swe7.test
ctype_tis620.test
ctype_uca.test Merge 10.1 into 10.2 2018-11-06 08:41:48 +02:00
ctype_uca_innodb.test
ctype_uca_partitions.test
ctype_ucs.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
ctype_ucs2_def-master.opt
ctype_ucs2_def.test
ctype_ucs2_query_cache-master.opt
ctype_ucs2_query_cache.test
ctype_ucs2_uca.test
ctype_ujis.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
ctype_ujis_ucs2.test
ctype_upgrade.test
ctype_utf8-master.opt
ctype_utf8.test Merge 10.1 into 10.2 2020-09-22 15:21:43 +03:00
ctype_utf8_def_upgrade.opt MDEV-19675 Wrong charset is chosen when opening a pre-4.1 table 2019-06-03 12:42:36 +04:00
ctype_utf8_def_upgrade.test MDEV-19675 Wrong charset is chosen when opening a pre-4.1 table 2019-06-03 12:42:36 +04:00
ctype_utf8_uca.test
ctype_utf8mb4-master.opt
ctype_utf8mb4.test MDEV-24033: SIGSEGV in __memcmp_avx2_movbe from queue_insert | SIGSEGV in __memcmp_avx2_movbe from native_compare 2020-12-10 08:45:20 +01:00
ctype_utf8mb4_heap.test
ctype_utf8mb4_innodb-master.opt
ctype_utf8mb4_innodb.test
ctype_utf8mb4_myisam.test
ctype_utf8mb4_uca.test
ctype_utf16.test Merge 10.1 into 10.2 2020-06-06 18:07:04 +03:00
ctype_utf16_def-master.opt Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
ctype_utf16_def.test
ctype_utf16_uca.test 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 15:00:29 +04:00
ctype_utf16le.test Merge 10.1 into 10.2 2020-06-06 18:07:04 +03:00
ctype_utf32.test Merge 10.1 into 10.2 2020-06-06 18:07:04 +03:00
ctype_utf32_uca.test
date_formats-master.opt
date_formats.test
datetime_456.test
ddl_i18n_koi8r.test Merge 10.1 into 10.2 2019-03-27 12:26:11 +02:00
ddl_i18n_utf8.test Merge 10.1 into 10.2 2019-03-27 12:26:11 +02:00
deadlock_innodb.test
debug_sync.test
default.test more tests for DEFAULT and DEFAULT(column) in INSERT 2019-09-04 15:37:23 +02:00
default_debug.test
default_session.test MDEV-21249 MariaDB 10.3.10 When referring to bigint to generate timestamp data in the virtual generated column, the value of the generated column does not change when the time zone changes 2020-01-21 21:15:10 +01:00
default_storage_engine.test
delayed.test
delete.test
delete_returning.test
delete_returning_grant.test
delimiter_case_mdev_10728.sql
delimiter_command_case_sensitivity.test
deprecated_features.test
derived.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
derived_cond_pushdown.test MDEV-19179 Regression: SELECT ... UNION ... with inconsistent column names fails 2020-11-19 07:47:43 -08:00
derived_opt.test
derived_view.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
dirty_close.test
distinct.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
drop-no_root.test
drop.test
drop_bad_db_type.test MDEV-21360 global debug_dbug pre-test value restoration issues 2020-01-15 18:06:24 +01:00
dyncol.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
empty_server_name-8224.test MDEV-23511 shutdown_server 10 times out, causing server kill at shutdown 2020-08-21 14:48:53 +03:00
empty_table.test
empty_user_table.test
endspace.test
enforce_storage_engine.test
enforce_storage_engine_opt.opt
enforce_storage_engine_opt.test
engine_error_in_alter-8453.test MDEV-21360 global debug_dbug pre-test value restoration issues 2020-01-15 18:06:24 +01:00
error_simulation-master.opt
error_simulation.test MDEV-21360 global debug_dbug pre-test value restoration issues 2020-01-15 18:06:24 +01:00
errors.test MDEV-20604: Duplicate key value is silently truncated to 64 characters in print_keydup_error 2020-04-01 11:34:32 +02:00
events_1.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
events_2.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
events_bugs-master.opt
events_bugs.test Merge branch '10.1' into 10.2 2020-01-03 12:40:38 +01:00
events_embedded.test
events_grant.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
events_logs_tests-master.opt
events_logs_tests.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
events_microsec.test
events_restart-master.opt
events_restart.test MDEV-21758 : Events switched randomly to SLAVESIDE_DISABLED 2020-03-09 12:19:11 +02:00
events_scheduling.test
events_slowlog.test
events_stress.test MDEV-19265 Server should throw warning if event is created and event_scheduler = OFF 2019-04-28 12:49:59 +02:00
events_time_zone.test
events_trans.test
events_trans_notembedded.test
execution_constants.test
explain.test
explain_json.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
explain_json_format_partitions.test
explain_json_innodb.test
explain_non_select.test
explain_slowquerylog-master.opt
explain_slowquerylog.test
ext_key_noPK_6794.test
failed_auth_3909.test
failed_auth_unixsocket.test
fast_prefix_index_fetch_innodb.test Merge 10.1 into 10.2 2020-09-01 16:20:23 +03:00
features.test
file_contents.test
filesort_bad_i_s-7585.test
filesort_debug.test
fix_priv_tables.test
flush-innodb-notembedded.test
flush-innodb.test
flush.test Merge 10.1 into 10.2 2018-11-06 08:41:48 +02:00
flush2-master.opt
flush2.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
flush_block_commit.test
flush_block_commit_notembedded.test
flush_read_lock.test
flush_read_lock_kill.test
flush_table.test
foreign_key.test MDEV-18463 Don't allow multiple table CONSTRAINTs with the same name. 2019-12-09 01:17:16 +04:00
frm_bad_row_type-7333.test
fulltext.test Fixed memory leak with fulltext indexes 2020-04-18 11:51:42 +03:00
fulltext2.test
fulltext3.test
fulltext_cache.test
fulltext_charsets.test
fulltext_derived_4257.test
fulltext_derived_4316.test
fulltext_distinct.test
fulltext_left_join.test
fulltext_multi.test
fulltext_order_by.test
fulltext_update.test
fulltext_var.test
func_analyse.test
func_compress.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
func_concat.test
func_crypt.test
func_date_add.test
func_default.test MDEV-16217: Assertion `!table || (!table->read_set || bitmap_is_set(table->read_set, field_index))' failed in Field_num::get_date 2018-11-14 10:27:41 +01:00
func_des_encrypt.test
func_digest.test
func_encrypt-master.opt
func_encrypt.test
func_encrypt_nossl.test
func_encrypt_ucs2.test
func_equal.test
func_gconcat.test MDEV-4677 GROUP_CONCAT not showing any output with group_concat_max_len >= 4Gb 2020-12-10 08:45:20 +01:00
func_group.test
func_group_innodb.test Merge branch '10.1' into 10.2 2018-12-30 18:30:29 +01:00
func_hybrid_type.test 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.test
func_in.test
func_isnull.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
func_json.test MDEV-20593 SIGSEGV in report_json_error_ex (on optimized builds). 2020-10-22 15:51:14 +04:00
func_like.test Item_func_like::walk() was ignoring escape_item 2020-12-19 11:44:42 +01:00
func_math.test cleanup: move precedence tests into precedence_bugs.test 2020-10-23 15:53:41 +02:00
func_misc.test Merge branch '10.1' into 10.2 2020-01-03 12:40:38 +01:00
func_op.test
func_regexp.test
func_regexp_pcre.test MENT-464 ASAN MTR quick test - some failures to be investigated. 2020-01-24 00:29:06 +04:00
func_regexp_pcre_debug.test MDEV-21360 debug_dbug pre-test value restoration issues 2020-01-15 18:06:24 +01:00
func_rollback.test
func_sapdb.test
func_set.test
func_str.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
func_system.test
func_test.test precedence bugfixing 2020-10-23 15:53:41 +02:00
func_time.test MDEV-21388 Wrong result of DAYNAME()=xxx in combination with condition_pushdown_for_derived=on 2019-12-24 15:05:52 +04:00
func_time_hires.test
func_timestamp.test
func_weight_string.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
function_defaults.test MDEV-20403 Assertion 0' or Assertion btr_validate_index(index, 0)' failed in row_upd_sec_index_entry or error code 126: Index is corrupted upon UPDATE with TIMESTAMP..ON UPDATE 2019-09-04 15:37:23 +02:00
function_defaults_innodb.test
function_defaults_notembedded.test
gcc296.test
get_diagnostics.test
gis-alter_table_online.test
gis-debug.test
gis-json.test MDEV-19723 Assertion je->state == JST_KEY' failed while SELECT ST_GEOMFROMGEOJSON() and Assertion !mysql_bin_log.is_open() || thd.is_current_stmt_binlog_format_row()' 2021-01-19 15:29:03 +04:00
gis-loaddata.test Backporting MDEV-15497 Wrong empty value in a GEOMETRY column on LOAD DATA 2019-02-23 17:43:59 +04:00
gis-precise.test Merge 10.1 into 10.2 2019-04-25 09:04:09 +03:00
gis-rt-precise.test
gis-rtree.test MDEV-14057 InnoDB GIS tests fail. 2020-03-18 13:55:21 +04:00
gis.test Fixed memory leak with DEFAULT(f) on Geometry field 2020-04-18 11:51:42 +03:00
gis_notembedded.test gis2 fails in embedded 2019-04-27 11:28:50 +02:00
grant.opt Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
grant.test MDEV-23082: ER_TABLEACCESS_DENIED_ERROR error message is truncated, 2020-08-04 10:55:21 +05:30
grant2.opt Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
grant2.test
grant3-master.opt
grant3.test
grant4.opt Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
grant4.test Merge branch '10.1' into 10.2 2019-05-04 17:04:55 +02:00
grant5.test MDEV-22313: Neither SHOW CREATE USER nor SHOW GRANTS prints a user's default role 2020-10-24 16:32:07 +02:00
grant_4332.test
grant_cache_no_prot.test
grant_cache_ps_prot.test
grant_explain_non_select.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
grant_lowercase.opt
grant_lowercase.test
grant_lowercase_fs.test
grant_not_windows.test
greedy_optimizer.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
group_by.test MDEV-23826: ORDER BY in view definition leads to wrong result with GROUP BY on query using view 2021-01-12 18:47:39 +05:30
group_by_innodb.test
group_by_null.test
group_min_max.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
group_min_max_innodb.test
handler_read_last.test
handlersocket.opt Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
handlersocket.test
having.test
help.test
host_cache_size_functionality.test MDEV-23511 shutdown_server 10 times out, causing server kill at shutdown 2020-08-21 14:48:53 +03:00
huge_frm-6224.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
implicit_char_to_num_conversion.test
implicit_commit-master.opt
implicit_commit.test
in_datetime_241.test
index_intersect.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
index_intersect_innodb.test
index_merge_innodb.test Fix wrong merge of commit d218d1aa49 2020-06-12 10:55:53 +03:00
index_merge_myisam.test Merge 5.5 into 10.1 2020-04-01 10:24:36 +03:00
information_schema-big.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
information_schema.test MDEV-24179: Assertion `m_status == DA_ERROR || m_status == DA_OK || 2021-01-19 16:16:03 +05:30
information_schema2.test
information_schema_all_engines-master.opt
information_schema_all_engines.test
information_schema_chmod.test
information_schema_db.test MDEV-20549 SQL SECURITY DEFINER does not work for INFORMATION_SCHEMA tables 2019-10-28 08:17:56 +01:00
information_schema_inno.test
information_schema_linux.test
information_schema_parameters.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
information_schema_part.test
information_schema_prepare.test 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.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
information_schema_stats.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
init_connect-master.opt
init_connect.test
init_connection_query_cache-master.opt
init_connection_query_cache.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
init_file.opt
init_file.test
init_file_longline_3816.opt
init_file_longline_3816.test
init_file_set_password-7656.test MDEV-23511 shutdown_server 10 times out, causing server kill at shutdown 2020-08-21 14:48:53 +03:00
innodb_bug878769.test
innodb_ext_key.combinations MDEV-23600 Division by 0 in row_search_with_covering_prefix 2020-09-01 15:52:36 +03:00
innodb_ext_key.test Fixed the innodb_ext_key test by adding replace_column 2021-02-25 12:42:01 +05:30
innodb_group.test
innodb_icp.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
innodb_icp_debug.test MDEV-23938: innodb row_search_idx_cond_check handle ICP_ABORTED_BY_USER 2020-10-16 09:44:03 +11:00
innodb_ignore_builtin-master.opt
innodb_ignore_builtin.test
innodb_load_xa.opt
innodb_load_xa.test
innodb_mrr_cpk.test
innodb_mysql_lock.test
innodb_mysql_lock2.test
innodb_mysql_sync.test
innodb_utf8.test
insert.test Merge 10.1 into 10.2 2019-03-27 12:26:11 +02:00
insert_debug-master.opt Bug#30194841 INSERT ON DUPLICATE KEY UPDATE UPDATES THE WRONG ROW 2020-01-18 00:05:16 +01:00
insert_debug.test Bug#30194841 INSERT ON DUPLICATE KEY UPDATE UPDATES THE WRONG ROW 2020-01-18 00:05:16 +01:00
insert_innodb.test
insert_notembedded.test
insert_select.test
insert_update.test
insert_update_autoinc-7150.test
ipv4_and_ipv6.opt
ipv4_and_ipv6.test
ipv4_as_ipv6-master.opt
ipv4_as_ipv6.test
ipv6-master.opt
ipv6.test
join.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
join_cache.test MDEV-21104 Wrong result (extra rows and wrong values) with incremental BNLH 2021-03-10 17:28:40 -08:00
join_crash.test
join_nested.test MDEV-19588 Wrong results from query, using left join. 2019-05-28 14:53:08 -07:00
join_nested_jcl6.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
join_optimizer.test
join_outer.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
join_outer_innodb.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
join_outer_jcl6.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
key.test
key_cache-master.opt
key_cache.test
key_diff.test
key_primary.test
keyread.test
keywords.test
kill-2-master.opt
kill-2.test
kill.test don't allow KILL QUERY ID USER xxx 2021-01-24 11:35:55 +01:00
kill_processlist-6619.test Merge branch '10.1' into 10.2 2019-03-15 21:00:41 +01:00
kill_query-6728.test
last_value.test
limit.test
limit_rows_examined.test Merge 10.1 into 10.2 2020-10-21 14:02:04 +03:00
loaddata.test Merge 10.1 into 10.2 2019-03-04 16:46:58 +02:00
loaddata_autocom_innodb.test
loadxml.test Backporting MDEV-14628 Wrong autoinc value assigned by LOAD XML in the NO_AUTO_VALUE_ON_ZERO mode 2019-02-23 17:43:59 +04:00
locale.opt MDEV-21586 Server does not start if lc_messages setting was not english. 2020-01-30 18:43:50 +01:00
locale.test
lock.test Fixed deadlock with LOCK TABLES and ALTER TABLE 2020-05-23 14:58:33 +03:00
lock_multi.test Merge 10.1 into 10.2 2018-11-06 08:41:48 +02:00
lock_multi_bug38499.test
lock_multi_bug38691.test
lock_sync-master.opt
lock_sync.test 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_tables_lost_commit-master.opt
lock_tables_lost_commit.test
lock_view.test MDEV-24331 mysqldump fails with "Got error: 1356" if the database contains a view with a subquery 2020-12-11 19:35:38 +01:00
locked_temporary-5955.test
log_errchk.test MDEV-23511 shutdown_server 10 times out, causing server kill at shutdown 2020-08-21 14:48:53 +03:00
log_slow.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
log_slow_debug.test MDEV-21360 debug_dbug pre-test value restoration issues 2020-01-15 18:06:24 +01:00
log_state-master.opt
log_state.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
log_state_bug33693-master.opt
log_state_bug33693.test
log_tables-big-master.opt
log_tables-big.test
log_tables-master.opt
log_tables.test Merge 10.1 into 10.2 2020-10-21 14:02:04 +03:00
log_tables_debug.test
log_tables_upgrade.test
long_tmpdir-master.opt
long_tmpdir-master.sh
long_tmpdir.test
lowercase_fs_off.test Merge branch '10.0' into 10.1 2018-10-30 15:10:01 +01:00
lowercase_fs_on.test
lowercase_mixed_tmpdir-master.opt
lowercase_mixed_tmpdir-master.sh
lowercase_mixed_tmpdir.test
lowercase_mixed_tmpdir_innodb-master.opt
lowercase_mixed_tmpdir_innodb-master.sh
lowercase_mixed_tmpdir_innodb.test
lowercase_table-master.opt
lowercase_table.test MDEV-17148 DROP DATABASE throw "Directory not empty" after changed lower_case_table_names. 2019-02-01 17:10:27 +04:00
lowercase_table2.test
lowercase_table4-master.opt
lowercase_table4.test Speed up buildbot by requiring --big-test for some slow tests 2019-05-29 08:28:15 +03:00
lowercase_table5.test
lowercase_table_grant-master.opt
lowercase_table_grant.test
lowercase_table_qcache-master.opt
lowercase_table_qcache.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
lowercase_utf8-master.opt
lowercase_utf8.test
lowercase_view-master.opt
lowercase_view.test
max_statement_time.test
mdev-504.test
mdev316.test
mdev375.test MDEV-21857 - Fix sporadic failure of mdev375 2020-03-02 16:35:57 +01:00
mdev6830.test MDEV-21360 global debug_dbug pre-test value restoration issues 2020-01-15 18:06:24 +01:00
mdev13607.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
mdev_14586.test
mdev_19276.test MDEV-19276 during connect, write error log warning for ER_DBACCESS_DENIED_ERROR, 2019-04-28 12:49:59 +02:00
mdl.test
mdl_sync-master.opt
mdl_sync.test
merge-big.test MDEV-21360 debug_dbug pre-test value restoration issues 2020-01-15 18:06:24 +01:00
merge.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
merge_debug.test MDEV-21360 debug_dbug pre-test value restoration issues 2020-01-15 18:06:24 +01:00
merge_innodb.test
merge_mmap-master.opt
merge_mmap.test
metadata.test
mix2_myisam.test
mix2_myisam_ucs2.test
mrr_derived_crash_4610.test
mrr_icp_extra.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
multi_statement-master.opt
multi_statement.test
multi_update-master.opt
multi_update.test Merge branch '10.1' into 10.2 2019-06-13 16:42:21 +02:00
multi_update_big.opt cleanup 2019-04-24 11:15:38 +02:00
multi_update_big.test MDEV-23955 main.multi_update_big times out 2020-10-14 19:18:39 +03:00
multi_update_debug.test Fixed multi_update_debug.test 2020-04-18 12:33:12 +03:00
multi_update_innodb.test Merge branch '10.1' into 10.2 2019-06-13 16:42:21 +02:00
multi_update_tiny_hash-master.opt
multi_update_tiny_hash.test
myisam-big.test
myisam-blob-master.opt
myisam-blob.test
myisam-master.opt
myisam-optimize.test
myisam-system.test
myisam.test MDEV-18428 Memory: If transactional=0 is specified in CREATE TABLE, it is not possible to ALTER TABLE 2021-01-11 21:54:47 +01:00
myisam_crash_before_flush_keys-master.opt
myisam_crash_before_flush_keys.test
myisam_debug.test MDEV-21360 global debug_dbug pre-test value restoration issues 2020-01-15 18:06:24 +01:00
myisam_enable_keys-10506.test
myisam_explain_non_select_all.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
myisam_icp.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
myisam_icp_debug.test MDEV-23938: innodb row_search_idx_cond_check handle ICP_ABORTED_BY_USER 2020-10-16 09:44:03 +11:00
myisam_icp_notembedded.test
myisam_mrr.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
myisam_optimize.test
myisam_recover-master.opt
myisam_recover.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
myisampack.test
mysql-bug41486.test
mysql-bug45236.test
mysql.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
mysql57_virtual.test
mysql5613mysql.test
mysql_binary_mode.test
mysql_client_test-master.opt
mysql_client_test.test Make main.mysql_client_test non-great again 2020-03-10 13:32:49 +02:00
mysql_client_test_comp-master.opt
mysql_client_test_comp.test
mysql_client_test_nonblock-master.opt
mysql_client_test_nonblock.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
mysql_comments.sql
mysql_comments.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
mysql_cp932.test
mysql_delimiter.sql
mysql_delimiter_19799.sql
mysql_delimiter_source.sql
mysql_embedded.test
mysql_locale_posix.test
mysql_not_windows.test
mysql_protocols.test
mysql_tzinfo_to_sql_symlink.test
mysql_upgrade-6984.opt
mysql_upgrade-6984.test
mysql_upgrade.test MDEV-24122: on previously MySQL-5.7 datadirs, adjust mysql.user column order 2021-01-23 11:17:41 +11:00
mysql_upgrade_no_innodb.test
mysql_upgrade_noengine.test
mysql_upgrade_ssl.test
mysql_upgrade_view.test
mysqladmin.test
mysqlbinlog-innodb.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
mysqlbinlog-master.opt
mysqlbinlog.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
mysqlbinlog_raw_mode.test
mysqlbinlog_row_big.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
mysqlbinlog_row_compressed.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
mysqlbinlog_row_minimal.opt
mysqlbinlog_row_minimal.test MDEV-16372 ER_BASE64_DECODE_ERROR upon replaying binary log via mysqlbinlog --verbose 2020-08-31 18:45:14 +03:00
mysqlbinlog_stmt_compressed.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
mysqlcheck.opt Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
mysqlcheck.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
mysqld--defaults-file.test Remove unneded extra context line from test file to make it version independent 2020-02-28 19:54:08 +02:00
mysqld--help.test Merge 10.1 into 10.2 2020-08-10 17:57:14 +03:00
mysqld_help_crash-9183.test
mysqld_option_err.test MDEV-12747 - main.mysqld_option_err fails in buildbot with timeout 2019-01-22 18:26:37 +04:00
mysqldump-compat.opt
mysqldump-compat.test MDEV-19182 mysqldump not always handling SHOW CREATE TRIGGER failures correctly 2019-04-24 16:06:54 +02:00
mysqldump-max-master.opt
mysqldump-max.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
mysqldump-nl.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
mysqldump-no-binlog-master.opt
mysqldump-no-binlog.test
mysqldump-system.test Disable mysqldump-system.test if auth socket plugin is not dynamic 2020-11-30 15:02:33 +02:00
mysqldump.opt Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
mysqldump.test MDEV-20939: Race condition between mysqldump import and InnoDB persistent 2021-01-27 22:13:07 +05:30
mysqldump_restore.test
mysqlhotcopy_myisam.test
mysqlshow.test
mysqlslap.opt
mysqlslap.test
mysqltest.test
mysqltest_256.test
mysqltest_cont_on_error.test
mysqltest_ps.test
mysqltest_tracking_info.test MDEV-22058: Assertion `!is_set() || (m_status == DA_OK_BULK && is_bulk_op())' failed in Diagnostics_area::set_ok_status 2020-07-12 20:03:32 +05:30
named_pipe-master.opt
named_pipe.test
negation_elimination.test
nested_profiling.test MDEV-22706: Assertion `!current' failed in PROFILING::start_new_query 2020-06-25 13:03:34 +05:30
no-threads-master.opt
no-threads.test
no_binlog.test
no_password_column-mdev-11170.test
non_blocking_api.test
not_embedded_server.test
not_partition.test
null.test
null_key.test
odbc.test
olap.test Merge 10.1 into 10.2 2019-04-25 09:04:09 +03:00
old-mode-master.opt
old-mode.test Merge branch '10.1' into 10.2 2019-03-15 21:00:41 +01:00
openssl_1.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
openssl_6975.combinations
openssl_6975.test
order_by-mdev-10122.test
order_by.test MDEV-24033: SIGSEGV in __memcmp_avx2_movbe from queue_insert | SIGSEGV in __memcmp_avx2_movbe from native_compare 2020-12-10 08:45:20 +01:00
order_by_innodb.test Merge 10.1 into 10.2 2019-09-23 08:26:08 +03:00
order_by_optimizer.test
order_by_optimizer_innodb.test
order_by_sortkey.test
order_by_zerolength-4285.test Merge 10.1 into 10.2 2018-11-06 08:41:48 +02:00
order_fill_sortbuf.test
outfile.test
outfile_loaddata.test
overflow.test
packet.test
parser.test precedence bugfixing 2020-10-23 15:53:41 +02:00
parser_bug21114_innodb.test
parser_not_embedded.test
parser_stack.test
partition-master.opt
partition.test MDEV-5628: Assertion ! is_set()' or !is_set() || (m_status == DA_OK_BULK && 2020-10-20 12:12:12 +05:30
partition_alter.test Add an end-of-test marker to ease merges 2020-05-27 09:56:37 +03:00
partition_binlog.test
partition_binlog_stmt.test
partition_blackhole.test
partition_bug18198.test
partition_cache.test
partition_cache_innodb.test
partition_cache_myisam.test
partition_charset.test
partition_column.test
partition_column_prune.test
partition_csv.test
partition_datatype.test
partition_debug_sync.test Merge 10.1 into 10.2 2019-10-11 18:38:18 +03:00
partition_default.test
partition_disabled-master.opt
partition_disabled.test
partition_error.test
partition_example.opt Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
partition_example.test
partition_exchange-master.opt
partition_exchange.test
partition_explicit_prune.test
partition_grant.test
partition_hash.test
partition_innodb-master.opt
partition_innodb.test Minor cleanup of main.partition_innodb 2020-03-09 13:00:33 +02:00
partition_innodb_plugin.test
partition_innodb_semi_consistent-master.opt
partition_innodb_semi_consistent.test
partition_innodb_stmt.test
partition_key_cache.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
partition_list.test
partition_mgm.test
partition_mgm_err.test
partition_mgm_err2.test
partition_myisam.test
partition_not_blackhole-master.opt
partition_not_blackhole.test
partition_not_windows-master.opt
partition_not_windows.test
partition_open_files_limit-master.opt
partition_open_files_limit.test
partition_order.test
partition_pruning.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
partition_range.test
partition_rename_longfilename.test
partition_symlink.test
partition_sync.test
partition_truncate.test
partition_utf8.test
partition_windows.test
perror-win.test
perror.test
plugin.opt Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
plugin.test MDEV-21258: Can't uninstall plugin if the library file doesn't exist 2020-07-29 12:34:53 +02:00
plugin_auth.test switch to CC 3.1 2019-07-20 09:09:28 +02:00
plugin_auth_qa.test
plugin_auth_qa_1.test
plugin_auth_qa_2-master.opt
plugin_auth_qa_2.test
plugin_auth_qa_3-master.opt
plugin_auth_qa_3.test
plugin_innodb.opt Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
plugin_innodb.test cleanup: have_static_innodb.inc 2020-10-27 09:24:15 +01:00
plugin_load.opt Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
plugin_load.test
plugin_load_option.opt Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
plugin_load_option.test
plugin_loaderr.opt
plugin_loaderr.test
plugin_maturity-master.opt
plugin_maturity.test
plugin_not_embedded.opt Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
plugin_not_embedded.test Merge branch '5.5' into 10.1 2019-07-26 13:33:51 +02:00
plugin_vars.test
pool_of_threads.cnf
pool_of_threads.test MDEV-23879 server hangs with threadpool, compression, and client pipelining 2020-10-03 00:24:53 +02:00
precedence.test MDEV-24194 View definition corruption 2020-12-10 08:45:20 +01:00
precedence_bugs.test MDEV-17408 VIEW is incorrectly defined for a combination of = and BETWEEN 2020-10-23 15:53:41 +02:00
preload.test
processlist.test Merge branch 'github/5.5' into 10.1 2019-10-23 15:55:23 +02:00
processlist_notembedded.test Merge branch '10.1' into 10.2 2020-10-28 10:56:38 +01:00
profiling.test
progress_976225.test
ps-master.opt Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
ps.test MDEV-25006: Failed assertion on executing EXPLAIN DELETE statement as a prepared statement 2021-03-02 19:09:44 +07:00
ps_1general.test
ps_2myisam.test
ps_3innodb-master.opt
ps_3innodb.test
ps_4heap.test
ps_5merge.test
ps_10nestset.test
ps_11bugs.test
ps_change_master.test
ps_ddl.test
ps_ddl1.test
ps_error.test MDEV-17738 Server crashes in Item::delete_self on closing connection after unsuccessful PS 2018-12-21 09:41:23 +04:00
ps_grant.test
ps_innodb.test MDEV-17042: prepared statement does not return error with SQL_MODE STRICT_TRANS_TABLES. 2019-07-12 14:29:12 +02:00
ps_max_subselect-5113.test
ps_not_windows.test
ps_qc_innodb.test
ps_show_log.test MDEV-24208 SHOW RELAYLOG EVENTS command is not supported in the prepared statement protocol yet 2021-01-13 16:16:13 +07:00
query_cache.test MDEV-24033: SIGSEGV in __memcmp_avx2_movbe from queue_insert | SIGSEGV in __memcmp_avx2_movbe from native_compare 2020-12-10 08:45:20 +01:00
query_cache_28249.test
query_cache_debug.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
query_cache_innodb.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
query_cache_merge.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
query_cache_notembedded-master.opt
query_cache_notembedded.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
query_cache_ps_no_prot.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
query_cache_ps_ps_prot.test
query_cache_with_views.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
quick_select_4161.test
range.test MDEV-22251: get_key_scans_params: Conditional jump or move depends on uninitialised value 2021-01-28 20:46:13 +03:00
range_innodb.test Merge 10.1 into 10.2 2020-04-14 16:13:35 +03:00
range_interrupted-13751.test MDEV-21360 global debug_dbug pre-test value restoration issues 2020-01-15 18:06:24 +01:00
range_mrr_icp.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
range_vs_index_merge.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
range_vs_index_merge_innodb.test
read_many_rows_innodb.test
read_only.test Merge branch '10.1' into 10.2 2018-12-30 18:30:29 +01:00
read_only_innodb.test
rename.test
renamedb.test
reopen_temp_table.test MDEV-17070 Table corruption or Assertion table->file->stats.records > 0 || error' or Assertion !is_set() || (m_status == DA_OK_BULK && is_bulk_op())' failed upon actions on temporary table 2019-03-12 09:51:42 +01:00
repair.test MDEV-17153 server crash on repair table ... use_frm 2020-05-27 15:56:40 +02:00
repair_symlink-5543.test repair_symlink-5543 fails: ELOOP is 90 2019-07-01 13:13:35 +03:00
replace.test
reset_connection.test MDEV-18281 COM_RESET_CONNECTION changes the connection encoding 2019-02-02 17:32:15 +01:00
rollback.test
round.test
row-checksum-master.opt
row-checksum-old-master.opt
row-checksum-old.test
row-checksum.opt
row-checksum.test Merge 10.1 into 10.2 2019-02-03 17:22:05 +02:00
row.test
rowid_order_innodb.test
rpl_mysql_upgrade_slave_repo_check.test MDEV-10047: table-based master info repository 2020-03-13 14:00:03 +05:30
rpl_mysqldump_slave.test
schema.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
second_frac-9175.test
secure_file_priv_win-master.opt
secure_file_priv_win.test
select.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
select_debug.test MDEV-21360 global debug_dbug pre-test value restoration issues 2020-01-15 18:06:24 +01:00
select_found.test 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.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
select_pkeycache-master.opt
select_pkeycache.test
select_safe.test
selectivity.test MDEV-19474: Histogram statistics are used even with optimizer_use_condition_selectivity=3 2021-02-16 11:53:13 +05:30
selectivity_innodb.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
selectivity_no_engine.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
servers.test
session_tracker_last_gtid.test
set_password.test
set_statement.test MDEV-24860: Incorrect behaviour of SET STATEMENT in case it is executed as a prepared statement 2021-02-25 14:36:09 +07:00
set_statement_debug.test
set_statement_notembedded.test
set_statement_notembedded_binlog.test
set_statement_profiling.test
shm-master.opt
shm.test
show.test
show_bad_definer-5553.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
show_check-master.opt
show_check.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
show_create_user.test Revert "[MDEV-7978] add show create user" 2020-09-24 13:58:29 +10:00
show_explain.test MDEV-21360 global debug_dbug pre-test value restoration issues 2020-01-15 18:06:24 +01:00
show_explain_non_select.test MDEV-21360 global debug_dbug pre-test value restoration issues 2020-01-15 18:06:24 +01:00
show_explain_ps.test MDEV-21360 global debug_dbug pre-test value restoration issues 2020-01-15 18:06:24 +01:00
show_function_with_pad_char_to_full_length.test
show_grants_with_plugin-7985.test
show_profile.test
show_row_order-9226.test
shutdown.test
sighup-6580.test
signal.test
signal_code.test
signal_demo1.test
signal_demo2.test
signal_demo3.test
signal_sqlmode.test
single_delete_update.test
single_delete_update_innodb.test
skip_grants.opt main.skip_grants cleanup 2021-01-11 21:54:47 +01:00
skip_grants.test MDEV-22966 Server crashes or hangs with SET ROLE when started with skip-grant-tables 2021-01-11 21:54:47 +01:00
skip_log_bin-master.opt
skip_log_bin.test
skip_name_resolve-master.opt
skip_name_resolve.test
slowlog_enospace-10508.test MDEV-21360 global debug_dbug pre-test value restoration issues 2020-01-15 18:06:24 +01:00
sp-big.test
sp-bugs.test
sp-bugs2.test
sp-code.test MDEV-19455: Avoid SET DEBUG_DBUG='-d,...' construct 2019-10-11 14:02:35 +03:00
sp-destruct.test
sp-dynamic.test
sp-error.test MDEV-22058: Assertion `!is_set() || (m_status == DA_OK_BULK && is_bulk_op())' failed in Diagnostics_area::set_ok_status 2020-07-12 20:03:32 +05:30
sp-fib.test
sp-group.test
sp-innodb.test
sp-lock.test
sp-no-code.test
sp-prelocking.test
sp-security.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
sp-threads.test
sp-ucs2.test MDEV-12161 Can't specify collation for virtual columns 2021-01-11 21:54:47 +01:00
sp-vars.test
sp.test MDEV-24220 Server crash in base_list_iterator::next or 2020-11-17 14:29:53 -08:00
sp2.test Don't run main.sp2 in emebedded server 2020-05-19 12:54:42 +03:00
sp_gis.test
sp_missing_4665.test
sp_notembedded.test Merge branch '10.1' into 10.2 2019-03-15 21:00:41 +01:00
sp_stress_case.test
sp_sync.test
sp_trans.test MDEV-15945 --ps-protocol does not test some queries 2019-03-12 13:10:49 +01:00
sp_trans_log.test
sql_mode.test
ssl-big.test Disabled test in 32bit that uses too much memory or cpu 2019-09-02 17:18:04 +03:00
ssl.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
ssl_8k_key-master.opt
ssl_8k_key.test CONC-417 Windows clients using Schannel often encounter error SEC_E_INVALID_TOKEN 2019-12-08 18:28:21 +01:00
ssl_7937.combinations
ssl_7937.test CONC-447 ERROR 2026 (HY000): SSL connection error: Certificate signature check failed 2019-12-08 18:26:16 +01:00
ssl_and_innodb.test
ssl_ca.test
ssl_cipher.test Fix tests not to fail with OpenSSL 1.1.1 with TLSv1.3 2019-01-25 19:57:37 +01:00
ssl_compress.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
ssl_connect.test
ssl_crl.combinations SSL test fixes 2019-03-01 12:41:05 -05:00
ssl_crl.test MDEV-19119: main.ssl_crl fails in buildbot with wrong error code 2020-07-10 21:27:20 +05:30
ssl_crl_clients.test CONC-447 ERROR 2026 (HY000): SSL connection error: Certificate signature check failed 2019-12-08 18:26:16 +01:00
ssl_system_ca.combinations new C/C and --ssl-verify-server-cert tests 2020-01-23 10:46:21 +01:00
ssl_system_ca.test don't run main.ssl_system_ca in --embedded 2020-01-23 23:26:01 +01:00
ssl_timeout-9836.opt
ssl_timeout-9836.test
ssl_timeout.test
ssl_verify_ip.opt MDEV-18131 MariaDB does not verify IP addresses from subject alternative 2019-04-28 12:49:59 +02:00
ssl_verify_ip.test MDEV-18131 MariaDB does not verify IP addresses from subject alternative 2019-04-28 12:49:59 +02:00
stack-crash.test
stat_tables-enospc.test MDEV-21360 global debug_dbug pre-test value restoration issues 2020-01-15 18:06:24 +01:00
stat_tables.test MDEV-23753: SIGSEGV in Column_stat::store_stat_fields 2021-01-12 18:47:35 +05:30
stat_tables_disabled.test
stat_tables_innodb.test Making the stat_tables_innodb test deterministic 2020-07-18 10:19:13 +05:30
stat_tables_innodb_debug.test
stat_tables_myisam_debug.test
stat_tables_par.test
stat_tables_par_innodb.test
stat_tables_partition.test MDEV-21472: ALTER TABLE ... ANALYZE PARTITION ... with EITS reads and locks all rows 2020-07-29 23:27:40 +03:00
stat_tables_rbr.test
stat_tables_repl.test
statistics.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
statistics_close.test
statistics_index_crash-7362.test
status-master.opt
status.test
status2.test Correct the value of global memory_used 2021-03-08 14:54:05 +01:00
status_bug17954.test
str_to_datetime_457.test
strict-master.opt
strict.test
strict_autoinc_1myisam.test
strict_autoinc_2innodb.test
strict_autoinc_3heap.test
subselect-crash_15755.test
subselect.test MDEV-25002 ON expressions cannot contain outer references 2021-03-09 00:25:28 -08:00
subselect2.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
subselect3.inc Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
subselect3.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
subselect3_jcl6.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
subselect4.test MDEV-24519: Server crashes in Charset::set_charset upon SELECT 2021-03-12 10:13:05 +05:30
subselect_cache.test
subselect_debug.test
subselect_exists2in.test Merge branch '10.1' into 10.2 2020-08-02 11:05:29 +02:00
subselect_exists2in_costmat.test
subselect_extra.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
subselect_extra_no_semijoin.test
subselect_gis.test
subselect_innodb.test 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.test Merge 10.1 into 10.1 2019-02-02 13:00:15 +02:00
subselect_mat_cost-master.opt
subselect_mat_cost.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
subselect_mat_cost_bugs.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
subselect_no_exists_to_in.test
subselect_no_mat.test
subselect_no_opts.test
subselect_no_scache.test
subselect_no_semijoin.test MDEV-19714: JOIN::pseudo_bits_cond is not visible in EXPLAIN FORMAT=JSON 2019-06-08 02:28:29 +03:00
subselect_notembedded.test
subselect_nulls.test
subselect_partial_match.test
subselect_sj.test Merge 10.1 into 10.2 2019-10-25 12:57:36 +03:00
subselect_sj2.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
subselect_sj2_jcl6.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
subselect_sj2_mat.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
subselect_sj_aria.test
subselect_sj_jcl6.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
subselect_sj_mat.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
subselect_sj_nonmerged.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
sum_distinct-big.test MDEV-23955 main.multi_update_big times out 2020-10-14 19:18:39 +03:00
sum_distinct.test
symlink-aria-11902.test
symlink-myisam-11902.test
symlink.test
synchronization.test
sysdate_is_now-master.opt
sysdate_is_now.test
system_mysql_db.test
system_mysql_db_fix40123.test
system_mysql_db_fix50030.test
system_mysql_db_fix50117.test
system_mysql_db_refs.test
table_elim.test
table_elim_debug.test
table_keyinfo-6838.test
table_options-5867.opt Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
table_options-5867.test
table_options.test
tablelock.test
tablespace.test
tc_heuristic_recover.test
temp_table-master.opt
temp_table.test MDEV-21695 Server crashes in TABLE::evaluate_update_default_function upon UPDATE on temporary table 2020-06-17 11:19:50 +04:00
temp_table_frm.test
temp_table_symlink.test MDEV-23569 temporary tables can overwrite existing files 2020-08-25 20:47:52 +02:00
temporal_literal.test
temporal_scale_4283.test
thread_id_overflow.test
timezone-master.opt
timezone.test
timezone2.test Tests for MDEV-11895 NO_ZERO_DATE affects timestamp values without any warnings 2019-04-29 10:36:57 +04:00
timezone3-master.opt
timezone3.test
timezone4-master.opt
timezone4.test
timezone_grant.test
tmp_table_count-7586.test MDEV-15945 --ps-protocol does not test some queries 2019-03-12 13:10:49 +01:00
trans_read_only-master.opt
trans_read_only.test
trigger-compat.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
trigger-trans.test
trigger.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
trigger_no_defaults-11698.test
trigger_notembedded.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
trigger_null-8605.test Stale files cause intermittent failure when ordering is unfortunate 2019-05-22 16:01:39 +04:00
trigger_wl3253.test
truncate-stale-6500.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
truncate.test
truncate_badse.opt Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
truncate_badse.test
truncate_coverage.test
type_binary.test
type_bit.test Merge branch '10.1' into 10.2 2019-05-04 17:04:55 +02:00
type_bit_innodb.test
type_blob.test Merge branch '10.1' into 10.2 2019-03-29 10:58:20 +01:00
type_date.test Merge 10.1 into 10.2 2020-08-13 07:38:35 +03:00
type_datetime.test Merge 10.1 into 10.2 2020-08-13 07:38:35 +03:00
type_datetime_hires.test
type_decimal.test MDEV-24790 CAST('0e1111111111' AS DECIMAL(38,0)) returns a wrong result 2021-02-08 16:19:45 +04:00
type_enum.test
type_float.test Merge branch '10.1' into 10.2 2020-08-02 11:05:29 +02:00
type_int.test Merge 10.1 into 10.2 2019-12-23 07:14:51 +02:00
type_json.test
type_nchar.test
type_newdecimal-big.test
type_newdecimal.test Merge 10.1 into 10.2 2020-08-10 17:57:14 +03:00
type_num.test
type_num_innodb.test
type_ranges.test
type_set.test Merge 10.1 into 10.2 2020-05-13 11:12:31 +03:00
type_temporal_innodb.test
type_temporal_mysql56.test
type_time.test MDEV-21619 Server crash or assertion failures in my_datetime_to_str 2020-06-11 15:33:16 +04:00
type_time_6065.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
type_time_hires.test
type_timestamp.test
type_timestamp_hires.test
type_uint.test
type_varchar.opt Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
type_varchar.test
type_year.test tests for YEAR(N) 2020-12-10 08:45:20 +01:00
udf.test MDEV-23327 Can't uninstall UDF if the implementation library file doesn't exist 2020-10-19 15:15:04 +02:00
udf_debug_sync.test
udf_notembedded.test
udf_query_cache.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
udf_skip_grants-master.opt
udf_skip_grants.test
union-master.opt
union.test MDEV-10120: Wrong result of UNION .. ORDER BY GROUP_CONCAT() 2020-07-10 00:01:24 +05:30
union_crash-714.test MDEV-21360 global debug_dbug pre-test value restoration issues 2020-01-15 18:06:24 +01:00
unsafe_binlog_innodb-master.opt
unsafe_binlog_innodb.test
update.test MDEV-18945 Assertion `fixed == 1' failed in Item_cond_and::val_int 2019-03-16 15:08:17 -07:00
update_ignore_216.test
update_innodb.test MDEV-18300: ASAN error in Field_blob::get_key_image upon UPDATE with subquery 2019-04-11 13:05:01 +05:30
upgrade.opt Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
upgrade.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
user_limits-master.opt
user_limits.test MDEV-17852 Altered connection limits for user have no effect 2021-01-11 21:54:47 +01:00
user_var-binlog.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
user_var.test
userstat-badlogin-4824.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
userstat.opt Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
userstat.test MDEV-15945 --ps-protocol does not test some queries 2019-03-12 13:10:49 +01:00
varbinary.test
variables-master.opt Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
variables-notembedded-master.opt
variables-notembedded.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
variables.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
variables_community.test
view.test MDEV-23291: SUM column from a derived table returns invalid values 2021-02-16 11:53:13 +05:30
view_alias.test
view_debug.test
view_grant.test Merge branch '10.1' into 10.2 2019-05-04 17:04:55 +02:00
wait_timeout.test
warnings-master.opt
warnings.test
warnings_debug.test MDEV-21360 global debug_dbug pre-test value restoration issues 2020-01-15 18:06:24 +01:00
warnings_engine_disabled.test
win.test MDEV-25032: Window functions without column references get removed from ORDER BY 2021-03-04 15:37:47 +02:00
win_as_arg_to_aggregate_func.test
win_avg.test
win_big-mdev-10092.test
win_big-mdev-11697.test
win_big.test
win_bit.test
win_empty_over.test
win_first_last_value.test
win_i_s.test
win_insert_select.test
win_lead_lag.test
win_min_max.test
win_nth_value.test
win_ntile.test MDEV-9911: NTILE must return an error when parameter is not stable 2020-07-28 06:35:32 +02:00
win_orderby.test
win_percent_cume.test MDEV-12779 Oracle/DB2 Compatibility Implicit Ordering for ROW_NUMBER OVER 2018-11-01 21:15:55 +02:00
win_rank.test MDEV-12779 Oracle/DB2 Compatibility Implicit Ordering for ROW_NUMBER OVER 2018-11-01 21:15:55 +02:00
win_std.test MDEV-12779 Oracle/DB2 Compatibility Implicit Ordering for ROW_NUMBER OVER 2018-11-01 21:15:55 +02:00
win_sum.test
windows.test
wl4435_generated.inc
xa.test MDEV 15532 Assertion `!log->same_pk' failed in row_log_table_apply_delete 2020-11-30 22:21:43 +02:00
xa_binlog.test
xa_sync.test
xml.test
xtradb_mrr.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00