mariadb-server/mysql-test/suite/sys_vars/r
Marko Mäkelä 420f8e24ab MDEV-24854: Change innodb_flush_method=O_DIRECT by default
We have innodb_use_native_aio=ON by default since the introduction of
that parameter in commit 2f9fb41b05
(MySQL 5.5 and MariaDB 5.5).

However, to really benefit from the setting, the files should be
opened in O_DIRECT mode, to bypass the file system cache.
In this way, the reads and writes can be submitted with DMA, using
the InnoDB buffer pool directly, and no processor cycles need to be
used for copying data. The use of O_DIRECT benefits not only the
current libaio implementation, but also liburing.

os_file_set_nocache(): Test innodb_flush_method in the function,
not in the callers.
2021-02-20 11:58:58 +02:00
..
all_vars.result Fix tests affected by new configuration variable on Galera. 2018-10-10 18:30:42 +03:00
alter_algorithm_basic.result MDEV-13134/MDEV-21855: Add a test case 2020-03-16 10:10:33 +02:00
aria_block_size_basic.result
aria_checkpoint_interval_basic.result
aria_checkpoint_log_activity_basic.result
aria_encrypt_tables_basic.result
aria_force_start_after_recovery_failures_basic.result
aria_group_commit_basic.result
aria_group_commit_interval_basic.result
aria_log_file_size_basic.result
aria_log_purge_type_basic.result
aria_max_sort_file_size_basic.result
aria_page_checksum_basic.result
aria_pagecache_age_threshold_basic.result
aria_pagecache_buffer_size_basic.result Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
aria_pagecache_division_limit_basic.result
aria_pagecache_file_hash_size_basic.result
aria_recover_options_basic.result Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
aria_repair_threads_basic.result
aria_sort_buffer_size_basic,32bit.rdiff MDEV-24750 Various corruptions caused by Aria subsystem... 2021-02-03 02:22:47 +02:00
aria_sort_buffer_size_basic.result MDEV-24750 Various corruptions caused by Aria subsystem... 2021-02-03 02:22:47 +02:00
aria_stats_method_basic.result
aria_sync_log_dir_basic.result
aria_used_for_temp_tables_basic.result
auto_increment_increment_basic.result
auto_increment_increment_func.result
auto_increment_offset_basic.result
auto_increment_offset_func.result
autocommit_basic.result
autocommit_func.result
autocommit_func2.result
autocommit_func3.result
autocommit_func4.result
autocommit_func5.result
automatic_sp_privileges_basic.result Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
automatic_sp_privileges_func.result
back_log_basic.result MDEV-13375 back_log ignored 2017-08-14 19:45:59 +02:00
basedir_basic.result
big_tables_basic.result MDEV-19713 Remove big_tables system variable 2019-09-28 19:21:14 +02:00
bind_address_basic.result MDEV-12542 Add bind_address system variable. 2017-10-30 07:37:25 +04:00
binlog_annotate_row_events_basic.result MDEV-7635: Part 1 2017-02-10 06:30:42 -05:00
binlog_annotate_row_events_grant.result MDEV-21971 Bind BINLOG ADMIN to binlog_annotate_row_events and binlog_row_image global and session variables 2020-03-18 12:50:17 +04:00
binlog_cache_size_basic.result Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
binlog_cache_size_grant.result MDEV-21963 Bind BINLOG ADMIN to a number of global system variables 2020-03-17 19:08:28 +04:00
binlog_checksum_basic.result
binlog_commit_wait_count_basic.result
binlog_commit_wait_count_grant.result MDEV-21963 Bind BINLOG ADMIN to a number of global system variables 2020-03-17 19:08:28 +04:00
binlog_commit_wait_usec_basic.result
binlog_commit_wait_usec_grant.result MDEV-21963 Bind BINLOG ADMIN to a number of global system variables 2020-03-17 19:08:28 +04:00
binlog_direct_non_transactional_updates_basic.result
binlog_direct_non_transactional_updates_grant.result MDEV-21957 Bind BINLOG ADMIN to @@binlog_format, @@binlog_direct_.., @@sql_log_bin 2020-03-17 11:09:19 +04:00
binlog_file_cache_size_grant.result MDEV-21963 Bind BINLOG ADMIN to a number of global system variables 2020-03-17 19:08:28 +04:00
binlog_format_basic.result MDEV-7635: Part 1 2017-02-10 06:30:42 -05:00
binlog_format_grant.result MDEV-21957 Bind BINLOG ADMIN to @@binlog_format, @@binlog_direct_.., @@sql_log_bin 2020-03-17 11:09:19 +04:00
binlog_optimize_thread_scheduling_basic.result
binlog_row_image_basic.result
binlog_row_image_grant.result MDEV-21971 Bind BINLOG ADMIN to binlog_annotate_row_events and binlog_row_image global and session variables 2020-03-18 12:50:17 +04:00
binlog_row_metadata_basic.result MDEV-20477 Merge binlog extended metadata support from the upstream 2019-09-11 15:09:35 +05:30
binlog_row_metadata_grant.result MDEV-21963 Bind BINLOG ADMIN to a number of global system variables 2020-03-17 19:08:28 +04:00
binlog_stmt_cache_size_basic.result Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
binlog_stmt_cache_size_grant.result MDEV-21963 Bind BINLOG ADMIN to a number of global system variables 2020-03-17 19:08:28 +04:00
bulk_insert_buffer_size_basic.result Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
character_set_client_basic.result Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
character_set_client_func.result
character_set_connection_basic.result Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
character_set_connection_func.result
character_set_database_basic.result Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
character_set_database_func.result
character_set_filesystem_basic.result Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
character_set_results_basic.result Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
character_set_results_func.result
character_set_server_basic.result Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
character_set_server_func.result Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
character_set_system_basic.result
character_sets_dir_basic.result
collation_connection_basic.result Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
collation_connection_func.result
collation_database_basic.result Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
collation_database_func.result Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
collation_server_basic.result Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
collation_server_func.result
completion_type_basic.result Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
completion_type_func.result
concurrent_insert_basic.result Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
concurrent_insert_func.result
connect_timeout_basic.result Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
connect_timeout_grant.result MDEV-21961 Bind CONNECTION ADMIN to a number of global system variables 2020-03-17 14:27:52 +04:00
datadir_basic.result
date_format_basic.result
datetime_format_basic.result
deadlock_search_depth_long_basic.result
deadlock_search_depth_short_basic.result
deadlock_timeout_long_basic.result
deadlock_timeout_short_basic.result
debug_basic.result
debug_binlog_fsync_sleep_basic.result
debug_dbug_basic.result
debug_dbug_func_notembedded.result
debug_dbug_func.result MDEV-21360 save/restore debud_dbug instead of total reset at the end of the test 2020-01-21 11:22:47 +01:00
debug_mutex_deadlock_detector_basic.result
debug_no_thread_alarm_basic.result
debug_sync_basic.result
default_master_connection_basic.result Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
default_regex_flags_basic.result MDEV-14024 PCRE2. 2019-12-21 10:34:02 +01:00
default_storage_engine_basic.result
default_tmp_storage_engine_basic.result
default_week_format_basic.result Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
default_week_format_func.result
delay_key_write_basic.result Tests: revert unneded changes 2017-11-28 11:40:13 +03:00
delay_key_write_func.result de-obfuscate sys_vars.delay_key_write_func test 2017-05-24 11:59:04 +02:00
delayed_insert_limit_basic.result Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
delayed_insert_limit_func.result Merge 10.1 into 10.2 2019-09-11 08:48:00 +03:00
delayed_insert_timeout_basic.result Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
delayed_queue_size_basic.result Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
disconnect_on_expired_password_grant.result MDEV-21961 Bind CONNECTION ADMIN to a number of global system variables 2020-03-17 14:27:52 +04:00
div_precision_increment_basic.result Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
div_precision_increment_func.result Merge branch '10.1' into 10.2 2020-10-29 15:16:53 +01:00
encrypt_tmp_disk_tables_basic.result
enforce_storage_engine_basic.result
error_count_basic.result
event_scheduler_basic.result Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
expensive_subquery_limit_basic.result
expire_logs_days_basic.result Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
expire_logs_days_grant.result MDEV-21963 Bind BINLOG ADMIN to a number of global system variables 2020-03-17 19:08:28 +04:00
explicit_defaults_for_timestamp_basic.result
explicit_defaults_for_timestamp_off.result Merge branch '10.1' into 10.2 2017-10-24 14:53:18 +02:00
explicit_defaults_for_timestamp_on.result Merge branch '10.1' into 10.2 2017-10-24 14:53:18 +02:00
external_user_basic.result
extra_max_connections_basic.result
extra_max_connections_grant.result MDEV-21961 Bind CONNECTION ADMIN to a number of global system variables 2020-03-17 14:27:52 +04:00
extra_port_basic.result
flush_basic.result Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
flush_time_basic.result
foreign_key_checks_basic.result MDEV-23554 Wrong default value for foreign_key_checks variable 2020-08-25 10:15:04 +03:00
foreign_key_checks_func.result
ft_boolean_syntax_basic.result
ft_boolean_syntax_func.result
ft_max_word_len_basic.result
ft_min_word_len_basic.result
ft_query_expansion_limit_basic.result
ft_stopword_file_basic.result
general_log_basic.result Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
general_log_file_basic.result MDEV-8844 Unreadable control characters printed as is in warnings 2019-12-06 18:51:05 +04:00
general_log_file_func.result
general_log_func.result
group_concat_max_len_basic.result MDEV-7635: Part 1 2017-02-10 06:30:42 -05:00
group_concat_max_len_func.result
gtid_binlog_pos_basic.result
gtid_binlog_state_basic.result
gtid_binlog_state_grant.result MDEV-21973 Bind REPLICATION {MASTER|SLAVE} ADMIN to gtid_* GLOBAL-only system variables 2020-03-18 17:14:07 +04:00
gtid_cleanup_batch_size_grant.result MDEV-21973 Bind REPLICATION {MASTER|SLAVE} ADMIN to gtid_* GLOBAL-only system variables 2020-03-18 17:14:07 +04:00
gtid_current_pos_basic.result
gtid_domain_id_basic.result
gtid_domain_id_grant.result MDEV-21975 Add BINLOG REPLAY privilege and bind new privileges to gtid_seq_no, preudo_thread_id, server_id, gtid_domain_id 2020-03-18 20:16:34 +04:00
gtid_ignore_duplicates_basic.result
gtid_ignore_duplicates_grant.result MDEV-21973 Bind REPLICATION {MASTER|SLAVE} ADMIN to gtid_* GLOBAL-only system variables 2020-03-18 17:14:07 +04:00
gtid_pos_auto_engines_grant.result MDEV-21973 Bind REPLICATION {MASTER|SLAVE} ADMIN to gtid_* GLOBAL-only system variables 2020-03-18 17:14:07 +04:00
gtid_seq_no_basic.result
gtid_seq_no_grant.result MDEV-21975 Add BINLOG REPLAY privilege and bind new privileges to gtid_seq_no, preudo_thread_id, server_id, gtid_domain_id 2020-03-18 20:16:34 +04:00
gtid_slave_pos_basic.result
gtid_slave_pos_grant.result MDEV-21973 Bind REPLICATION {MASTER|SLAVE} ADMIN to gtid_* GLOBAL-only system variables 2020-03-18 17:14:07 +04:00
gtid_strict_mode_basic.result
gtid_strict_mode_grant.result MDEV-21973 Bind REPLICATION {MASTER|SLAVE} ADMIN to gtid_* GLOBAL-only system variables 2020-03-18 17:14:07 +04:00
have_compress_basic.result
have_crypt_basic.result
have_csv_basic.result
have_dynamic_loading_basic.result
have_geometry_basic.result
have_innodb_basic.result
have_openssl_basic.result
have_profiling_basic.result
have_query_cache_basic.result
have_rtree_keys_basic.result
have_ssl_basic.result
have_symlink_basic.result
histogram_size_basic.result Merge branch '10.3' into 10.4 2019-09-06 11:53:10 +02:00
histogram_type_basic.result MDEV-18608: Defaults for 10.4: histogram size should be set 2019-02-18 13:37:57 +03:00
host_cache_size_auto.result MDEV-18027: Running out of file descriptors and eventual crash 2020-02-05 15:34:02 +01:00
host_cache_size_basic.result
hostname_basic.result
identity_basic.result Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
identity_func.result MDEV-515 Reduce InnoDB undo logging for insert into empty table 2021-01-25 18:41:27 +02:00
ignore_builtin_innodb_basic.result
ignore_db_dirs_basic.result
in_transaction_basic.result
init_connect_basic.result
init_connect_grant.result MDEV-21961 Bind CONNECTION ADMIN to a number of global system variables 2020-03-17 14:27:52 +04:00
init_file_basic.result
init_slave_basic.result
init_slave_grant.result MDEV-21966 Bind REPLICATION SLAVE ADMIN to a number of global system variables 2020-03-18 07:11:18 +04:00
innodb_adaptive_flushing_basic.result
innodb_adaptive_flushing_lwm_basic.result
innodb_adaptive_hash_index_basic.result Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
innodb_adaptive_hash_index_parts_basic.result
innodb_autoextend_increment_basic.result
innodb_autoinc_lock_mode_basic.result
innodb_autoinc_lock_mode_func.result
innodb_buf_dump_status_frequency_basic.result
innodb_buf_flush_list_now_basic.result
innodb_buffer_pool_chunk_size_basic.result
innodb_buffer_pool_dump_abort_loads.result Write information about restart in .result 2019-04-01 19:47:24 +03:00
innodb_buffer_pool_dump_at_shutdown_basic.result Write information about restart in .result 2019-04-01 19:47:24 +03:00
innodb_buffer_pool_dump_now_basic.result MDEV-10651, MDEV-14196 sys_vars.innodb_buffer_pool_* tests fail 2017-11-05 20:34:03 +02:00
innodb_buffer_pool_dump_pct_basic.result Merge 10.1 into 10.2 2017-11-07 23:02:39 +02:00
innodb_buffer_pool_dump_pct_function.result
innodb_buffer_pool_evict_basic.result MDEV-23497 Make ROW_FORMAT=COMPRESSED read-only by default 2020-11-11 11:15:11 +02:00
innodb_buffer_pool_load_abort_basic.result
innodb_buffer_pool_load_at_startup_basic.result
innodb_buffer_pool_load_now_basic.result MDEV-10651, MDEV-14196 sys_vars.innodb_buffer_pool_* tests fail 2017-11-05 20:34:03 +02:00
innodb_buffer_pool_size_basic.result Merge 10.3 into 10.4 2019-12-13 17:30:37 +02:00
innodb_change_buffer_max_size_basic.result
innodb_change_buffering_basic.result MDEV-12218 Clean up InnoDB parameter validation 2018-04-29 09:41:42 +03:00
innodb_change_buffering_debug_basic.result MDEV-19514 preparation: Remove innodb_change_buffering_debug=2 2019-09-09 18:18:52 +03:00
innodb_checksum_algorithm_basic.result MDEV-19534 Make innodb_checksum_algorithm=full_crc32 by default, and remove innodb_checksums 2019-05-22 08:53:28 +03:00
innodb_cmp_per_index_enabled_basic.result MDEV-23497 Make ROW_FORMAT=COMPRESSED read-only by default 2020-11-11 11:15:11 +02:00
innodb_compression_algorithm_basic.result
innodb_compression_failure_threshold_pct_basic.result MDEV-20604: Duplicate key value is silently truncated to 64 characters in print_keydup_error 2020-04-01 11:34:32 +02:00
innodb_compression_level_basic.result
innodb_compression_pad_pct_max_basic.result
innodb_data_file_path_basic.result
innodb_data_home_dir_basic.result
innodb_deadlock_detect_basic.result BUG#23477773 OPTION TO TURN OFF/ON DEADLOCK CHECKER 2017-04-24 15:09:18 +03:00
innodb_default_row_format_basic.result MDEV-14904 Backport innodb_default_row_format 2018-03-07 17:49:42 +02:00
innodb_defragment_basic.result
innodb_defragment_fill_factor_basic.result
innodb_defragment_fill_factor_n_recs_basic.result MDEV-20604: Duplicate key value is silently truncated to 64 characters in print_keydup_error 2020-04-01 11:34:32 +02:00
innodb_defragment_frequency_basic.result
innodb_defragment_n_pages_basic.result
innodb_defragment_stats_accuracy_basic.result
innodb_disable_resize_buffer_pool_debug_basic.result
innodb_disable_sort_file_cache_basic.result
innodb_disallow_writes_basic.result
innodb_doublewrite_basic.result
innodb_encrypt_log_basic.result
innodb_encrypt_tables_basic.result
innodb_encryption_rotate_key_age_basic.result
innodb_encryption_rotation_iops_basic.result
innodb_encryption_threads_basic.result
innodb_fast_shutdown_basic.result MDEV-15832 With innodb_fast_shutdown=3, skip the rollback of connected transactions 2018-04-11 05:39:36 +03:00
innodb_fatal_semaphore_wait_threshold_basic.result
innodb_fatal_semaphore_wait_threshold.result MDEV-21452: Retain the watchdog only on dict_sys.mutex, for performance 2020-12-15 17:56:18 +02:00
innodb_fil_make_page_dirty_debug_basic.result MDEV-11953: support of brackets in UNION/EXCEPT/INTERSECT operations 2018-07-04 19:13:55 +02:00
innodb_file_io_threads_basic.result
innodb_file_per_table_basic.result
innodb_fill_factor_basic.result
innodb_flush_log_at_timeout_basic.result
innodb_flush_log_at_trx_commit_basic.result
innodb_flush_method_basic.result MDEV-12218 Clean up InnoDB parameter validation 2018-04-29 09:41:42 +03:00
innodb_flush_method_func.result MDEV-24854: Change innodb_flush_method=O_DIRECT by default 2021-02-20 11:58:58 +02:00
innodb_flush_neighbors_basic.result
innodb_flush_sync_basic.result MDEV-24109 InnoDB hangs with innodb_flush_sync=OFF 2020-11-04 16:55:36 +02:00
innodb_flushing_avg_loops_basic.result
innodb_force_load_corrupted_basic.result
innodb_force_primary_key_basic.result
innodb_force_recovery_basic.result
innodb_ft_aux_table_basic.result
innodb_ft_cache_size_basic.result
innodb_ft_enable_diag_print_basic.result
innodb_ft_enable_stopword_basic.result
innodb_ft_max_token_size_basic.result
innodb_ft_min_token_size_basic.result
innodb_ft_num_word_optimize_basic.result
innodb_ft_result_cache_limit_basic,32bit.rdiff Merge 10.1 into 10.2 2018-11-06 08:41:48 +02:00
innodb_ft_result_cache_limit_basic.result Merge 10.1 into 10.2 2018-11-06 08:41:48 +02:00
innodb_ft_result_cache_limit,32bit.rdiff MDEV-19387 innodb_ft_result_cache_limit_32 fails on s390x 2019-05-08 12:49:08 +05:30
innodb_ft_result_cache_limit.result MDEV-19387 innodb_ft_result_cache_limit_32 fails on s390x 2019-05-08 12:49:08 +05:30
innodb_ft_server_stopword_table_basic.result
innodb_ft_sort_pll_degree_basic.result
innodb_ft_total_cache_size_basic.result
innodb_ft_user_stopword_table_basic.result
innodb_immediate_scrub_data_uncompressed_basic.result
innodb_instant_alter_column_allowed_basic.result Merge 10.3 into 10.4 2020-03-30 14:50:23 +03:00
innodb_io_capacity_basic.result
innodb_io_capacity_max_basic.result
innodb_limit_optimistic_insert_debug_basic.result MDEV-20604: Duplicate key value is silently truncated to 64 characters in print_keydup_error 2020-04-01 11:34:32 +02:00
innodb_lock_wait_timeout_basic.result MDEV-11379, MDEV-11388 - [WAIT n|NOWAIT] 2017-03-22 19:08:24 +04:00
innodb_log_buffer_size_basic.result
innodb_log_checkpoint_now_basic.result
innodb_log_file_size_basic.result
innodb_log_group_home_dir_basic.result
innodb_log_write_ahead_size_basic.result
innodb_lru_scan_depth_basic.result
innodb_max_dirty_pages_pct_basic.result MDEV-23855: Improve InnoDB log checkpoint performance 2020-10-26 17:09:01 +02:00
innodb_max_dirty_pages_pct_func.result MDEV-23399: Performance regression with write workloads 2020-10-15 17:04:56 +03:00
innodb_max_dirty_pages_pct_lwm_basic.result MDEV-23855: Improve InnoDB log checkpoint performance 2020-10-26 17:09:01 +02:00
innodb_max_purge_lag_basic.result
innodb_max_purge_lag_delay_basic.result
innodb_max_undo_log_size_basic.result Adapt the innodb_undo tests from MySQL 5.7 2017-04-26 23:03:28 +03:00
innodb_merge_threshold_set_all_debug_basic.result MDEV-20604: Duplicate key value is silently truncated to 64 characters in print_keydup_error 2020-04-01 11:34:32 +02:00
innodb_numa_interleave_basic.result Suppress warnings of NUMA not working. 2017-01-06 14:52:35 +02:00
innodb_old_blocks_pct_basic.result
innodb_old_blocks_time_basic.result
innodb_online_alter_log_max_size_basic.result
innodb_open_files_basic.result
innodb_optimize_fulltext_only_basic.result
innodb_page_size_basic.result
innodb_prefix_index_cluster_optimization_basic.result
innodb_print_all_deadlocks_basic.result
innodb_purge_batch_size_basic.result
innodb_purge_rseg_truncate_frequency_basic.result MDEV-20604: Duplicate key value is silently truncated to 64 characters in print_keydup_error 2020-04-01 11:34:32 +02:00
innodb_purge_threads_basic.result
innodb_random_read_ahead_basic.result
innodb_read_ahead_threshold_basic.result
innodb_read_io_threads_basic.result
innodb_read_only_basic.result
innodb_rollback_on_timeout_basic.result
innodb_saved_page_number_debug_basic.result MDEV-11953: support of brackets in UNION/EXCEPT/INTERSECT operations 2018-07-04 19:13:55 +02:00
innodb_simulate_comp_failures_basic.result
innodb_sort_buffer_size_basic.result
innodb_spin_wait_delay_basic.result MDEV-14482 - Cache line contention on ut_rnd_interval() 2019-12-10 17:01:36 +02:00
innodb_stats_auto_recalc_basic.result
innodb_stats_include_delete_marked_basic.result Add missing sys_var test for innodb_stats_include_delete_marked 2017-03-05 01:00:21 +02:00
innodb_stats_method_basic.result
innodb_stats_modified_counter_basic.result
innodb_stats_on_metadata_basic.result
innodb_stats_persistent_basic.result
innodb_stats_persistent_sample_pages_basic.result MDEV-20604: Duplicate key value is silently truncated to 64 characters in print_keydup_error 2020-04-01 11:34:32 +02:00
innodb_stats_traditional_basic.result
innodb_stats_transient_sample_pages_basic.result Merge 10.4 into 10.5 2020-04-25 21:57:52 +03:00
innodb_status_output_basic.result
innodb_status_output_locks_basic.result
innodb_strict_mode_basic.result
innodb_sync_spin_loops_basic.result
innodb_table_locks_basic.result Tests: revert unneded changes 2017-11-28 11:40:13 +03:00
innodb_table_locks_func.result
innodb_temp_data_file_path_basic.result
innodb_tmpdir_basic.result MDEV-20604: Duplicate key value is silently truncated to 64 characters in print_keydup_error 2020-04-01 11:34:32 +02:00
innodb_trx_purge_view_update_only_debug_basic.result
innodb_trx_rseg_n_slots_debug_basic.result
innodb_undo_directory_basic.result
innodb_undo_log_truncate_basic.result
innodb_undo_tablespaces_basic.result
innodb_use_atomic_writes_basic.result Make atomic writes general 2017-01-11 09:18:35 +02:00
innodb_use_native_aio_basic.result
innodb_version_basic.result
innodb_write_io_threads_basic.result
insert_id_basic.result Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
insert_id_func.result
interactive_timeout_basic.result
interactive_timeout_func.result
join_buffer_size_basic.result Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
join_buffer_space_limit_basic.result Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
join_cache_level_basic.result Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
keep_files_on_create_basic.result Tests: revert unneded changes 2017-11-28 11:40:13 +03:00
key_buffer_size_basic.result Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
key_buffer_size_func.result
key_cache_age_threshold_basic.result Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
key_cache_block_size_basic.result Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
key_cache_division_limit_basic.result Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
key_cache_file_hash_size_basic.result Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
key_cache_segments_basic.result
large_files_support_basic.result
large_page_size_basic.result
large_pages_basic.result
last_gtid_basic.result
last_insert_id_basic.result
last_insert_id_func.result
lc_messages_basic.result
lc_messages_dir_basic.result
lc_time_names_basic.result Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
lc_time_names_func.result
license_basic.result
local_infile_basic.result Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
local_infile_func.result MDEV-20500: Bad error msg on disabling local infile 2020-03-03 13:12:43 +02:00
lock_wait_timeout_basic.result MDEV-11379, MDEV-11388 - [WAIT n|NOWAIT] 2017-03-22 19:08:24 +04:00
locked_in_memory_basic.result
log_basic.result
log_bin_basename_basic.result
log_bin_basic.result
log_bin_compress_grant.result MDEV-21963 Bind BINLOG ADMIN to a number of global system variables 2020-03-17 19:08:28 +04:00
log_bin_compress_min_len_grant.result MDEV-21963 Bind BINLOG ADMIN to a number of global system variables 2020-03-17 19:08:28 +04:00
log_bin_index_basic.result
log_bin_trust_function_creators_basic.result Tests: revert unneded changes 2017-11-28 11:40:13 +03:00
log_bin_trust_function_creators_func.result
log_bin_trust_function_creators_grant.result MDEV-21963 Bind BINLOG ADMIN to a number of global system variables 2020-03-17 19:08:28 +04:00
log_disabled_statements_basic.result New option for slow logging (log_slow_disable_statements) 2017-08-24 01:05:51 +02:00
log_disabled_statements_func.result New option for slow logging (log_slow_disable_statements) 2017-08-24 01:05:51 +02:00
log_error_func.result use log-error in mtr, don't let mysqld to write to stderr 2017-04-07 09:55:54 +02:00
log_error_func2.result
log_error_func3.result
log_output_basic.result
log_output_func.result
log_queries_not_using_indexes_basic.result MDEV-13675 filsort_priority_queue 2017-10-05 11:45:32 +02:00
log_result_errors_basic.result New option for slow logging (log_slow_disable_statements) 2017-08-24 01:05:51 +02:00
log_slave_updates_basic.result
log_slow_admin_statements_func.result New option for slow logging (log_slow_disable_statements) 2017-08-24 01:05:51 +02:00
log_slow_disabled_statements_basic.result New option for slow logging (log_slow_disable_statements) 2017-08-24 01:05:51 +02:00
log_slow_disabled_statements_func.result New option for slow logging (log_slow_disable_statements) 2017-08-24 01:05:51 +02:00
log_slow_filter_basic.result MDEV-13675 filsort_priority_queue 2017-10-05 11:45:32 +02:00
log_slow_queries_basic.result
log_slow_rate_limit_basic.result
log_slow_verbosity_basic.result Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
log_tc_size_basic.result
log_warnings_basic.result MDEV-7635: Part 1 2017-02-10 06:30:42 -05:00
long_query_time_basic.result Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
low_priority_updates_basic.result Tests: revert unneded changes 2017-11-28 11:40:13 +03:00
lower_case_file_system_basic.result
lower_case_table_names_basic.result
master_verify_checksum_basic.result
master_verify_checksum_grant.result MDEV-21972 Bind REPLICATION MASTER ADMIN to master_verify_checksum 2020-03-18 13:27:38 +04:00
max_allowed_packet_basic.result Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
max_allowed_packet_func.result Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
max_binlog_cache_size_basic.result Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
max_binlog_cache_size_func.result
max_binlog_cache_size_grant.result MDEV-21963 Bind BINLOG ADMIN to a number of global system variables 2020-03-17 19:08:28 +04:00
max_binlog_size_basic.result Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
max_binlog_size_grant.result MDEV-21963 Bind BINLOG ADMIN to a number of global system variables 2020-03-17 19:08:28 +04:00
max_binlog_stmt_cache_size_basic.result Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
max_binlog_stmt_cache_size_grant.result MDEV-21963 Bind BINLOG ADMIN to a number of global system variables 2020-03-17 19:08:28 +04:00
max_connect_errors_basic.result Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
max_connect_errors_grant.result MDEV-21961 Bind CONNECTION ADMIN to a number of global system variables 2020-03-17 14:27:52 +04:00
max_connections_basic.result Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
max_connections_grant.result MDEV-21961 Bind CONNECTION ADMIN to a number of global system variables 2020-03-17 14:27:52 +04:00
max_delayed_threads_basic.result
max_digest_length_basic.result
max_error_count_basic.result
max_heap_table_size_basic.result Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
max_insert_delayed_threads_basic.result
max_join_size_basic.result
max_join_size_func.result
max_length_for_sort_data_basic.result
max_password_errors_grant.result MDEV-21961 Bind CONNECTION ADMIN to a number of global system variables 2020-03-17 14:27:52 +04:00
max_prepared_stmt_count_basic.result Merge remote-tracking branch '10.2' into 10.3 2018-04-12 12:41:19 +03:00
max_prepared_stmt_count_func.result
max_relay_log_size_basic.result Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
max_seeks_for_key_basic.result
max_seeks_for_key_func.result Merge branch '10.3' into 10.4 2019-09-06 11:53:10 +02:00
max_sort_length_func.result 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
max_sp_recursion_depth_basic.result
max_sp_recursion_depth_func.result
max_statement_time_basic.result
max_tmp_tables_basic.result
max_user_connections_basic.result
max_user_connections_func.result
max_user_connections-2.result
max_write_lock_count_basic.result
maximum_basic.result MDEV-11917 enum/set command-line options aren't respecting max-* 2018-06-20 17:14:04 +04:00
metadata_locks_cache_size_basic.result
metadata_locks_hash_instances_basic.result
min_examined_row_limit_basic.result
mrr_buffer_size_basic.result
myisam_block_size_basic.result
myisam_data_pointer_size_basic.result
myisam_data_pointer_size_func.result
myisam_max_sort_file_size_basic.result
myisam_mmap_size_basic.result
myisam_recover_options_basic.result MDEV-7635: Part 1 2017-02-10 06:30:42 -05:00
myisam_repair_threads_basic.result
myisam_sort_buffer_size_basic.result Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
myisam_stats_method_basic.result Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
myisam_stats_method_func.result Merge 10.3 into 10.4 2019-04-25 16:05:20 +03:00
myisam_use_mmap_basic.result
mysql56_temporal_format_basic.result Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
mysql56_temporal_format_func.result
named_pipe_basic.result
net_buffer_length_basic.result
net_read_timeout_basic.result
net_retry_count_basic.result
net_write_timeout_basic.result
old_alter_table_basic.result MDEV-18650: Options deprecated in previous versions - old_alter_table 2020-02-13 13:42:01 +02:00
old_basic.result
old_mode_basic.result Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
old_passwords_basic.result Tests: revert unneded changes 2017-11-28 11:40:13 +03:00
old_passwords_func.result
open_files_limit_basic.result
optimizer_prune_level_basic.result Tests: revert unneded changes 2017-11-28 11:40:13 +03:00
optimizer_search_depth_basic.result
optimizer_selectivity_sampling_limit_basic.result MDEV-20604: Duplicate key value is silently truncated to 64 characters in print_keydup_error 2020-04-01 11:34:32 +02:00
optimizer_switch_basic.result Merge 10.4 into 10.5 2020-07-15 14:51:22 +03:00
optimizer_use_condition_selectivity_basic.result MDEV-20604: Duplicate key value is silently truncated to 64 characters in print_keydup_error 2020-04-01 11:34:32 +02:00
oqgraph_allow_create_integer_latch_basic.result
performance_schema_basic.result
pfs_accounts_size_basic.result
pfs_digests_size_basic.result
pfs_events_stages_history_long_size_basic.result
pfs_events_stages_history_size_basic.result
pfs_events_statements_history_long_size_basic.result
pfs_events_statements_history_size_basic.result
pfs_events_waits_history_long_size_basic.result
pfs_events_waits_history_size_basic.result
pfs_hosts_size_basic.result
pfs_max_cond_classes_basic.result
pfs_max_cond_instances_basic.result
pfs_max_digest_length_basic.result
pfs_max_file_classes_basic.result
pfs_max_file_handles_basic.result
pfs_max_file_instances_basic.result
pfs_max_mutex_classes_basic.result
pfs_max_mutex_instances_basic.result
pfs_max_rwlock_classes_basic.result
pfs_max_rwlock_instances_basic.result
pfs_max_socket_classes_basic.result
pfs_max_socket_instances_basic.result
pfs_max_stage_classes_basic.result
pfs_max_statement_classes_basic.result
pfs_max_table_handles_basic.result
pfs_max_table_instances_basic.result
pfs_max_thread_classes_basic.result
pfs_max_thread_instances_basic.result
pfs_session_connect_attrs_size_basic.result
pfs_setup_actors_size_basic.result
pfs_setup_objects_size_basic.result
pfs_users_size_basic.result
pid_file_basic.result
plugin_dir_basic.result
plugin_maturity_basic.result
port_basic.result
preload_buffer_size_basic.result
preudo_thread_id_grant.result MDEV-21975 Add BINLOG REPLAY privilege and bind new privileges to gtid_seq_no, preudo_thread_id, server_id, gtid_domain_id 2020-03-18 20:16:34 +04:00
profiling_basic.result
profiling_history_size_basic.result
progress_report_time_basic.result
protocol_version_basic.result
proxy_protocol_networks_grant.result MDEV-21961 Bind CONNECTION ADMIN to a number of global system variables 2020-03-17 14:27:52 +04:00
proxy_user_basic.result
pseudo_slave_mode_basic.result Tests: revert unneded changes 2017-11-28 11:40:13 +03:00
pseudo_thread_id_basic.result
query_alloc_block_size_basic.result
query_cache_limit_basic.result Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
query_cache_limit_func.result
query_cache_min_res_unit_basic.result Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
query_cache_size_basic.result Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
query_cache_strip_comments_basic.result
query_cache_type_basic.result
query_cache_type_func.result
query_cache_wlock_invalidate_basic.result Tests: revert unneded changes 2017-11-28 11:40:13 +03:00
query_cache_wlock_invalidate_func.result
query_prealloc_size_basic.result
query_prealloc_size_func.result
rand_seed1_basic.result
rand_seed2_basic.result
range_alloc_block_size_basic.result
read_binlog_speed_limit_grant.result MDEV-21966 Bind REPLICATION SLAVE ADMIN to a number of global system variables 2020-03-18 07:11:18 +04:00
read_buffer_size_basic.result
read_only_basic.result Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
read_only_func.result MDEV-21960 Bind READ_ONLY ADMIN to @@read_only 2020-03-17 12:44:06 +04:00
read_only_grant.result MDEV-21960 Bind READ_ONLY ADMIN to @@read_only 2020-03-17 12:44:06 +04:00
read_rnd_buffer_size_basic.result
relay_log_basename_basic.result
relay_log_basic.result Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
relay_log_index_basic.result
relay_log_info_file_basic.result
relay_log_purge_basic.result Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
relay_log_purge_grant.result MDEV-21969 Bind REPLICATION SLAVE ADMIN to relay_log_*, sync_master_info, sync_relay_log, sync_relay_log_info 2020-03-18 11:57:07 +04:00
relay_log_recovery_basic.result
relay_log_recovery_grant.result MDEV-21969 Bind REPLICATION SLAVE ADMIN to relay_log_*, sync_master_info, sync_relay_log, sync_relay_log_info 2020-03-18 11:57:07 +04:00
relay_log_space_limit_basic.result
replicate_annotate_row_events_basic.result MDEV-7635: Part 1 2017-02-10 06:30:42 -05:00
replicate_do_db_basic.result MDEV-20744 SET GLOBAL replicate_do_db = DEFAULT causes crash. 2020-10-23 12:20:17 +04:00
replicate_do_db_grant.result MDEV-21966 Bind REPLICATION SLAVE ADMIN to a number of global system variables 2020-03-18 07:11:18 +04:00
replicate_do_table_basic.result
replicate_do_table_grant.result MDEV-21966 Bind REPLICATION SLAVE ADMIN to a number of global system variables 2020-03-18 07:11:18 +04:00
replicate_events_marked_for_skip_basic.result
replicate_events_marked_for_skip_grant.result MDEV-21966 Bind REPLICATION SLAVE ADMIN to a number of global system variables 2020-03-18 07:11:18 +04:00
replicate_ignore_db_basic.result
replicate_ignore_db_grant.result MDEV-21966 Bind REPLICATION SLAVE ADMIN to a number of global system variables 2020-03-18 07:11:18 +04:00
replicate_ignore_table_basic.result MDEV-20101 Assertion failure on select @@global.'m2'.replicate_ignore_table; 2019-08-05 16:03:33 +04:00
replicate_ignore_table_grant.result MDEV-21966 Bind REPLICATION SLAVE ADMIN to a number of global system variables 2020-03-18 07:11:18 +04:00
replicate_wild_do_table_basic.result
replicate_wild_do_table_grant.result MDEV-21966 Bind REPLICATION SLAVE ADMIN to a number of global system variables 2020-03-18 07:11:18 +04:00
replicate_wild_ignore_table_basic.result
replicate_wild_ignore_table_grant.result MDEV-21966 Bind REPLICATION SLAVE ADMIN to a number of global system variables 2020-03-18 07:11:18 +04:00
report_host_basic.result
report_password_basic.result
report_port_basic.result
report_user_basic.result
rowid_merge_buff_size_basic.result
rpl_init_slave_func.result Merge branch '10.1' into 10.2 2020-10-28 10:56:38 +01:00
rpl_max_binlog_size_func.result
rpl_semi_sync_master_enabled_basic.result MDEV-13073 This part merges the Ali semisync related changes 2017-12-18 13:43:37 +02:00
rpl_semi_sync_master_enabled_grant.result MDEV-21967 Bind REPLICATION {MASTER|SLAVE} ADMIN to rpl_semi_sync_* variables 2020-03-18 10:36:06 +04:00
rpl_semi_sync_master_timeout_basic.result
rpl_semi_sync_master_timeout_grant.result MDEV-21967 Bind REPLICATION {MASTER|SLAVE} ADMIN to rpl_semi_sync_* variables 2020-03-18 10:36:06 +04:00
rpl_semi_sync_master_trace_level_basic.result
rpl_semi_sync_master_trace_level_grant.result MDEV-21967 Bind REPLICATION {MASTER|SLAVE} ADMIN to rpl_semi_sync_* variables 2020-03-18 10:36:06 +04:00
rpl_semi_sync_master_wait_no_slave_basic.result
rpl_semi_sync_master_wait_no_slave_grant.result MDEV-21967 Bind REPLICATION {MASTER|SLAVE} ADMIN to rpl_semi_sync_* variables 2020-03-18 10:36:06 +04:00
rpl_semi_sync_master_wait_point_basic.result
rpl_semi_sync_master_wait_point_grant.result MDEV-21967 Bind REPLICATION {MASTER|SLAVE} ADMIN to rpl_semi_sync_* variables 2020-03-18 10:36:06 +04:00
rpl_semi_sync_slave_delay_master_grant.result MDEV-21967 Bind REPLICATION {MASTER|SLAVE} ADMIN to rpl_semi_sync_* variables 2020-03-18 10:36:06 +04:00
rpl_semi_sync_slave_enabled_basic.result
rpl_semi_sync_slave_enabled_grant.result MDEV-21967 Bind REPLICATION {MASTER|SLAVE} ADMIN to rpl_semi_sync_* variables 2020-03-18 10:36:06 +04:00
rpl_semi_sync_slave_kill_conn_timeout_grant.result MDEV-21967 Bind REPLICATION {MASTER|SLAVE} ADMIN to rpl_semi_sync_* variables 2020-03-18 10:36:06 +04:00
rpl_semi_sync_slave_trace_level_basic.result
rpl_semi_sync_slave_trace_level_grant.result MDEV-21967 Bind REPLICATION {MASTER|SLAVE} ADMIN to rpl_semi_sync_* variables 2020-03-18 10:36:06 +04:00
secure_auth_basic.result
secure_auth_func.result
secure_auth_grant.result MDEV-21961 Bind CONNECTION ADMIN to a number of global system variables 2020-03-17 14:27:52 +04:00
secure_file_priv_basic.result
secure_file_priv.result MDEV-11953: support of brackets in UNION/EXCEPT/INTERSECT operations 2018-07-04 19:13:55 +02:00
secure_file_priv2.result
secure_timestamp_no.result MDEV-22012 Allow SET TIMESTAMP for users with GRANT BINLOG REPLAY when --secure-timestamp=replication 2020-03-23 17:47:06 +04:00
secure_timestamp_rpl.result MDEV-22012 Allow SET TIMESTAMP for users with GRANT BINLOG REPLAY when --secure-timestamp=replication 2020-03-23 17:47:06 +04:00
secure_timestamp_super.result MDEV-22012 Allow SET TIMESTAMP for users with GRANT BINLOG REPLAY when --secure-timestamp=replication 2020-03-23 17:47:06 +04:00
secure_timestamp_yes.result MDEV-22012 Allow SET TIMESTAMP for users with GRANT BINLOG REPLAY when --secure-timestamp=replication 2020-03-23 17:47:06 +04:00
server_id_basic.result
server_id_grant.result MDEV-21975 Add BINLOG REPLAY privilege and bind new privileges to gtid_seq_no, preudo_thread_id, server_id, gtid_domain_id 2020-03-18 20:16:34 +04:00
session_track_system_variables_basic.result Merge 10.4 into 10.5 2020-10-30 11:15:30 +02:00
show_vs_valstr.result
skip_external_locking_basic.result
skip_name_resolve_basic.result
skip_networking_basic.result
skip_parallel_replication_basic.result
skip_replication_basic.result
skip_show_database_basic.result
slave_allow_batching_basic.result
slave_compressed_protocol_basic.result
slave_compressed_protocol_grant.result MDEV-21966 Bind REPLICATION SLAVE ADMIN to a number of global system variables 2020-03-18 07:11:18 +04:00
slave_ddl_exec_mode_basic.result
slave_ddl_exec_mode_grant.result MDEV-21966 Bind REPLICATION SLAVE ADMIN to a number of global system variables 2020-03-18 07:11:18 +04:00
slave_domain_parallel_threads_basic.result
slave_domain_parallel_threads_grant.result MDEV-21966 Bind REPLICATION SLAVE ADMIN to a number of global system variables 2020-03-18 07:11:18 +04:00
slave_exec_mode_basic.result
slave_exec_mode_grant.result MDEV-21966 Bind REPLICATION SLAVE ADMIN to a number of global system variables 2020-03-18 07:11:18 +04:00
slave_load_tmpdir_basic.result
slave_max_allowed_packet_basic.result Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
slave_max_allowed_packet_grant.result MDEV-21966 Bind REPLICATION SLAVE ADMIN to a number of global system variables 2020-03-18 07:11:18 +04:00
slave_net_timeout_basic.result MDEV-7635: Part 1 2017-02-10 06:30:42 -05:00
slave_net_timeout_grant.result MDEV-21966 Bind REPLICATION SLAVE ADMIN to a number of global system variables 2020-03-18 07:11:18 +04:00
slave_parallel_max_queued_basic.result
slave_parallel_max_queued_grant.result MDEV-21966 Bind REPLICATION SLAVE ADMIN to a number of global system variables 2020-03-18 07:11:18 +04:00
slave_parallel_mode_basic.result
slave_parallel_mode_grant.result MDEV-21966 Bind REPLICATION SLAVE ADMIN to a number of global system variables 2020-03-18 07:11:18 +04:00
slave_parallel_threads_basic.result
slave_parallel_threads_grant.result MDEV-21966 Bind REPLICATION SLAVE ADMIN to a number of global system variables 2020-03-18 07:11:18 +04:00
slave_parallel_workers_grant.result MDEV-21966 Bind REPLICATION SLAVE ADMIN to a number of global system variables 2020-03-18 07:11:18 +04:00
slave_run_triggers_for_rbr_grant.result MDEV-21966 Bind REPLICATION SLAVE ADMIN to a number of global system variables 2020-03-18 07:11:18 +04:00
slave_skip_errors_basic.result
slave_sql_verify_checksum_basic.result
slave_sql_verify_checksum_grant.result MDEV-21966 Bind REPLICATION SLAVE ADMIN to a number of global system variables 2020-03-18 07:11:18 +04:00
slave_transaction_retries_basic.result
slave_transaction_retry_errors.result MDEV-17402 slave_transaction_retry_errors="12701" won't be enabled (#1349) 2019-06-30 18:52:45 +09:00
slave_transaction_retry_interval_basic.result MDEV-7702 Spiral patch 004_mariadb-10.0.15.slave-trx-retry.diff 2017-12-03 13:58:35 +02:00
slave_transaction_retry_interval_grant.result MDEV-21966 Bind REPLICATION SLAVE ADMIN to a number of global system variables 2020-03-18 07:11:18 +04:00
slave_type_conversions_basic.result
slave_type_conversions_grant.result MDEV-21966 Bind REPLICATION SLAVE ADMIN to a number of global system variables 2020-03-18 07:11:18 +04:00
slow_launch_time_basic.result Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
slow_launch_time_func.result
slow_launch_time_grant.result MDEV-21961 Bind CONNECTION ADMIN to a number of global system variables 2020-03-17 14:27:52 +04:00
slow_query_log_basic.result Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
slow_query_log_file_basic.result MDEV-8844 Unreadable control characters printed as is in warnings 2019-12-06 18:51:05 +04:00
slow_query_log_file_func.result
slow_query_log_func.result
socket_basic.result
sort_buffer_size_basic.result
sql_auto_is_null_basic.result
sql_big_selects_basic.result Tests: revert unneded changes 2017-11-28 11:40:13 +03:00
sql_big_selects_func.result
sql_buffer_result_basic.result Tests: revert unneded changes 2017-11-28 11:40:13 +03:00
sql_buffer_result_func.result
sql_log_bin_basic.result Tests: revert unneded changes 2017-11-28 11:40:13 +03:00
sql_log_bin_grant.result MDEV-21957 Bind BINLOG ADMIN to @@binlog_format, @@binlog_direct_.., @@sql_log_bin 2020-03-17 11:09:19 +04:00
sql_log_off_basic.result Tests: revert unneded changes 2017-11-28 11:40:13 +03:00
sql_log_off_func.result
sql_low_priority_updates_basic.result Tests: revert unneded changes 2017-11-28 11:40:13 +03:00
sql_low_priority_updates_func.result Merge 10.1 into 10.2 2018-11-06 08:41:48 +02:00
sql_max_join_size_basic.result
sql_max_join_size_func.result
sql_mode_basic.result MDEV-16991 Rounding vs truncation for TIME, DATETIME, TIMESTAMP 2018-11-26 08:10:47 +04:00
sql_mode_func.result
sql_notes_basic.result Tests: revert unneded changes 2017-11-28 11:40:13 +03:00
sql_notes_func.result
sql_quote_show_create_basic.result Tests: revert unneded changes 2017-11-28 11:40:13 +03:00
sql_quote_show_create_func.result
sql_safe_updates_basic.result Tests: revert unneded changes 2017-11-28 11:40:13 +03:00
sql_safe_updates_func.result
sql_select_limit_basic.result
sql_select_limit_func.result
sql_slave_skip_counter_basic.result
sql_warnings_basic.result Tests: revert unneded changes 2017-11-28 11:40:13 +03:00
sql_warnings_func.result MDEV-7635: Update tests to adapt to the new default sql_mode 2017-02-10 06:30:42 -05:00
ssl_ca_basic.result
ssl_capath_basic.result
ssl_cert_basic.result
ssl_cipher_basic.result
ssl_crl_basic.result
ssl_crlpath_basic.result
ssl_key_basic.result
storage_engine_basic.result MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
stored_program_cache_basic.result
stored_program_cache_func.result
sync_binlog_basic.result Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
sync_binlog_grant.result MDEV-21963 Bind BINLOG ADMIN to a number of global system variables 2020-03-17 19:08:28 +04:00
sync_frm_basic.result Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
sync_master_info_basic.result
sync_master_info_grant.result MDEV-21969 Bind REPLICATION SLAVE ADMIN to relay_log_*, sync_master_info, sync_relay_log, sync_relay_log_info 2020-03-18 11:57:07 +04:00
sync_relay_log_basic.result
sync_relay_log_grant.result MDEV-21969 Bind REPLICATION SLAVE ADMIN to relay_log_*, sync_master_info, sync_relay_log, sync_relay_log_info 2020-03-18 11:57:07 +04:00
sync_relay_log_info_basic.result
sync_relay_log_info_grant.result MDEV-21969 Bind REPLICATION SLAVE ADMIN to relay_log_*, sync_master_info, sync_relay_log, sync_relay_log_info 2020-03-18 11:57:07 +04:00
system_time_zone_basic.result
sysvars_aria,32bit.rdiff MDEV-24750 Various corruptions caused by Aria subsystem... 2021-02-03 02:22:47 +02:00
sysvars_aria.result MDEV-24750 Various corruptions caused by Aria subsystem... 2021-02-03 02:22:47 +02:00
sysvars_debug,32bit.rdiff Try to fix sys_vars.sysvars_debug,32bit 2017-11-02 12:07:44 +02:00
sysvars_debug.result MDEV-12684 Show what config file a sysvar got a value from 2019-10-14 10:29:30 +02:00
sysvars_innodb,32bit.rdiff MDEV-24738 Improve the InnoDB deadlock checker 2021-02-17 12:44:08 +02:00
sysvars_innodb.result MDEV-24854: Change innodb_flush_method=O_DIRECT by default 2021-02-20 11:58:58 +02:00
sysvars_server_embedded,32bit.rdiff MDEV-24750 Various corruptions caused by Aria subsystem... 2021-02-03 02:22:47 +02:00
sysvars_server_embedded.result MDEV-24750 Various corruptions caused by Aria subsystem... 2021-02-03 02:22:47 +02:00
sysvars_server_notembedded,32bit.rdiff MDEV-24750 Various corruptions caused by Aria subsystem... 2021-02-03 02:22:47 +02:00
sysvars_server_notembedded.result MDEV-24750 Various corruptions caused by Aria subsystem... 2021-02-03 02:22:47 +02:00
sysvars_star.result Server maturity increased 2020-06-19 16:25:59 +02:00
sysvars_wsrep,32bit.rdiff
sysvars_wsrep.result MDEV-20008: Galera strict mode 2021-01-26 14:02:24 +02:00
table_definition_cache_basic.result Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
table_open_cache_basic.result MDEV-23386: mtr: main.mysqld--help autosized table{-open,}-cach and max-connections 2020-08-10 11:58:56 +02:00
tcp_keepalive_time.result MDEV-14412 Support TCP keepalive options 2017-11-17 21:40:20 +00:00
tcp_nodelay.result MDEV-16277 : Adjust MTR test results. 2018-08-12 00:13:19 +01:00
thread_cache_size_basic.result
thread_cache_size_func.result
thread_handling_basic.result
thread_pool_idle_timeout_basic.result
thread_pool_idle_timeout_grant.result MDEV-21961 Bind CONNECTION ADMIN to a number of global system variables 2020-03-17 14:27:52 +04:00
thread_pool_max_threads_basic.result increase default for max threads in the pool to max allowed value (64K) currently 2017-01-26 17:39:36 +00:00
thread_pool_max_threads_grant.result MDEV-21961 Bind CONNECTION ADMIN to a number of global system variables 2020-03-17 14:27:52 +04:00
thread_pool_min_threads_basic.result
thread_pool_oversubscribe_basic.result
thread_pool_oversubscribe_grant.result MDEV-21961 Bind CONNECTION ADMIN to a number of global system variables 2020-03-17 14:27:52 +04:00
thread_pool_size_basic.result
thread_pool_size_high.result fix test suite after MDEV-15438 2018-10-12 08:22:10 +02:00
thread_pool_stall_limit_basic.result MDEV-19312 Make throttling interval depend on thread_pool_stall_limit 2019-05-31 15:04:11 +02:00
thread_pool_stall_limit_grant.result MDEV-21961 Bind CONNECTION ADMIN to a number of global system variables 2020-03-17 14:27:52 +04:00
thread_stack_basic.result ASAN loves stack, give it some 2019-03-06 15:12:11 +01:00
time_format_basic.result
time_zone_basic.result
time_zone_func.result
timestamp_basic.result
timestamp_func.result
timestamp_sysdate_is_now_func.result
tmp_disk_table_size_basic.result Added tmp_disk_table_size to limit size of Aria temp tables in tmpdir 2017-06-30 22:31:37 +03:00
tmp_disk_table_size_func.result MDEV-19713 Remove big_tables system variable 2019-09-28 19:21:14 +02:00
tmpdir_basic.result
transaction_alloc_block_size_basic.result
transaction_prealloc_size_basic.result
transaction_prealloc_size_bug27322.result
tx_isolation_basic.result Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
tx_isolation_func.result
tx_read_only_basic.result Tests: revert unneded changes 2017-11-28 11:40:13 +03:00
unique_checks_basic.result MDEV-23554 Wrong default value for foreign_key_checks variable 2020-08-25 10:15:04 +03:00
updatable_views_with_limit_basic.result
updatable_views_with_limit_func.result
use_stat_tables_basic.result MDEV-17255: New optimizer defaults and ANALYZE TABLE 2018-12-09 13:25:27 +05:30
userstat_basic.result Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
version_basic.result
version_comment_basic.result
version_compile_machine_basic.result
version_compile_os_basic.result
version_malloc_library_basic.result
version_ssl_library_basic.result
version.result
wait_timeout_basic.result
wait_timeout_func.result
warning_count_basic.result
wsrep_auto_increment_control_basic.result
wsrep_causal_reads_basic.result
wsrep_certify_nonpk_basic.result
wsrep_cluster_address_basic.result Remove unnecessary and incorrect add_suppression. 2020-10-05 10:34:01 +03:00
wsrep_cluster_name_basic.result
wsrep_convert_lock_to_trx_basic.result
wsrep_data_home_dir_basic.result
wsrep_dbug_option_basic.result
wsrep_debug_basic.result MDEV-24596 : Assertion `state_ == s_exec || state_ == s_quitting' failed in wsrep::client_state::disable_streaming 2021-01-21 11:41:29 +02:00
wsrep_desync_basic.result
wsrep_dirty_reads_basic.result
wsrep_drupal_282555_workaround_basic.result
wsrep_forced_binlog_format_basic.result
wsrep_gtid_domain_id_basic.result
wsrep_gtid_mode_basic.result
wsrep_load_data_splitting_basic.result MDEV-18564: Change wsrep_load_data_splitting off by default 2019-02-13 13:19:37 +02:00
wsrep_log_conflicts_basic.result
wsrep_max_ws_rows_basic.result
wsrep_max_ws_size_basic.result
wsrep_mysql_replication_bundle_basic.result
wsrep_node_address_basic.result
wsrep_node_incoming_address_basic.result
wsrep_node_name_basic.result
wsrep_notify_cmd_basic.result
wsrep_on_basic.result
wsrep_osu_method_basic.result
wsrep_provider_basic.result
wsrep_provider_options_basic.result Galera4 2019-01-23 15:30:00 +04:00
wsrep_recover_basic.result
wsrep_replicate_myisam_basic.result
wsrep_restart_slave_basic.result
wsrep_retry_autocommit_basic.result
wsrep_slave_fk_checks_basic.result
wsrep_slave_threads_basic.result
wsrep_slave_uk_checks_basic.result
wsrep_sst_auth_basic.result
wsrep_sst_donor_basic.result
wsrep_sst_donor_rejects_queries_basic.result
wsrep_sst_method_basic.result MDEV-18379: Unification of check for IPv6 2019-01-26 01:15:44 +01:00
wsrep_sst_receive_address_basic.result MDEV-15409 make sure every sst script is tested in buildbot 2018-03-23 00:55:20 +01:00
wsrep_sync_wait_basic.result Fix test failures. 2017-08-16 07:49:19 +03:00