mariadb/mysql-test/suite/sys_vars/t
Sergei Golubchik e3d9369774 cleanup: disconnect before DROP USER
let's always disconnect a user connection before dropping the said user.
MariaDB is traditionally very tolerant to active connections
of the dropped user, which isn't the case for most other databases.

Let's avoid unintentionally spreading incompatible behavior
and disconnect before drop.

Except in cases when the test specifically tests such a behavior.
2025-07-16 09:14:33 +07:00
..
all_vars-master.opt merge with 5.3 2011-10-19 21:45:18 +02:00
all_vars.test Merge remote-tracking branch '10.4' into 10.5 2023-03-31 21:32:41 +02:00
allow_suspicious_udfs.test Merge branch '10.6' into 10.11 2024-04-22 15:23:10 +02:00
alter_algorithm_basic.test MDEV-33655 Remove alter_algorithm 2024-05-27 12:39:03 +02:00
aria_block_size_basic.test lots of post-merge changes 2011-04-25 17:22:25 +02:00
aria_checkpoint_interval_basic.test lots of post-merge changes 2011-04-25 17:22:25 +02:00
aria_checkpoint_log_activity_basic.test 5.3->5.5 merge 2011-11-22 18:04:38 +01:00
aria_encrypt_tables_basic.test Push for testing of encryption 2015-02-10 10:21:17 +01:00
aria_force_start_after_recovery_failures_basic.test lots of post-merge changes 2011-04-25 17:22:25 +02:00
aria_group_commit_basic.test lots of post-merge changes 2011-04-25 17:22:25 +02:00
aria_group_commit_interval_basic.test lots of post-merge changes 2011-04-25 17:22:25 +02:00
aria_log_dir_path_basic.test MDEV-30971 Add a new system variable aria_data_home_dir 2023-04-04 16:05:55 +04:00
aria_log_file_size_basic.test lots of post-merge changes 2011-04-25 17:22:25 +02:00
aria_log_purge_type_basic.test lots of post-merge changes 2011-04-25 17:22:25 +02:00
aria_max_sort_file_size_basic.test lots of post-merge changes 2011-04-25 17:22:25 +02:00
aria_page_checksum_basic.test lots of post-merge changes 2011-04-25 17:22:25 +02:00
aria_pagecache_age_threshold_basic.test Fix sys_vars test suite for 32bit systems. (MDEV-53 & MDEV-53) 2012-01-09 15:02:02 +02:00
aria_pagecache_buffer_size_basic.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
aria_pagecache_division_limit_basic.test lots of post-merge changes 2011-04-25 17:22:25 +02:00
aria_pagecache_file_hash_size_basic.test Fixed problem with very slow shutdown when using 100,000 MyISAM tables with delay_key_write 2014-07-19 17:46:08 +03:00
aria_recover_options_basic.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
aria_repair_threads_basic.test Fix sys_vars test suite for 32bit systems. (MDEV-53 & MDEV-53) 2012-01-09 15:02:02 +02:00
aria_sort_buffer_size_basic.test Merge commit '10.4' into 10.5 2023-07-20 11:54:52 +02:00
aria_stats_method_basic.test lots of post-merge changes 2011-04-25 17:22:25 +02:00
aria_sync_log_dir_basic.test lots of post-merge changes 2011-04-25 17:22:25 +02:00
aria_used_for_temp_tables_basic.test MDEV-17507 Make MTR tests work for builds without Aria for temporary tables 2018-11-20 01:50:59 +02:00
auto_increment_increment_basic.test Fix typos in mysql-test/ 2025-04-29 13:53:16 +10:00
auto_increment_increment_func.test MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
auto_increment_offset_basic.test Fix typos in mysql-test/ 2025-04-29 13:53:16 +10:00
auto_increment_offset_func.test MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
autocommit_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
autocommit_func.test MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
autocommit_func2-master.opt Fix for BUG#57316 "It is not clear how to disable autocommit" 2010-11-05 14:16:27 +01:00
autocommit_func2.test Fix for BUG#57316 "It is not clear how to disable autocommit" 2010-11-05 14:16:27 +01:00
autocommit_func3-master.opt Fix for BUG#57316 "It is not clear how to disable autocommit" 2010-11-05 14:16:27 +01:00
autocommit_func3.test Fix for BUG#57316 "It is not clear how to disable autocommit" 2010-11-05 14:16:27 +01:00
autocommit_func4-master.opt Fix for BUG#59432 "--autocommit=on does not work (@@global.autocommit is 0)" 2011-01-14 14:21:46 +01:00
autocommit_func4.test Fix for BUG#59432 "--autocommit=on does not work (@@global.autocommit is 0)" 2011-01-14 14:21:46 +01:00
autocommit_func5-master.opt Fix for BUG#59432 "--autocommit=on does not work (@@global.autocommit is 0)" 2011-01-14 14:21:46 +01:00
autocommit_func5.test Fix for BUG#59432 "--autocommit=on does not work (@@global.autocommit is 0)" 2011-01-14 14:21:46 +01:00
automatic_sp_privileges_basic.test Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
automatic_sp_privileges_func.test Fix typos in mysql-test/ 2025-04-29 13:53:16 +10:00
back_log_basic.opt MDEV-13375 back_log ignored 2017-08-14 19:45:59 +02:00
back_log_basic.test MDEV-13375 back_log ignored 2017-08-14 19:45:59 +02:00
basedir_basic.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
bind_address_basic.test MDEV-12542 Add bind_address system variable. 2017-10-30 07:37:25 +04:00
binlog_alter_two_phase.test MDEV-11675. Convert the new session var to bool type and test changes 2022-01-31 22:57:39 +02:00
binlog_annotate_row_events_basic.test 5.3->5.5 merge 2011-11-22 18:04:38 +01:00
binlog_annotate_row_events_grant.test 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.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
binlog_cache_size_grant.test MDEV-21963 Bind BINLOG ADMIN to a number of global system variables 2020-03-17 19:08:28 +04:00
binlog_checksum_basic.test MDEV-8429: Change binlog_checksum default to match MySQL 5.6.6+ 2016-05-20 09:46:03 +02:00
binlog_commit_wait_count_basic.test MDEV-4506: Parallel replication: Intermediate commit. 2013-07-09 13:15:53 +02:00
binlog_commit_wait_count_grant.test 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.test MDEV-4506: Parallel replication: Intermediate commit. 2013-07-09 13:15:53 +02:00
binlog_commit_wait_usec_grant.test 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.test Manual merge of patch for Bug#46364 from mysql-next-mr-bugfixing. 2010-02-02 10:56:42 +03:00
binlog_direct_non_transactional_updates_grant.test MDEV-29668 SUPER should not allow actions that have fine-grained dedicated privileges 2023-02-06 14:31:48 +01:00
binlog_expire_logs_seconds_basic.test MDEV-19371: Implement binlog_expire_logs_seconds for purging of binary logs 2021-05-17 12:48:37 +05:30
binlog_expire_logs_seconds_grant.test MDEV-19371: Implement binlog_expire_logs_seconds for purging of binary logs 2021-05-10 09:36:40 +05:30
binlog_file_cache_size_grant.test MDEV-21963 Bind BINLOG ADMIN to a number of global system variables 2020-03-17 19:08:28 +04:00
binlog_format_basic.test merge: 5.1 -> 5.1-rpl-merge 2009-01-29 17:59:46 +01:00
binlog_format_grant.test MDEV-29668 SUPER should not allow actions that have fine-grained dedicated privileges 2023-02-06 14:31:48 +01:00
binlog_optimize_thread_scheduling_basic.test fixes for sys_vars and pbxt suites 2011-10-28 14:24:02 +02:00
binlog_row_image_basic.test [MDEV-6877] Added test suite for binlog_row_image sys var 2015-06-30 13:17:08 +03:00
binlog_row_image_grant.test 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.test MDEV-20477 Merge binlog extended metadata support from the upstream 2019-09-11 15:09:35 +05:30
binlog_row_metadata_grant.test 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.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
binlog_stmt_cache_size_grant.test 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.test Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
character_set_client_basic.test MDEV-31018 Replica of 10.3, 10.4, <10.5.19 and <10.6.12 to 10.11 will not work when using non-default charset 2023-04-21 18:13:31 +04:00
character_set_client_func.test MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
character_set_connection_basic.test MDEV-19123 Change default charset from latin1 to utf8mb4 2024-07-11 10:21:07 +04:00
character_set_connection_func.test MDEV-19123 Change default charset from latin1 to utf8mb4 2024-07-11 10:21:07 +04:00
character_set_database_basic.test MDEV-19123 Change default charset from latin1 to utf8mb4 2024-07-11 10:21:07 +04:00
character_set_database_func.test MDEV-19123 Change default charset from latin1 to utf8mb4 2024-07-11 10:21:07 +04:00
character_set_filesystem_basic.test MDEV-28769 Assertion `(m_ci->state & 32) || m_with_collate' failed in Lex_exact_charset_opt_extended_collate::Lex_exact_charset_opt_extended_collate on SET NAMES 2022-06-16 10:38:35 +04:00
character_set_filesystem_func-master.opt generalization of mtr to support suite.pm extensions: 2010-08-17 11:14:46 +04:00
character_set_results_basic.test MDEV-31018 Replica of 10.3, 10.4, <10.5.19 and <10.6.12 to 10.11 will not work when using non-default charset 2023-04-21 18:13:31 +04:00
character_set_results_func.test MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
character_set_server_basic.test MDEV-19123 Change default charset from latin1 to utf8mb4 2024-07-11 10:21:07 +04:00
character_set_server_func.test MDEV-19123 Change default charset from latin1 to utf8mb4 2024-07-11 10:21:07 +04:00
character_set_system_basic.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
character_sets_dir_basic.test MDEV-5054 Failing test(s): main.mysqld--help sys_vars.character_sets_dir_basic 2013-11-11 09:31:02 +01:00
collation_connection_basic.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
collation_connection_func.test MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
collation_database_basic.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
collation_database_func.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
collation_server_basic.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
collation_server_func.test MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
completion_type_basic.test Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
completion_type_func.test MDEV-30452: ssl error: unexpected EOF while reading 2023-02-01 17:50:29 +01:00
concurrent_insert_basic.test Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
concurrent_insert_func.test Fix typos in mysql-test/ 2025-04-29 13:53:16 +10:00
connect_timeout_basic.test Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
connect_timeout_grant.test MDEV-29668 SUPER should not allow actions that have fine-grained dedicated privileges 2023-02-06 14:31:48 +01:00
create_temporary_table_binlog_formats_basic.test MDEV-36099 Ensure that creation and usage of temporary tables in replication is predictable 2025-04-28 12:59:38 +03:00
datadir_basic.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
deadlock_search_depth_long_basic.test lots of post-merge changes 2011-04-25 17:22:25 +02:00
deadlock_search_depth_short_basic.test lots of post-merge changes 2011-04-25 17:22:25 +02:00
deadlock_timeout_long_basic.test lots of post-merge changes 2011-04-25 17:22:25 +02:00
deadlock_timeout_short_basic.test lots of post-merge changes 2011-04-25 17:22:25 +02:00
debug_binlog_fsync_sleep_basic.test compiler warnings/errors 2011-11-23 18:25:07 +01:00
debug_dbug_basic.test MDEV-32104 remove deprecated features 2023-09-30 14:43:12 +02:00
debug_dbug_func.test mariadb-test: wait on disconnect 2025-07-16 09:14:33 +07:00
debug_dbug_func_notembedded.test Fix typos in mysql-test/ 2025-04-29 13:53:16 +10:00
debug_dbug_utf16le.test MDEV-28366 GLOBAL debug_dbug setting affected by collation_connection=utf16... 2024-04-10 06:09:45 +04:00
debug_mutex_deadlock_detector_basic.test cleanup: @@mutex_deadlock_detector -> @@debug_mutex_deadlock_detector 2014-10-10 22:27:42 +02:00
debug_sync_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
default_master_connection_basic.test Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
default_regex_flags_basic.test MDEV-14024 PCRE2. 2019-12-21 10:34:02 +01:00
default_storage_engine_basic.test lots of post-merge changes 2011-04-25 17:22:25 +02:00
default_tmp_storage_engine_basic.test MDEV-6107 merge default_tmp_storage_engine 2014-06-15 18:42:31 +02:00
default_tmp_storage_engine_rocksdb.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
default_week_format_basic.test Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
default_week_format_func.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
delay_key_write_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
delay_key_write_func-master.opt --getopt-prefix-matching command-line option 2015-02-10 10:21:15 +01:00
delay_key_write_func.test MDEV-33145 Add FLUSH GLOBAL STATUS 2024-05-27 12:39:03 +02:00
delayed_insert_limit_basic.test Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
delayed_insert_limit_func.test Fix typos in mysql-test/ 2025-04-29 13:53:16 +10:00
delayed_insert_timeout_basic.test Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
delayed_queue_size_basic.test Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
disconnect_on_expired_password_grant.test MDEV-29668 SUPER should not allow actions that have fine-grained dedicated privileges 2023-02-06 14:31:48 +01:00
div_precision_increment_basic.test Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
div_precision_increment_func.test MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
encrypt_tmp_disk_tables_basic.test Push for testing of encryption 2015-02-10 10:21:17 +01:00
enforce_storage_engine_basic.test MDEV-6858: enforce_storage_engine option 2015-03-12 12:17:14 +02:00
error_count_basic.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
event_scheduler_basic.test Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
expensive_subquery_limit_basic.test sys_vars.expensive_subquery_limit_basic 2012-09-05 13:15:05 +02:00
expire_logs_days_basic.test MDEV-19371: Implement binlog_expire_logs_seconds for purging of binary logs 2021-05-10 09:36:40 +05:30
expire_logs_days_grant.test MDEV-21963 Bind BINLOG ADMIN to a number of global system variables 2020-03-17 19:08:28 +04:00
explicit_defaults_for_timestamp_off.test MDEV-29225 make explicit_defaults_for_timestamps SESSION variable 2022-08-02 18:05:32 +02:00
explicit_defaults_for_timestamp_on.test MDEV-29225 make explicit_defaults_for_timestamps SESSION variable 2022-08-02 18:05:32 +02:00
external_user_basic.test WL#1054: Pluggable authentication support 2010-08-09 11:32:50 +03:00
extra_max_connections_basic.test lots of post-merge changes 2011-04-25 17:22:25 +02:00
extra_max_connections_grant.test MDEV-29668 SUPER should not allow actions that have fine-grained dedicated privileges 2023-02-06 14:31:48 +01:00
extra_port_basic.test lots of post-merge changes 2011-04-25 17:22:25 +02:00
flush_basic.test Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
flush_time_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
foreign_key_checks_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
foreign_key_checks_func.test MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
ft_boolean_syntax_basic.test Lintian complains on spelling error 2019-12-02 12:41:13 +02:00
ft_boolean_syntax_func.test MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
ft_max_word_len_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
ft_min_word_len_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
ft_query_expansion_limit_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
ft_stopword_file_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
general_log_basic.test Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
general_log_file_basic-master.opt fixes for test failures 2012-09-27 20:09:46 +02:00
general_log_file_basic.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
general_log_file_func-master.opt fixes for test failures 2012-09-27 20:09:46 +02:00
general_log_file_func.test merge: 5.1 -> 5.1-rpl-merge 2009-01-29 17:59:46 +01:00
general_log_func.test Fix for bug#52501 consisting of changes of some sys_vars tests including review results. 2010-11-08 16:30:26 +01:00
group_concat_max_len_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
group_concat_max_len_func.test Fix typos in mysql-test/ 2025-04-29 13:53:16 +10:00
gtid_binlog_pos_basic.test MDEV-26: Global transaction ID. 2013-05-22 17:36:48 +02:00
gtid_binlog_state_basic.test MDEV-26: Global transaction ID. 2013-08-23 14:02:13 +02:00
gtid_binlog_state_grant.test MDEV-29668 SUPER should not allow actions that have fine-grained dedicated privileges 2023-02-06 14:31:48 +01:00
gtid_cleanup_batch_size_grant.test 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.test MDEV-26: Global transaction ID. 2013-05-22 17:36:48 +02:00
gtid_domain_id_basic.test MDEV-26: Global transaction ID 2013-03-26 10:35:34 +01:00
gtid_domain_id_grant.test 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.test MDEV-5804: If same GTID is received on multiple master connections in multi-source replication, the event is double-executed causing corruption or replication failure 2014-03-12 00:14:49 +01:00
gtid_ignore_duplicates_grant.test 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.test 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.test MDEV-31723: Crash on SET SESSION gtid_seq_no= DEFAULT 2023-07-30 22:00:43 +02:00
gtid_seq_no_grant.test 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.test MDEV-26: Global transaction ID. 2013-05-22 17:36:48 +02:00
gtid_slave_pos_grant.test 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.test MDEV-4478: Implement GTID "strict mode" 2013-05-28 13:28:31 +02:00
gtid_strict_mode_grant.test MDEV-21973 Bind REPLICATION {MASTER|SLAVE} ADMIN to gtid_* GLOBAL-only system variables 2020-03-18 17:14:07 +04:00
have_compress_basic.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
have_crypt_basic.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
have_dynamic_loading_basic.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
have_geometry_basic.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
have_openssl_basic.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
have_profiling_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
have_query_cache_basic.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
have_rtree_keys_basic.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
have_ssl_basic.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
have_symlink_basic.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
histogram_size_basic.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
histogram_type_basic.test Added the type of histogram for mwl #253. 2013-03-30 18:57:07 -07:00
host_cache_size_auto-master.opt Moved autosetting of host_cache_size and back_log to proper place 2017-09-26 00:13:04 +03:00
host_cache_size_auto.test Moved autosetting of host_cache_size and back_log to proper place 2017-09-26 00:13:04 +03:00
host_cache_size_basic-master.opt sys_var suite passes 2013-07-13 09:22:00 +02:00
host_cache_size_basic.test sys_var suite passes 2013-07-13 09:22:00 +02:00
hostname_basic.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
identity_basic.test Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
identity_func-master.opt generalization of mtr to support suite.pm extensions: 2010-08-17 11:14:46 +04:00
identity_func.test Fix typos in mysql-test/ 2025-04-29 13:53:16 +10:00
ignore_builtin_innodb_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
ignore_db_dirs_basic-master.opt --getopt-prefix-matching command-line option 2015-02-10 10:21:15 +01:00
ignore_db_dirs_basic.test MDEV-5080 Assertion `strcmp(share->unique_file_name,filename) || share->last_version' fails at /storage/myisam/mi_open.c:67 2013-11-04 21:37:29 +01:00
in_transaction_basic.test fixes for sys_vars and pbxt suites 2011-10-28 14:24:02 +02:00
init_connect_basic.test Lintian complains on spelling error 2019-12-02 12:41:13 +02:00
init_connect_grant.test MDEV-29668 SUPER should not allow actions that have fine-grained dedicated privileges 2023-02-06 14:31:48 +01:00
init_file_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
init_slave_basic.test Lintian complains on spelling error 2019-12-02 12:41:13 +02:00
init_slave_grant.test 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.test Merge of compatibility fixes 2012-04-02 13:33:16 +03:00
innodb_adaptive_flushing_lwm_basic.test sys_var suite passes 2013-07-13 09:22:00 +02:00
innodb_adaptive_hash_index_basic.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
innodb_adaptive_hash_index_parts_basic.test MDEV-12121: Revert test adjustments for -DWITH_INNODB_AHI=OFF 2017-03-03 17:08:06 +02:00
innodb_autoextend_increment_basic.test Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_autoinc_lock_mode_basic.test Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_autoinc_lock_mode_func-master.opt Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_autoinc_lock_mode_func.test post-push fix for bug#53947 2013-09-12 21:26:15 +02:00
innodb_buf_dump_status_frequency_basic.test MDEV-8303; Dumping buffer pool noisy in the logs. 2015-06-18 12:20:21 +03:00
innodb_buf_flush_list_now_basic.test after InnoDB/XtraDB 5.6.16 merge 2014-05-06 13:57:56 +02:00
innodb_buffer_pool_chunk_size_basic.test Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_buffer_pool_dump_abort_loads.opt MDEV-11455: test case for status variable innodb_buffer_pool_load_incomplete 2018-02-22 15:50:50 +11:00
innodb_buffer_pool_dump_abort_loads.test MDEV-29710: Disable a timing-sensitive test on Valgrind 2022-10-06 12:33:05 +03:00
innodb_buffer_pool_dump_at_shutdown_basic.test MDEV-29710: Valgrind tests massively fail due to silently killing server on shutdown timeout 2022-10-05 15:18:58 +03:00
innodb_buffer_pool_dump_now_basic.test MDEV-31005: Make working cursor-protocol 2024-09-18 18:39:26 +07:00
innodb_buffer_pool_dump_pct_basic.test Merge 10.1 into 10.2 2017-11-07 23:02:39 +02:00
innodb_buffer_pool_dump_pct_function.opt MDEV-15058: Deprecate and ignore innodb_buffer_pool_instances 2020-02-12 14:45:21 +02:00
innodb_buffer_pool_dump_pct_function.test MDEV-11454: Improve test case innodb_buffer_pool_dump_pct 2016-12-08 11:55:35 +11:00
innodb_buffer_pool_evict_basic.test MDEV-23497 Make ROW_FORMAT=COMPRESSED read-only by default 2020-11-11 11:15:11 +02:00
innodb_buffer_pool_load_abort_basic.test fixes for test failures 2012-09-27 20:09:46 +02:00
innodb_buffer_pool_load_at_startup_basic.test fixes for test failures 2012-09-27 20:09:46 +02:00
innodb_buffer_pool_load_now_basic.opt MDEV-10651, MDEV-14196 sys_vars.innodb_buffer_pool_* tests fail 2017-11-05 20:34:03 +02:00
innodb_buffer_pool_load_now_basic.test Merge 10.1 into 10.2 2017-11-07 23:02:39 +02:00
innodb_buffer_pool_size_basic.opt MDEV-29445: Reimplement SET GLOBAL innodb_buffer_pool_size 2025-03-26 17:05:44 +02:00
innodb_buffer_pool_size_basic.test MDEV-29445: Reimplement SET GLOBAL innodb_buffer_pool_size 2025-03-26 17:05:44 +02:00
innodb_checksum_algorithm_basic.test MDEV-25105 Remove innodb_checksum_algorithm values none,innodb,... 2021-03-11 12:46:18 +02:00
innodb_cmp_per_index_enabled_basic.test MDEV-23497 Make ROW_FORMAT=COMPRESSED read-only by default 2020-11-11 11:15:11 +02:00
innodb_compression_algorithm_basic-master.opt MDEV-6361: innodb_compression_algorithm configuration variable can 2014-06-25 08:46:54 +03:00
innodb_compression_algorithm_basic.test Fix test failure when trying to set compression algorithm to 3 2014-06-25 19:04:44 +03:00
innodb_compression_failure_threshold_pct_basic.test Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_compression_level_basic.test Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_compression_pad_pct_max_basic.test Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_data_file_path_basic.test Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_data_home_dir_basic.test Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_deadlock_detect_basic.test BUG#23477773 OPTION TO TURN OFF/ON DEADLOCK CHECKER 2017-04-24 15:09:18 +03:00
innodb_default_row_format_basic.test MDEV-14904 Backport innodb_default_row_format 2018-03-07 17:49:42 +02:00
innodb_disable_sort_file_cache_basic.test fixes for test failures 2012-09-27 20:09:46 +02:00
innodb_doublewrite_basic.opt MDEV-33545: Improve innodb_doublewrite to cover NO_FSYNC 2024-04-04 08:12:54 +03:00
innodb_doublewrite_basic.test MDEV-33545: Improve innodb_doublewrite to cover NO_FSYNC 2024-04-04 08:12:54 +03:00
innodb_encrypt_log_basic.test Push for testing of encryption 2015-02-10 10:21:17 +01:00
innodb_encrypt_tables_basic.test restore innodb_encrypt_tables validation function 2015-05-28 14:41:48 +02:00
innodb_encryption_rotate_key_age_basic.test Push for testing of encryption 2015-02-10 10:21:17 +01:00
innodb_encryption_rotation_iops_basic.test Push for testing of encryption 2015-02-10 10:21:17 +01:00
innodb_encryption_threads_basic.test Push for testing of encryption 2015-02-10 10:21:17 +01:00
innodb_fast_shutdown_basic.test 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-master.opt MDEV-7108: Make long semaphore wait timeout configurable 2014-11-17 09:59:52 +02:00
innodb_fatal_semaphore_wait_threshold.test MDEV-30452: ssl error: unexpected EOF while reading 2023-02-01 17:50:29 +01:00
innodb_fatal_semaphore_wait_threshold_basic.test MDEV-7108: Make long semaphore wait timeout configurable 2014-11-17 09:59:52 +02:00
innodb_fil_make_page_dirty_debug_basic.test Merge 10.5 into 10.6 2024-10-03 09:31:39 +03:00
innodb_file_io_threads_basic.test MDEV-11026 Make InnoDB number of IO write/read threads dynamic 2022-06-27 11:59:20 +02:00
innodb_file_per_table_basic-master.opt Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_file_per_table_basic.test Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_fill_factor_basic.test Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_flush_log_at_timeout_basic.test Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_flush_log_at_trx_commit_basic.test Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_flush_method_basic.test MDEV-12218 Clean up InnoDB parameter validation 2018-04-29 09:41:42 +03:00
innodb_flush_method_func.test MDEV-29710: Disable sys_vars.innodb_flush_method_func under Valgrind 2022-10-05 15:16:03 +03:00
innodb_flush_neighbors_basic.test Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_flush_sync_basic.test MDEV-24109 InnoDB hangs with innodb_flush_sync=OFF 2020-11-04 16:55:36 +02:00
innodb_flushing_avg_loops_basic.test Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_force_primary_key_basic.test MDEV-5335: Force PK option. Added a new dynamic configuration variable 2014-03-11 13:40:29 +02:00
innodb_force_recovery_basic.test Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_ft_aux_table_basic.test Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_ft_cache_size_basic.test MDEV-27913 innodb_ft_cache_size max possible value (80000000) is too small for practical purposes 2022-02-24 22:41:23 +05:30
innodb_ft_enable_diag_print_basic.test Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_ft_enable_stopword_basic.test Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_ft_max_token_size_basic.test Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_ft_min_token_size_basic.test Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_ft_num_word_optimize_basic.test Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_ft_result_cache_limit.test MDEV-19387 innodb_ft_result_cache_limit_32 fails on s390x 2019-05-08 12:49:08 +05:30
innodb_ft_result_cache_limit_basic.test Merge 10.1 into 10.2 2018-11-06 08:41:48 +02:00
innodb_ft_server_stopword_table_basic.test Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_ft_sort_pll_degree_basic.test Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_ft_total_cache_size_basic.test MDEV-27913 innodb_ft_cache_size max possible value (80000000) is too small for practical purposes 2022-02-24 22:41:23 +05:30
innodb_ft_user_stopword_table_basic.test Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_immediate_scrub_data_uncompressed_basic.test Push for testing of encryption 2015-02-10 10:21:17 +01:00
innodb_instant_alter_column_allowed_basic.test Merge 10.3 into 10.4 2020-03-30 14:50:23 +03:00
innodb_io_capacity_basic.test Fixing a few broken tests. 2011-08-16 16:06:34 +05:30
innodb_io_capacity_max_basic.test MDEV-7035: Remove innodb_io_capacity setting depending on 2014-11-13 13:24:26 +02:00
innodb_limit_optimistic_insert_debug_basic.test Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_lock_wait_timeout_basic.test Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_log_buffer_size_basic.test Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_log_checkpoint_now_basic.test Added detection of memory overwrite with multi_malloc 2023-02-27 19:25:44 +02:00
innodb_log_file_size_basic.test MDEV-27812 Allow SET GLOBAL innodb_log_file_size 2022-03-02 16:53:04 +02:00
innodb_log_group_home_dir_basic.test Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_lru_scan_depth_basic.test Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_max_dirty_pages_pct_basic.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
innodb_max_dirty_pages_pct_func.test Fix trivial spelling errors 2023-03-24 12:54:05 +11:00
innodb_max_dirty_pages_pct_lwm_basic.test Fix typos in mysql-test/ 2025-04-29 13:53:16 +10:00
innodb_max_purge_lag_basic.test Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_max_purge_lag_delay_basic.test Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_max_undo_log_size_basic.test Adapt the innodb_undo tests from MySQL 5.7 2017-04-26 23:03:28 +03:00
innodb_merge_threshold_set_all_debug_basic.test Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_numa_interleave_basic-master.opt MDEV-10829: Enable Innodb NUMA interleave 2016-09-23 08:33:38 +10:00
innodb_numa_interleave_basic.test Suppress warnings of NUMA not working. 2017-01-06 14:52:35 +02:00
innodb_old_blocks_pct_basic.test Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_old_blocks_time_basic.test Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_online_alter_log_max_size_basic.test Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_open_files_basic.test Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_optimize_fulltext_only_basic.test Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_page_size_basic.test Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_print_all_deadlocks_basic.test Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_purge_batch_size_basic.test Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_purge_rseg_truncate_frequency_basic.test Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_purge_threads_basic.test remove pointless test 2024-03-27 16:14:55 +01:00
innodb_random_read_ahead_basic.test Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_read_ahead_threshold_basic.test Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_read_io_threads_basic.opt Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
innodb_read_io_threads_basic.test Merge 10.6 into 10.11 2024-10-03 10:55:08 +03:00
innodb_read_only_basic.test Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_rollback_on_timeout_basic.test Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_saved_page_number_debug_basic.test Merge 10.5 into 10.6 2024-10-03 09:31:39 +03:00
innodb_sort_buffer_size_basic.test Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_spin_wait_delay_basic.test Post-fix MDEV-11695 Define a reasonable upper limit for innodb_spin_wait_delay 2017-01-06 14:42:28 +02:00
innodb_stats_auto_recalc_basic.test sys_var suite passes 2013-07-13 09:22:00 +02:00
innodb_stats_include_delete_marked_basic.test MDEV-16172 Remove InnoDB 5.7 version number from MariaDB 10.3 onwards 2018-05-15 23:01:18 +03:00
innodb_stats_method_basic.test Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_stats_modified_counter_basic.test MDEV-7084: innodb index stats inadequate using constant 2014-11-19 20:27:34 +02:00
innodb_stats_on_metadata_basic.test Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_stats_persistent_basic.test MDEV-4750 follow-up: Reduce disabling innodb_stats_persistent 2021-08-31 13:55:02 +03:00
innodb_stats_persistent_sample_pages_basic.test Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_stats_traditional_basic.test MDEV-7084: innodb index stats inadequate using constant 2014-11-19 20:27:34 +02:00
innodb_stats_transient_sample_pages_basic.test MDEV-19551 Remove alias innodb_stats_sample_pages 2019-05-23 10:25:12 +03:00
innodb_status_output_basic.test Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_status_output_locks_basic.test Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_strict_mode_basic.test Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_sync_spin_loops_basic.test Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_table_locks_basic.test Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_table_locks_func.test Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_temp_data_file_path_basic.test Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_tmpdir_basic.test Remove XtraDB 2017-06-21 13:44:16 +03:00
innodb_trx_purge_view_update_only_debug_basic.test Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_trx_rseg_n_slots_debug_basic.test Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_undo_directory_basic.test Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_undo_log_truncate_basic.test Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_undo_tablespaces_basic.test Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_use_atomic_writes_basic.test add missing tests 2013-04-14 10:00:42 +02:00
innodb_use_native_aio_basic.test MDEV-20907 Set innodb_log_files_in_group=1 by default 2019-10-28 17:11:10 +02:00
innodb_write_io_threads_basic.opt Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
innodb_write_io_threads_basic.test Merge 10.6 into 10.11 2024-10-03 10:55:08 +03:00
insert_id_basic.test Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
insert_id_func.test MDEV-22711 Assertion `nr != 0' failed in handler::update_auto_increment. 2021-10-26 00:29:27 +04:00
interactive_timeout_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
interactive_timeout_func.test MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
join_buffer_size_basic.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
join_buffer_space_limit_basic.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
join_cache_level_basic.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
keep_files_on_create_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
key_buffer_size_basic.test Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
key_buffer_size_func.test MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
key_cache_age_threshold_basic.test Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
key_cache_block_size_basic.test Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
key_cache_division_limit_basic.test Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
key_cache_file_hash_size_basic.test Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
key_cache_segments_basic.test lots of post-merge changes 2011-04-25 17:22:25 +02:00
large_files_support_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
large_pages_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
last_gtid_basic.test MDEV-4984: Implement MASTER_GTID_WAIT() and @@LAST_GTID. 2014-02-08 01:16:45 +01:00
last_insert_id_basic.test Modified and added tests following review of WL#4738. 2010-01-28 22:33:00 -08:00
last_insert_id_func-master.opt generalization of mtr to support suite.pm extensions: 2010-08-17 11:14:46 +04:00
last_insert_id_func.test MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
lc_messages_basic.test Modified and added tests following review of WL#4738. 2010-01-28 22:33:00 -08:00
lc_messages_dir_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
lc_time_names_basic.test MDEV-32104 remove deprecated features 2023-09-30 14:43:12 +02:00
lc_time_names_func.test MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
license_basic.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
local_infile_basic.test Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
local_infile_func.test Fix typos in mysql-test/ 2025-04-29 13:53:16 +10:00
lock_wait_timeout_basic.test Fix typos in mysql-test/ 2025-04-29 13:53:16 +10:00
locked_in_memory_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
log_bin_basename_basic.test MDEV-7110 : Add missing MySQL variable log_bin_basename and log_bin_index 2015-06-09 13:38:29 -04:00
log_bin_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
log_bin_compress_grant.test 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.test MDEV-21963 Bind BINLOG ADMIN to a number of global system variables 2020-03-17 19:08:28 +04:00
log_bin_index_basic.test MDEV-7110 : Add missing MySQL variable log_bin_basename and log_bin_index 2015-06-09 13:38:29 -04:00
log_bin_trust_function_creators_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
log_bin_trust_function_creators_func.test cleanup: disconnect before DROP USER 2025-07-16 09:14:33 +07:00
log_bin_trust_function_creators_grant.test MDEV-21963 Bind BINLOG ADMIN to a number of global system variables 2020-03-17 19:08:28 +04:00
log_disabled_statements_basic.test New option for slow logging (log_slow_disable_statements) 2017-08-24 01:05:51 +02:00
log_disabled_statements_func-master.opt New option for slow logging (log_slow_disable_statements) 2017-08-24 01:05:51 +02:00
log_disabled_statements_func.test MDEV-31003: Second execution for ps-protocol 2023-07-26 17:15:00 +07:00
log_error_func.test use log-error in mtr, don't let mysqld to write to stderr 2017-04-07 09:55:54 +02:00
log_error_func2.opt use log-error in mtr, don't let mysqld to write to stderr 2017-04-07 09:55:54 +02:00
log_error_func2.test Fix for BUG#51215 "log-error partially works with version 5.5": WL 4738 (reengineering of server variables) 2010-03-05 14:08:21 +01:00
log_error_func3.opt use log-error in mtr, don't let mysqld to write to stderr 2017-04-07 09:55:54 +02:00
log_error_func3.test Fix for BUG#51215 "log-error partially works with version 5.5": WL 4738 (reengineering of server variables) 2010-03-05 14:08:21 +01:00
log_output_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
log_output_func.test MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
log_queries_not_using_indexes_basic.test New option for slow logging (log_slow_disable_statements) 2017-08-24 01:05:51 +02:00
log_slave_updates_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
log_slow_admin_statements_func.test MDEV-31003: Second execution for ps-protocol 2023-07-26 17:15:00 +07:00
log_slow_disabled_statements_func.test MDEV-31005: Make working cursor-protocol 2024-09-18 18:39:26 +07:00
log_slow_verbosity_basic.test MDEV-32203 Raise notes when an index cannot be used on data type mismatch 2023-10-03 08:25:31 +03:00
log_tc_size_basic.test MDEV-7273 - 10.1 fails to start up during tc_log initializations on PPC64 2015-03-05 16:59:06 -05:00
log_warnings_basic.test Dependency of tests from ulong size removed. 2012-04-19 17:00:13 +03:00
long_query_time_basic.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
low_priority_updates_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
lower_case_file_system_basic.test Modified and added tests following review of WL#4738. 2010-01-28 22:33:00 -08:00
lower_case_table_names_basic.test Modified and added tests following review of WL#4738. 2010-01-28 22:33:00 -08:00
master_info_file_basic.opt MDEV-30189 Add remaining replication options as system variables 2025-04-29 15:27:55 -04:00
master_info_file_basic.test MDEV-30189 Add remaining replication options as system variables 2025-04-29 15:27:55 -04:00
master_verify_checksum_basic.test Backport MySQL WL#2540 into MariaDB. 2011-05-03 14:01:11 +02:00
master_verify_checksum_grant.test MDEV-21972 Bind REPLICATION MASTER ADMIN to master_verify_checksum 2020-03-18 13:27:38 +04:00
max_allowed_packet_basic.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
max_allowed_packet_func.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
max_binlog_cache_size_basic.test Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
max_binlog_cache_size_grant.test MDEV-21963 Bind BINLOG ADMIN to a number of global system variables 2020-03-17 19:08:28 +04:00
max_binlog_size_basic.test Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
max_binlog_size_grant.test 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.test Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
max_binlog_stmt_cache_size_grant.test MDEV-21963 Bind BINLOG ADMIN to a number of global system variables 2020-03-17 19:08:28 +04:00
max_binlog_total_size_basic.test MDEV-31404 Implement binlog_space_limit 2024-02-14 15:02:21 +01:00
max_connect_errors_basic.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
max_connect_errors_grant.test MDEV-29668 SUPER should not allow actions that have fine-grained dedicated privileges 2023-02-06 14:31:48 +01:00
max_connections_basic.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
max_connections_grant.test MDEV-29668 SUPER should not allow actions that have fine-grained dedicated privileges 2023-02-06 14:31:48 +01:00
max_delayed_threads_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
max_digest_length_basic.test Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
max_error_count_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
max_heap_table_size_basic.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
max_join_size_basic.test Fix typos in mysql-test/ 2025-04-29 13:53:16 +10:00
max_join_size_func.test Fixed bug in SQL_SELECT_LIMIT 2023-01-30 15:24:15 +02:00
max_length_for_sort_data_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
max_open_cursors_basic.test MDEV-20034 Add support for the pre-defined weak SYS_REFCURSOR 2025-04-19 10:59:58 +04:00
max_open_cursors_func.test MDEV-20034 Add support for the pre-defined weak SYS_REFCURSOR 2025-04-19 10:59:58 +04:00
max_password_errors_grant.test MDEV-29668 SUPER should not allow actions that have fine-grained dedicated privileges 2023-02-06 14:31:48 +01:00
max_prepared_stmt_count_basic.test Merge remote-tracking branch '10.2' into 10.3 2018-04-12 12:41:19 +03:00
max_prepared_stmt_count_func.test MDEV-15945 --ps-protocol does not test some queries 2019-03-12 13:10:49 +01:00
max_relay_log_size_basic.test Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
max_seeks_for_key_basic.test Dependency of tests from ulong size removed. 2012-04-19 17:00:13 +03:00
max_seeks_for_key_func.test Fix typos in mysql-test/ 2025-04-29 13:53:16 +10:00
max_sort_length_func.test MDEV-35307 Unexpected error WARN_SORTING_ON_TRUNCATED_LENGTH or assertion failure in diagnostics area #2 2024-11-05 14:52:20 +07:00
max_sp_recursion_depth_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
max_sp_recursion_depth_func.test MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
max_statement_time_basic.test MDEV 4427: query timeouts 2014-10-07 11:37:36 +03:00
max_user_connections-2.test 5.3->5.5 merge 2011-11-22 18:04:38 +01:00
max_user_connections_basic-master.opt 5.3->5.5 merge 2011-11-22 18:04:38 +01:00
max_user_connections_basic.test 5.3->5.5 merge 2011-11-22 18:04:38 +01:00
max_user_connections_func-master.opt 5.3->5.5 merge 2011-11-22 18:04:38 +01:00
max_user_connections_func.test MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
max_write_lock_count_basic.test Dependency of tests from ulong size removed. 2012-04-19 17:00:13 +03:00
maximum_basic-master.opt MDEV-35469 Heap tables are calling mallocs to often 2025-01-05 16:40:11 +02:00
maximum_basic.test MDEV-11917 enum/set command-line options aren't respecting max-* 2018-06-20 17:14:04 +04:00
mdev_15935.test cleanup: string sys_var types 2023-10-26 17:55:13 +11:00
mdev_32254.test MDEV-15935 Adding global/session system var redirect_url 2023-10-26 17:55:13 +11:00
mdev_32525.test MDEV-32525 Validate --redirect_url supplied as server flag 2023-10-26 17:55:13 +11:00
mdev_32640.test MDEV-32640 Reset thd->lex->mi.connection_name.str towards the end of mysql_execute_command 2024-05-07 14:54:13 +10:00
metadata_locks_cache_size_basic-master.opt Fix for bug#12695572 - "IMPROVE MDL PERFORMANCE IN PRE-VISTA 2011-11-15 22:00:14 +04:00
metadata_locks_cache_size_basic.test Fix typos in mysql-test/ 2025-04-29 13:53:16 +10:00
metadata_locks_hash_instances_basic.test sys_var suite passes 2013-07-13 09:22:00 +02:00
min_examined_row_limit_basic.test Dependency of tests from ulong size removed. 2012-04-19 17:00:13 +03:00
mrr_buffer_size_basic.test lots of post-merge changes 2011-04-25 17:22:25 +02:00
myisam_block_size_basic.test fixes for sys_vars and pbxt suites 2011-10-28 14:24:02 +02:00
myisam_data_pointer_size_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
myisam_data_pointer_size_func-master.opt Fix for bug#52501 consisting of changes of some sys_vars tests including review results. 2010-11-08 16:30:26 +01:00
myisam_data_pointer_size_func.test MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
myisam_max_sort_file_size_basic.test Dependency of tests from ulong size removed. 2012-04-19 17:00:13 +03:00
myisam_mmap_size_basic.test 32-bit fix 2009-12-22 12:05:51 +01:00
myisam_recover_options_basic.opt Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
myisam_recover_options_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
myisam_repair_threads_basic.test Dependency of tests from ulong size removed. 2012-04-19 17:00:13 +03:00
myisam_sort_buffer_size_basic.test Updated some test result for 32 bit systems 2023-05-24 19:22:08 +03:00
myisam_stats_method_basic.test Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
myisam_stats_method_func.test Merge 10.3 into 10.4 2019-04-25 16:05:20 +03:00
myisam_use_mmap_basic.test This is a backport of the two patches for Bug #28299: 2009-10-09 15:34:07 +02:00
mysql56_temporal_format_basic.test Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
mysql56_temporal_format_func.test MDEV-5528 Command line variable to choose MariaDB-5.3 vs MySQL-5.6 temporal data formats 2014-11-03 21:45:06 +04:00
named_pipe_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
net_buffer_length_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
net_read_timeout_basic.test Fix typos in mysql-test/ 2025-04-29 13:53:16 +10:00
net_retry_count_basic.test Dependency of tests from ulong size removed. 2012-04-19 17:00:13 +03:00
net_write_timeout_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
old_basic.test merge with 5.3 2011-10-19 21:45:18 +02:00
old_mode_basic.test MDEV-33145 support for old-mode=OLD_FLUSH_STATUS 2024-05-27 12:39:03 +02:00
old_passwords_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
old_passwords_func.test mysqltest: support MARIADB_OPT_RESTRICTED_AUTH 2024-05-21 19:40:03 +02:00
open_files_limit_basic.test don't show the value of open_files_limit 2009-12-26 09:35:42 +01:00
optimizer_prune_level_basic.test Added EQ_REF chaining to the greedy_optimizer 2022-07-26 22:27:29 +07:00
optimizer_search_depth_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
optimizer_selectivity_sampling_limit_basic.test MDEV-4345: fixed optimizer_selectivity_sampling_limit default value. 2013-04-19 19:35:13 +03:00
optimizer_switch_basic.test MDEV-34888 Implement SEMIJOIN() and SUBQUERY() hints 2025-05-05 12:02:47 +07:00
optimizer_use_condition_selectivity_basic.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
oqgraph_allow_create_integer_latch_basic.test MDEV-5319 - Request for merge of Oqgraph v3 functionality 2013-12-16 13:55:43 +04:00
performance_schema_basic-master.opt WL#2360 Performance schema 2010-01-06 22:42:07 -07:00
performance_schema_basic.test Removing copyright headers from test files 2011-10-19 23:44:17 +02:00
pfs_accounts_size_basic-master.opt fixes for test failures 2012-09-27 20:09:46 +02:00
pfs_accounts_size_basic.test fixes for test failures 2012-09-27 20:09:46 +02:00
pfs_digests_size-master_basic.opt fixes for test failures 2012-09-27 20:09:46 +02:00
pfs_digests_size_basic.test Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
pfs_events_stages_history_long_size_basic-master.opt fixes for test failures 2012-09-27 20:09:46 +02:00
pfs_events_stages_history_long_size_basic.test fixes for test failures 2012-09-27 20:09:46 +02:00
pfs_events_stages_history_size_basic-master.opt fixes for test failures 2012-09-27 20:09:46 +02:00
pfs_events_stages_history_size_basic.test fixes for test failures 2012-09-27 20:09:46 +02:00
pfs_events_statements_history_long_size_basic-master.opt fixes for test failures 2012-09-27 20:09:46 +02:00
pfs_events_statements_history_long_size_basic.test fixes for test failures 2012-09-27 20:09:46 +02:00
pfs_events_statements_history_size_basic-master.opt fixes for test failures 2012-09-27 20:09:46 +02:00
pfs_events_statements_history_size_basic.test fixes for test failures 2012-09-27 20:09:46 +02:00
pfs_events_waits_history_long_size_basic-master.opt WL#2360 Performance schema 2010-01-06 22:42:07 -07:00
pfs_events_waits_history_long_size_basic.test Removing copyright headers from test files 2011-10-19 23:44:17 +02:00
pfs_events_waits_history_size_basic-master.opt WL#2360 Performance schema 2010-01-06 22:42:07 -07:00
pfs_events_waits_history_size_basic.test Removing copyright headers from test files 2011-10-19 23:44:17 +02:00
pfs_hosts_size_basic-master.opt fixes for test failures 2012-09-27 20:09:46 +02:00
pfs_hosts_size_basic.test fixes for test failures 2012-09-27 20:09:46 +02:00
pfs_max_cond_classes_basic-master.opt WL#2360 Performance schema 2010-01-06 22:42:07 -07:00
pfs_max_cond_classes_basic.test Removing copyright headers from test files 2011-10-19 23:44:17 +02:00
pfs_max_cond_instances_basic-master.opt WL#2360 Performance schema 2010-01-06 22:42:07 -07:00
pfs_max_cond_instances_basic.test Removing copyright headers from test files 2011-10-19 23:44:17 +02:00
pfs_max_digest_length-master_basic.opt Fixed failing test cases and compiler warnings found by buildbot 2015-11-24 20:04:12 +02:00
pfs_max_digest_length_basic.test Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
pfs_max_file_classes_basic-master.opt WL#2360 Performance schema 2010-01-06 22:42:07 -07:00
pfs_max_file_classes_basic.test Removing copyright headers from test files 2011-10-19 23:44:17 +02:00
pfs_max_file_handles_basic-master.opt WL#2360 Performance schema 2010-01-06 22:42:07 -07:00
pfs_max_file_handles_basic.test Removing copyright headers from test files 2011-10-19 23:44:17 +02:00
pfs_max_file_instances_basic-master.opt WL#2360 Performance schema 2010-01-06 22:42:07 -07:00
pfs_max_file_instances_basic.test Removing copyright headers from test files 2011-10-19 23:44:17 +02:00
pfs_max_mutex_classes_basic-master.opt WL#2360 Performance schema 2010-01-06 22:42:07 -07:00
pfs_max_mutex_classes_basic.test Removing copyright headers from test files 2011-10-19 23:44:17 +02:00
pfs_max_mutex_instances_basic-master.opt WL#2360 Performance schema 2010-01-06 22:42:07 -07:00
pfs_max_mutex_instances_basic.test Removing copyright headers from test files 2011-10-19 23:44:17 +02:00
pfs_max_rwlock_classes_basic-master.opt WL#2360 Performance schema 2010-01-06 22:42:07 -07:00
pfs_max_rwlock_classes_basic.test Removing copyright headers from test files 2011-10-19 23:44:17 +02:00
pfs_max_rwlock_instances_basic-master.opt WL#2360 Performance schema 2010-01-06 22:42:07 -07:00
pfs_max_rwlock_instances_basic.test Removing copyright headers from test files 2011-10-19 23:44:17 +02:00
pfs_max_socket_classes_basic-master.opt fixes for test failures 2012-09-27 20:09:46 +02:00
pfs_max_socket_classes_basic.test fixes for test failures 2012-09-27 20:09:46 +02:00
pfs_max_socket_instances_basic-master.opt fixes for test failures 2012-09-27 20:09:46 +02:00
pfs_max_socket_instances_basic.test fixes for test failures 2012-09-27 20:09:46 +02:00
pfs_max_stage_classes_basic-master.opt fixes for test failures 2012-09-27 20:09:46 +02:00
pfs_max_stage_classes_basic.test fixes for test failures 2012-09-27 20:09:46 +02:00
pfs_max_statement_classes_basic-master.opt fixes for test failures 2012-09-27 20:09:46 +02:00
pfs_max_statement_classes_basic.test fixes for test failures 2012-09-27 20:09:46 +02:00
pfs_max_table_handles_basic-master.opt WL#2360 Performance schema 2010-01-06 22:42:07 -07:00
pfs_max_table_handles_basic.test Removing copyright headers from test files 2011-10-19 23:44:17 +02:00
pfs_max_table_instances_basic-master.opt WL#2360 Performance schema 2010-01-06 22:42:07 -07:00
pfs_max_table_instances_basic.test Removing copyright headers from test files 2011-10-19 23:44:17 +02:00
pfs_max_thread_classes_basic-master.opt WL#2360 Performance schema 2010-01-06 22:42:07 -07:00
pfs_max_thread_classes_basic.test Removing copyright headers from test files 2011-10-19 23:44:17 +02:00
pfs_max_thread_instances_basic-master.opt WL#2360 Performance schema 2010-01-06 22:42:07 -07:00
pfs_max_thread_instances_basic.test Removing copyright headers from test files 2011-10-19 23:44:17 +02:00
pfs_session_connect_attrs_size_basic-master.opt sys_var suite passes 2013-07-13 09:22:00 +02:00
pfs_session_connect_attrs_size_basic.test Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
pfs_setup_actors_size_basic-master.opt fixes for test failures 2012-09-27 20:09:46 +02:00
pfs_setup_actors_size_basic.test fixes for test failures 2012-09-27 20:09:46 +02:00
pfs_setup_objects_size_basic-master.opt fixes for test failures 2012-09-27 20:09:46 +02:00
pfs_setup_objects_size_basic.test fixes for test failures 2012-09-27 20:09:46 +02:00
pfs_users_size_basic-master.opt fixes for test failures 2012-09-27 20:09:46 +02:00
pfs_users_size_basic.test fixes for test failures 2012-09-27 20:09:46 +02:00
pid_file_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
plugin_dir_basic-master.opt Bug #11759877 52223: TEST "PLUGIN_DIR_BASIC" DOES NOT SUPPORT RPM BUILD (TEST) DIRECTORY STRUC 2011-08-16 11:08:10 +02:00
plugin_dir_basic.test Bug #11759877 52223: TEST "PLUGIN_DIR_BASIC" DOES NOT SUPPORT RPM BUILD (TEST) DIRECTORY STRUC 2011-08-16 11:08:10 +02:00
plugin_maturity_basic.test lots of post-merge changes 2011-04-25 17:22:25 +02:00
port_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
preload_buffer_size_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
preudo_thread_id_grant.test 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.test Modified and added tests following review of WL#4738. 2010-01-28 22:33:00 -08:00
profiling_history_size_basic.test Modified and added tests following review of WL#4738. 2010-01-28 22:33:00 -08:00
progress_report_time_basic.test fixes for sys_vars and pbxt suites 2011-10-28 14:24:02 +02:00
protocol_version_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
proxy_protocol_networks_grant.test MDEV-29668 SUPER should not allow actions that have fine-grained dedicated privileges 2023-02-06 14:31:48 +01:00
proxy_user_basic.test WL#1054: Pluggable authentication support 2010-08-09 11:32:50 +03:00
pseudo_slave_mode_basic.test BUG#15891524: RLI_FAKE MODE IS NOT UNSET AFTER BINLOG REPLAY 2012-11-20 12:37:23 +00:00
pseudo_slave_mode_notembedded.test MDEV-32844: THD::rli_fake/rgi_fake not cleared on new connection 2023-11-20 17:33:02 +01:00
pseudo_thread_id_basic.test remove one particularly stupid test 2013-01-23 14:58:05 +01:00
query_alloc_block_size_basic.test MDEV-35750 Change MEM_ROOT allocation sizes to reduse calls to malloc() and avoid memory fragmentation 2025-01-05 16:40:11 +02:00
query_cache_limit_basic.test Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
query_cache_limit_func.test Merge 11.4 into 11.6 2024-10-03 16:09:56 +03:00
query_cache_min_res_unit_basic.test Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
query_cache_size_basic.test Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
query_cache_strip_comments_basic.test after merge changes: 2011-12-12 23:58:40 +01:00
query_cache_type_basic.test merge with 5.3 2011-10-19 21:45:18 +02:00
query_cache_type_func.test MDEV-31005: Make working cursor-protocol 2024-09-18 18:39:26 +07:00
query_cache_wlock_invalidate_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
query_cache_wlock_invalidate_func.test MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
query_prealloc_size_basic.test MDEV-35750 Change MEM_ROOT allocation sizes to reduse calls to malloc() and avoid memory fragmentation 2025-01-05 16:40:11 +02:00
query_prealloc_size_func.test MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rand_seed1_basic.test MDEV-6954: SET STATEMENT rand_seedX = ...FOR ... makes the next rand() to return 0 2015-03-14 08:41:43 +01:00
rand_seed2_basic.test MDEV-6954: SET STATEMENT rand_seedX = ...FOR ... makes the next rand() to return 0 2015-03-14 08:41:43 +01:00
range_alloc_block_size_basic.test Dependency of tests from ulong size removed. 2012-04-19 17:00:13 +03:00
read_binlog_speed_limit_grant.test 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.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
read_only_basic.test MDEV-36425 Extend read_only to also block share locks and super user 2025-04-28 12:59:39 +03:00
read_only_func.test MDEV-5215 prerequisite: remove test and test_* database hacks in the test suite 2022-11-01 16:33:00 +01:00
read_only_grant.test MDEV-29632 SUPER users created before 10.11 should retain READ_ONLY ADMIN privilege upon upgrade 2022-09-26 20:36:29 +02:00
read_rnd_buffer_size_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
redirect.opt MDEV-15935 Adding global/session system var redirect_url 2023-10-26 17:55:13 +11:00
redirect.test MDEV-15935 Adding global/session system var redirect_url 2023-10-26 17:55:13 +11:00
relay_log_basename_basic.test MDEV-7110 : Add missing MySQL variable log_bin_basename and log_bin_index 2015-06-09 13:38:29 -04:00
relay_log_basic.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
relay_log_index_basic.test MDEV-7110 : Add missing MySQL variable log_bin_basename and log_bin_index 2015-06-09 13:38:29 -04:00
relay_log_info_file_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
relay_log_purge_basic.test Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
relay_log_purge_grant.test 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.test Fix typos in mysql-test/ 2025-04-29 13:53:16 +10:00
relay_log_recovery_grant.test 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.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
replicate_annotate_row_events_basic.test 5.3->5.5 merge 2011-11-22 18:04:38 +01:00
replicate_do_db_basic.test Merge branch '11.4' into 11.7 2025-02-06 16:46:36 +01:00
replicate_do_db_grant.test 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.test MDEV-35693: Improve SHOW REPLICA STATUS column sizes 2025-01-31 20:56:41 -07:00
replicate_do_table_grant.test 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.test replicate_events_marked_for_skip does not exist in embedded. 2012-03-01 16:06:27 +01:00
replicate_events_marked_for_skip_grant.test 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.test MDEV-35693: Improve SHOW REPLICA STATUS column sizes 2025-01-31 20:56:41 -07:00
replicate_ignore_db_grant.test 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.test MDEV-35693: Improve SHOW REPLICA STATUS column sizes 2025-01-31 20:56:41 -07:00
replicate_ignore_table_grant.test MDEV-21966 Bind REPLICATION SLAVE ADMIN to a number of global system variables 2020-03-18 07:11:18 +04:00
replicate_rewrite_db.opt MDEV-15530: Variable replicate_rewrite_db cannot be found in "show global variables" 2022-10-21 14:49:05 -06:00
replicate_rewrite_db.test Merge branch '10.6' into 10.11 2024-04-22 15:23:10 +02:00
replicate_same_server_id_basic.opt MDEV-30189 Add remaining replication options as system variables 2025-04-29 15:27:55 -04:00
replicate_same_server_id_basic.test MDEV-30189 Add remaining replication options as system variables 2025-04-29 15:27:55 -04:00
replicate_wild_do_table_basic.test MDEV-35693: Improve SHOW REPLICA STATUS column sizes 2025-01-31 20:56:41 -07:00
replicate_wild_do_table_grant.test 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.test MDEV-35693: Improve SHOW REPLICA STATUS column sizes 2025-01-31 20:56:41 -07:00
replicate_wild_ignore_table_grant.test MDEV-21966 Bind REPLICATION SLAVE ADMIN to a number of global system variables 2020-03-18 07:11:18 +04:00
report_host_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
report_password_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
report_port_basic.test mysqltest: support pairs of delimiters in replace_regex 2014-08-04 21:19:24 +02:00
report_user_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
rowid_merge_buff_size_basic.test fix for 64bit windows 2012-01-11 10:26:35 +02:00
rpl_init_slave_func.test Fix typos in mysql-test/ 2025-04-29 13:53:16 +10:00
rpl_max_binlog_size_func-master.opt fixes for test failures 2012-09-27 20:09:46 +02:00
rpl_max_binlog_size_func.test Reviewed fix for bug#37962 also including the revised result files for failing system variable tests. 2009-03-20 18:11:22 +01:00
rpl_semi_sync_master_enabled_basic.test MDEV-13073 This part merges the Ali semisync related changes 2017-12-18 13:43:37 +02:00
rpl_semi_sync_master_enabled_grant.test 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.test Moved semisync from a plugin to normal server 2017-12-18 13:43:36 +02:00
rpl_semi_sync_master_timeout_grant.test 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.test Moved semisync from a plugin to normal server 2017-12-18 13:43:36 +02:00
rpl_semi_sync_master_trace_level_grant.test 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.test Moved semisync from a plugin to normal server 2017-12-18 13:43:36 +02:00
rpl_semi_sync_master_wait_no_slave_grant.test 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.test Moved semisync from a plugin to normal server 2017-12-18 13:43:36 +02:00
rpl_semi_sync_master_wait_point_grant.test 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.test 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.test Moved semisync from a plugin to normal server 2017-12-18 13:43:36 +02:00
rpl_semi_sync_slave_enabled_grant.test 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.test 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.test Moved semisync from a plugin to normal server 2017-12-18 13:43:36 +02:00
rpl_semi_sync_slave_trace_level_grant.test MDEV-21967 Bind REPLICATION {MASTER|SLAVE} ADMIN to rpl_semi_sync_* variables 2020-03-18 10:36:06 +04:00
secure_auth_basic.test This is a backport of the two patches for Bug #28299: 2009-10-09 15:34:07 +02:00
secure_auth_func-master.opt WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
secure_auth_func.test mysqltest: support MARIADB_OPT_RESTRICTED_AUTH 2024-05-21 19:40:03 +02:00
secure_auth_grant.test MDEV-29668 SUPER should not allow actions that have fine-grained dedicated privileges 2023-02-06 14:31:48 +01:00
secure_file_priv-master.opt Bug#50373 --secure-file-priv="" 2010-04-16 16:10:47 +02:00
secure_file_priv.test Fix typos in mysql-test/ 2025-04-29 13:53:16 +10:00
secure_file_priv2-master.opt Bug58747 57359 patch: breaks secure_file_priv+not secure yet+still accesses other folders 2010-12-16 11:49:40 +01:00
secure_file_priv2.test Fix typos in mysql-test/ 2025-04-29 13:53:16 +10:00
secure_file_priv_basic.test Post-fix for Bug#50373: sys_vars.secure_file_priv_basic can not be run 2010-05-12 14:42:39 +04:00
secure_timestamp_no-slave.opt MDEV-15923 option to control who can set session @@timestamp 2018-05-12 10:16:45 +02:00
secure_timestamp_no.test MDEV-15923 option to control who can set session @@timestamp 2018-05-12 10:16:45 +02:00
secure_timestamp_rpl-slave.opt MDEV-15923 option to control who can set session @@timestamp 2018-05-12 10:16:45 +02:00
secure_timestamp_rpl.test MDEV-15923 option to control who can set session @@timestamp 2018-05-12 10:16:45 +02:00
secure_timestamp_super-slave.opt MDEV-15923 option to control who can set session @@timestamp 2018-05-12 10:16:45 +02:00
secure_timestamp_super.test MDEV-15923 option to control who can set session @@timestamp 2018-05-12 10:16:45 +02:00
secure_timestamp_yes-slave.opt MDEV-15923 option to control who can set session @@timestamp 2018-05-12 10:16:45 +02:00
secure_timestamp_yes.test MDEV-15923 option to control who can set session @@timestamp 2018-05-12 10:16:45 +02:00
server_id_basic.test Set server_id to 1 by default and disallow to set it to 0 2016-08-29 20:28:06 +03:00
server_id_grant.test 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.test MDEV-34915 track session variables - test adjust 2024-11-12 17:06:24 +11:00
show_slave_auth_info_basic.opt MDEV-30189 Add remaining replication options as system variables 2025-04-29 15:27:55 -04:00
show_slave_auth_info_basic.test MDEV-30189 Add remaining replication options as system variables 2025-04-29 15:27:55 -04:00
show_vs_valstr.test MDEV-6138 show sysvar's help in I_S tables 2014-10-11 10:23:20 +02:00
skip_external_locking_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
skip_name_resolve_basic-master.opt Added a test for skip_name_resolve to the sys_vars suite. 2010-04-20 11:32:39 +04:00
skip_name_resolve_basic.test Added a test for skip_name_resolve to the sys_vars suite. 2010-04-20 11:32:39 +04:00
skip_networking_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
skip_parallel_replication_basic.test MDEV-6676: Optimistic parallel replication 2015-02-07 09:42:58 +01:00
skip_replication_basic.test Merge MWL#234: @@skip_replication feature to MariaDB 5.5. 2012-03-01 12:41:49 +01:00
skip_show_database_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
slave_compressed_protocol_basic.test This is a backport of the two patches for Bug #28299: 2009-10-09 15:34:07 +02:00
slave_compressed_protocol_grant.test 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.test Replication changes for CREATE OR REPLACE TABLE 2014-02-05 19:01:59 +02:00
slave_ddl_exec_mode_grant.test 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.test MDEV-5657: Parallel replication. 2014-02-26 15:02:09 +01:00
slave_domain_parallel_threads_grant.test 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.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
slave_exec_mode_grant.test 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.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
slave_max_allowed_packet_basic.test Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
slave_max_allowed_packet_grant.test 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.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
slave_net_timeout_grant.test 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.test MDEV-4506: Parallel replication. 2013-10-24 12:44:21 +02:00
slave_parallel_max_queued_grant.test 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-master.opt MDEV-6676: Optimistic parallel replication 2015-02-07 09:42:58 +01:00
slave_parallel_mode_basic.test MDEV-6676: Optimistic parallel replication 2015-02-07 09:42:58 +01:00
slave_parallel_mode_grant.test 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.cnf test.cnf files should !include default_my.cnf 2024-02-03 11:22:20 +01:00
slave_parallel_threads_basic.test MDEV-5289: master server starts slave parallel threads 2015-03-11 09:18:16 +01:00
slave_parallel_threads_grant.test 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.test 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.test 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.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
slave_sql_verify_checksum_basic.test Backport MySQL WL#2540 into MariaDB. 2011-05-03 14:01:11 +02:00
slave_sql_verify_checksum_grant.test 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.test Dependency of tests from ulong size removed. 2012-04-19 17:00:13 +03:00
slave_transaction_retry_errors-master.opt MDEV-7702 Spiral patch 004_mariadb-10.0.15.slave-trx-retry.diff 2017-12-03 13:58:35 +02:00
slave_transaction_retry_errors.test 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_basic.test 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.test 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.test Makes slave_type_conversions_basic to be skipped in embedded 2010-01-13 08:29:23 +00:00
slave_type_conversions_grant.test MDEV-21966 Bind REPLICATION SLAVE ADMIN to a number of global system variables 2020-03-18 07:11:18 +04:00
slow_launch_time_func-master.opt Fixed failures from changing values of thread_stack and thread_cache_size 2016-03-23 14:36:59 +02:00
slow_launch_time_func.test MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
slow_launch_time_grant.test MDEV-29668 SUPER should not allow actions that have fine-grained dedicated privileges 2023-02-06 14:31:48 +01:00
slow_query_log_file_func-master.opt merge of 5.1-main into 5.1-maria. Myisam->Maria change propagation will follow. 2009-02-12 15:08:56 +01:00
slow_query_log_file_func.test MDEV-29595 Adjust variable name for slow log file and help referring to the value 2022-10-04 12:28:03 +02:00
slow_query_log_func.test Merge 10.6 into 10.11 2024-10-03 10:55:08 +03:00
socket_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
sort_buffer_size_basic.test MDEV-4629 MTR tests main.variables and some of sys_vars.* fail on 32-bit builds 2013-06-12 05:09:28 +04:00
sql_auto_is_null_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
sql_big_selects_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
sql_big_selects_func.test Fixed bug in SQL_SELECT_LIMIT 2023-01-30 15:24:15 +02:00
sql_buffer_result_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
sql_buffer_result_func.test MDEV-31005: Make working cursor-protocol 2024-09-18 18:39:26 +07:00
sql_log_bin_basic.test mysql-5.5.41 merge 2014-12-19 11:35:44 +01:00
sql_log_bin_grant.test MDEV-29668 SUPER should not allow actions that have fine-grained dedicated privileges 2023-02-06 14:31:48 +01:00
sql_log_off_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
sql_log_off_func-master.opt Fix for bug#52501 consisting of changes of some sys_vars tests including review results. 2010-11-08 16:30:26 +01:00
sql_log_off_func.test MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
sql_low_priority_updates_func.test Merge 10.1 into 10.2 2018-11-06 08:41:48 +02:00
sql_mode_basic.test MDEV-16991 Rounding vs truncation for TIME, DATETIME, TIMESTAMP 2018-11-26 08:10:47 +04:00
sql_mode_func.test MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
sql_notes_func.test MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
sql_quote_show_create_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
sql_quote_show_create_func.test MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
sql_safe_updates_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
sql_safe_updates_func.test MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
sql_select_limit_basic.test Modified and added tests following review of WL#4738. 2010-01-28 22:33:00 -08:00
sql_select_limit_func.test MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
sql_slave_skip_counter_basic.test Implementation of Multi-source replication (MDEV:253) 2012-10-04 01:37:58 +03:00
sql_warnings_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
sql_warnings_func.test MDEV-7635: Update tests to adapt to the new default sql_mode 2017-02-10 06:30:42 -05:00
ssl_ca_basic.test more fixes for test cases 2012-10-01 13:15:29 +02:00
ssl_capath_basic.test Bug #42778: delete order by null global variable causes 2009-05-22 01:22:46 +05:00
ssl_cert_basic.test more fixes for test cases 2012-10-01 13:15:29 +02:00
ssl_cipher_basic.test Bug #42778: delete order by null global variable causes 2009-05-22 01:22:46 +05:00
ssl_crl_basic.test fixes for test failures 2012-09-27 20:09:46 +02:00
ssl_crlpath_basic.test fixes for test failures 2012-09-27 20:09:46 +02:00
ssl_key_basic.test more fixes for test cases 2012-10-01 13:15:29 +02:00
storage_engine_basic-master.opt generalization of mtr to support suite.pm extensions: 2010-08-17 11:14:46 +04:00
stored_program_cache_basic.test Fixed bug#11753187 (formerly known as bug 44585): SP_CACHE BEHAVES AS 2012-01-25 15:59:30 +06:00
stored_program_cache_func.test Fix typos in mysql-test/ 2025-04-29 13:53:16 +10:00
sync_binlog_basic.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
sync_binlog_grant.test MDEV-21963 Bind BINLOG ADMIN to a number of global system variables 2020-03-17 19:08:28 +04:00
sync_frm_basic.test Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
sync_master_info_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
sync_master_info_grant.test 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.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
sync_relay_log_grant.test 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.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
sync_relay_log_info_grant.test 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.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
sysvars_aria.opt MDEV-6138 show sysvar's help in I_S tables 2014-10-11 10:23:20 +02:00
sysvars_aria.test MDEV-30971 Add a new system variable aria_data_home_dir 2023-04-04 16:05:55 +04:00
sysvars_debug.opt MDEV-6138 show sysvar's help in I_S tables 2014-10-11 10:23:20 +02:00
sysvars_debug.test Fix build without either ENABLED_DEBUG_SYNC or DBUG_OFF 2022-09-23 17:37:52 +03:00
sysvars_innodb.opt MDEV-36378 Recognize innodb_purge_rseg_truncate_frequency 2025-03-25 11:48:12 +01:00
sysvars_innodb.test Merge 10.6 into 10.11 2025-03-27 08:01:47 +02:00
sysvars_server_embedded.test MDEV-6138 show sysvar's help in I_S tables 2014-10-11 10:23:20 +02:00
sysvars_server_notembedded.test MDEV-6138 show sysvar's help in I_S tables 2014-10-11 10:23:20 +02:00
sysvars_star.cnf MDEV-12684 Show what config file a sysvar got a value from 2019-10-14 10:29:30 +02:00
sysvars_star.opt MDEV-12684 Show what config file a sysvar got a value from 2019-10-14 10:29:30 +02:00
sysvars_star.test mariadb-test: wait on disconnect 2025-07-16 09:14:33 +07:00
sysvars_wsrep.test tests: sys_vars.sysvars_wsrep 2017-04-18 11:47:58 +10:00
table_definition_cache_basic.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
table_open_cache_basic.test MDEV-23386: mtr: main.mysqld--help autosized table{-open,}-cach and max-connections 2020-08-10 11:58:56 +02:00
tcp_keepalive_time.test MDEV-14412 Support TCP keepalive options 2017-11-17 21:40:20 +00:00
tcp_nodelay.test MDEV-16277 : Adjust MTR test results. 2018-08-12 00:13:19 +01:00
thread_cache_size_basic-master.opt Increase value of thread_cache_size to 32 2016-03-22 23:44:52 +02:00
thread_cache_size_basic.test Modified and added tests following review of WL#4738. 2010-01-28 22:33:00 -08:00
thread_cache_size_func-master.opt Fixed failures from changing values of thread_stack and thread_cache_size 2016-03-23 15:11:30 +02:00
thread_cache_size_func.test After merge and bug fixes 2016-10-05 01:11:08 +03:00
thread_handling_basic.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
thread_pool_idle_timeout_basic.test mtr: aix has no thread_pool 2021-07-06 15:50:58 +10:00
thread_pool_idle_timeout_grant.test MDEV-29668 SUPER should not allow actions that have fine-grained dedicated privileges 2023-02-06 14:31:48 +01:00
thread_pool_max_threads_basic.test mtr: aix has no thread_pool 2021-07-06 15:50:58 +10:00
thread_pool_max_threads_grant.test MDEV-29668 SUPER should not allow actions that have fine-grained dedicated privileges 2023-02-06 14:31:48 +01:00
thread_pool_min_threads_basic.test mtr: aix has no thread_pool 2021-07-06 15:50:58 +10:00
thread_pool_oversubscribe_basic.test mtr: aix has no thread_pool 2021-07-06 15:50:58 +10:00
thread_pool_oversubscribe_grant.test MDEV-29668 SUPER should not allow actions that have fine-grained dedicated privileges 2023-02-06 14:31:48 +01:00
thread_pool_size_basic.opt allow thread_pool_size_basic on Windows, in generic threadpool mode 2020-05-25 14:54:11 +02:00
thread_pool_size_basic.test allow thread_pool_size_basic on Windows, in generic threadpool mode 2020-05-25 14:54:11 +02:00
thread_pool_size_high.opt MDEV-5205 - MariaDB does not start if more than 128 cpu's are available 2013-11-05 09:18:59 +04:00
thread_pool_size_high.test fix test suite after MDEV-15438 2018-10-12 08:22:10 +02:00
thread_pool_stall_limit_basic.test mtr: aix has no thread_pool 2021-07-06 15:50:58 +10:00
thread_pool_stall_limit_grant.test MDEV-29668 SUPER should not allow actions that have fine-grained dedicated privileges 2023-02-06 14:31:48 +01:00
thread_stack_basic.test MDEV-34388 default stack size under MSAN needs increasing 2025-05-28 16:30:56 +10:00
time_zone_basic.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
time_zone_func.test MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
timestamp_basic.test MDEV-32188 make TIMESTAMP use whole 32-bit unsigned range 2024-05-27 12:39:02 +02:00
timestamp_func.test MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
timestamp_sysdate_is_now_func-master.opt WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
timestamp_sysdate_is_now_func.test Fix typos in mysql-test/ 2025-04-29 13:53:16 +10:00
tmp_disk_table_size_basic.test MDEV-22266: Diagnostics_area::sql_errno() const: Assertion 2022-04-12 01:22:51 +05:30
tmp_disk_table_size_func.test MDEV-35469 Heap tables are calling mallocs to often 2025-01-05 16:40:11 +02:00
tmpdir_basic.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
transaction_alloc_block_size_basic.test MDEV-35469 Heap tables are calling mallocs to often 2025-01-05 16:40:11 +02:00
transaction_isolation_basic.test MDEV-21921 Make transaction_isolation and transaction_read_only into system variables 2023-04-12 11:04:29 +10:00
transaction_isolation_func-master.opt MDEV-21921 Make transaction_isolation and transaction_read_only into system variables 2023-04-12 11:04:29 +10:00
transaction_isolation_func.test MDEV-21921 Make transaction_isolation and transaction_read_only into system variables 2023-04-12 11:04:29 +10:00
transaction_prealloc_size_basic.test Merge remote-tracking branch 'mysql/5.5' into 5.5 2015-04-27 21:04:06 +02:00
transaction_prealloc_size_bug27322.test Fix typos in mysql-test/ 2025-04-29 13:53:16 +10:00
transaction_read_only_basic.test MDEV-21921 Make transaction_isolation and transaction_read_only into system variables 2023-04-12 11:04:29 +10:00
tx_compatibility-master.opt MDEV-21921 Make transaction_isolation and transaction_read_only into system variables 2023-04-12 11:04:29 +10:00
tx_compatibility.test MDEV-21921 Make transaction_isolation and transaction_read_only into system variables 2023-04-12 11:04:29 +10:00
unique_checks_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
updatable_views_with_limit_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
updatable_views_with_limit_func.test MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
use_stat_tables_basic.test Removed the server option --stat-tables. 2012-06-02 17:19:01 -07:00
userstat_basic.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
version.opt MDEV-7780 - Support for faking server version 2015-11-27 11:32:30 +04:00
version.test mtr: s/mysqltest_embedded/mariadb-test-embedded/ 2023-09-08 17:36:35 +02:00
version_basic.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
version_comment_basic.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
version_compile_machine_basic.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
version_compile_os_basic.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
version_malloc_library_basic.test Cleanups: 2014-01-09 22:01:12 +02:00
version_ssl_library_basic.test new read-only server variable version_ssl_library 2015-02-10 10:21:16 +01:00
wait_timeout_basic.test Fix typos in mysql-test/ 2025-04-29 13:53:16 +10:00
wait_timeout_func.test MDEV-22933 - remove ---source include/not_threadpool.inc from tests 2020-06-18 23:12:54 +02:00
warning_count_basic.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
wsrep_auto_increment_control_basic.test Merged sys_vars.wsrep_* tests from maria-10.0-galera tree. 2014-09-08 13:19:20 -04:00
wsrep_certify_nonpk_basic.test Merged sys_vars.wsrep_* tests from maria-10.0-galera tree. 2014-09-08 13:19:20 -04:00
wsrep_cluster_address_basic.test Remove unnecessary and incorrect add_suppression. 2020-10-05 10:34:01 +03:00
wsrep_cluster_name_basic.test Merged sys_vars.wsrep_* tests from maria-10.0-galera tree. 2014-09-08 13:19:20 -04:00
wsrep_convert_lock_to_trx_basic.test Merged sys_vars.wsrep_* tests from maria-10.0-galera tree. 2014-09-08 13:19:20 -04:00
wsrep_data_home_dir_basic.test after-merge fixes for test cases 2015-02-06 20:18:40 +01:00
wsrep_dbug_option_basic.test Merged sys_vars.wsrep_* tests from maria-10.0-galera tree. 2014-09-08 13:19:20 -04:00
wsrep_debug_basic.test WSREP debug log levels support 2019-02-13 18:47:27 +01:00
wsrep_desync_basic.test Merge branch 'github/10.0-galera' into 10.1 2015-11-19 17:48:36 +01:00
wsrep_dirty_reads_basic.test MDEV-11479 Improved wsrep_dirty_reads 2016-12-14 09:30:43 +05:30
wsrep_drupal_282555_workaround_basic.test Merged sys_vars.wsrep_* tests from maria-10.0-galera tree. 2014-09-08 13:19:20 -04:00
wsrep_gtid_domain_id_basic.test MDEV-6594: Use separate domain_id for Galera transactions 2015-02-27 22:33:41 -05:00
wsrep_gtid_mode_basic.test MDEV-6594: Use separate domain_id for Galera transactions 2015-02-27 22:33:41 -05:00
wsrep_log_conflicts_basic.test Merged sys_vars.wsrep_* tests from maria-10.0-galera tree. 2014-09-08 13:19:20 -04:00
wsrep_max_ws_rows_basic.test Merged sys_vars.wsrep_* tests from maria-10.0-galera tree. 2014-09-08 13:19:20 -04:00
wsrep_max_ws_size_basic.test Post merge fixes. 2016-08-25 21:28:26 -04:00
wsrep_mysql_replication_bundle_basic.test Merged sys_vars.wsrep_* tests from maria-10.0-galera tree. 2014-09-08 13:19:20 -04:00
wsrep_node_address_basic.test Merged sys_vars.wsrep_* tests from maria-10.0-galera tree. 2014-09-08 13:19:20 -04:00
wsrep_node_incoming_address_basic.test Merged sys_vars.wsrep_* tests from maria-10.0-galera tree. 2014-09-08 13:19:20 -04:00
wsrep_node_name_basic.test MDEV-6699 : wsrep_node_name not automatically set to hostname 2016-06-27 17:56:59 -04:00
wsrep_on_without_provider.test MDEV-25625 Test sys_vars.wsrep_on_without_provider fails: mysqltest: At line 8: query 'SET GLOBAL wsrep_on=ON' failed with wrong errno 1193: 'Unknown system variable 'wsrep_on'', instead of 1210... 2022-11-16 15:38:37 +01:00
wsrep_osu_method_basic.test Merge branch '10.0-galera' into 10.1 2015-07-14 16:05:29 -04:00
wsrep_recover_basic.test Merged sys_vars.wsrep_* tests from maria-10.0-galera tree. 2014-09-08 13:19:20 -04:00
wsrep_replicate_myisam_basic.test MDEV-29755 post-merge for 10.6+ 2025-02-02 13:58:08 +01:00
wsrep_restart_slave_basic.test Merged sys_vars.wsrep_* tests from maria-10.0-galera tree. 2014-09-08 13:19:20 -04:00
wsrep_retry_autocommit_basic.test Merged sys_vars.wsrep_* tests from maria-10.0-galera tree. 2014-09-08 13:19:20 -04:00
wsrep_slave_fk_checks_basic.test MDEV-6247: Merge 10.0-galera to 10.1. 2014-08-26 15:43:46 +03:00
wsrep_slave_uk_checks_basic.test MDEV-6247: Merge 10.0-galera to 10.1. 2014-08-26 15:43:46 +03:00
wsrep_sst_auth_basic.test MDEV-31809 Automatic SST user account management 2024-06-10 23:29:05 +02:00
wsrep_sst_donor_basic.test MDEV-28433 : Server crashes when wsrep_sst_donor and wsrep_cluster_address set to NULL 2023-05-12 02:48:16 +02:00
wsrep_sst_donor_rejects_queries_basic.test Merged sys_vars.wsrep_* tests from maria-10.0-galera tree. 2014-09-08 13:19:20 -04:00
wsrep_sst_method_basic.test MDEV-18379: Unification of check for IPv6 2019-01-26 01:15:44 +01:00
wsrep_sst_receive_address_basic.test Fix typos in mysql-test/ 2025-04-29 13:53:16 +10:00
wsrep_sync_wait_basic.test MDEV-6247: Merge 10.0-galera to 10.1. 2014-08-26 15:43:46 +03:00