mariadb/mysql-test/suite/sys_vars/r
Jan Lindström e6a50e41da MDEV-20051: Add new mode to wsrep_OSU_method in which Galera checks storage engine of the effected table
Introduced a new wsrep_strict_ddl configuration variable in which
Galera checks storage engine of the effected table. If table is not
InnoDB (only storage engine currently fully supporting Galera
replication) DDL-statement will return error code:

ER_GALERA_REPLICATION_NOT_SUPPORTED
       eng "DDL-statement is forbidden as table storage engine does not support Galera replication"

However, when wsrep_replicate_myisam=ON we allow DDL-statements to
MyISAM tables. If effected table is allowed storage engine Galera
will run normal TOI.

This new setting should be for now set globally on all
nodes in a cluster. When this setting is set following DDL-clauses
accessing tables not supporting Galera replication are refused:

* CREATE TABLE (e.g. CREATE TABLE t1(a int) engine=Aria
* ALTER TABLE
* TRUNCATE TABLE
* CREATE VIEW
* CREATE TRIGGER
* CREATE INDEX
* DROP INDEX
* RENAME TABLE
* DROP TABLE

Statements on PROCEDURE, EVENT, FUNCTION are allowed as effected
tables are known only at execution. Furthermore, USER, ROLE, SERVER,
DATABASE statements are also allowed as they do not really have
effected table.
2020-02-11 15:17:50 +02:00
..
all_vars.result Fix tests affected by new configuration variable on Galera. 2018-10-10 18:30:42 +03:00
aria_block_size_basic.result lots of post-merge changes 2011-04-25 17:22:25 +02:00
aria_checkpoint_interval_basic.result after merge changes: 2011-12-12 23:58:40 +01:00
aria_checkpoint_log_activity_basic.result after merge changes: 2011-12-12 23:58:40 +01:00
aria_encrypt_tables_basic.result Push for testing of encryption 2015-02-10 10:21:17 +01:00
aria_force_start_after_recovery_failures_basic.result lots of post-merge changes 2011-04-25 17:22:25 +02:00
aria_group_commit_basic.result lots of post-merge changes 2011-04-25 17:22:25 +02:00
aria_group_commit_interval_basic.result after merge changes: 2011-12-12 23:58:40 +01:00
aria_log_file_size_basic.result after merge changes: 2011-12-12 23:58:40 +01:00
aria_log_purge_type_basic.result lots of post-merge changes 2011-04-25 17:22:25 +02:00
aria_max_sort_file_size_basic.result after merge changes: 2011-12-12 23:58:40 +01:00
aria_page_checksum_basic.result lots of post-merge changes 2011-04-25 17:22:25 +02:00
aria_pagecache_age_threshold_basic.result after merge changes: 2011-12-12 23:58:40 +01:00
aria_pagecache_buffer_size_basic.result Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
aria_pagecache_division_limit_basic.result after merge changes: 2011-12-12 23:58:40 +01:00
aria_pagecache_file_hash_size_basic.result 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.result Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
aria_repair_threads_basic.result merge 2012-01-16 21:13:05 +01:00
aria_sort_buffer_size_basic.result Added some fixes that should make MyISAM & Aria REPAIR work with more than 4G records 2013-05-10 12:32:34 +03:00
aria_stats_method_basic.result lots of post-merge changes 2011-04-25 17:22:25 +02:00
aria_sync_log_dir_basic.result lots of post-merge changes 2011-04-25 17:22:25 +02:00
aria_used_for_temp_tables_basic.result lots of post-merge changes 2011-04-25 17:22:25 +02:00
auto_increment_increment_basic.result WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
auto_increment_increment_func.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
auto_increment_offset_basic.result WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
auto_increment_offset_func.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
autocommit_basic.result WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
autocommit_func.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
autocommit_func2.result Fix for BUG#57316 "It is not clear how to disable autocommit" 2010-11-05 14:16:27 +01:00
autocommit_func3.result Fix for BUG#57316 "It is not clear how to disable autocommit" 2010-11-05 14:16:27 +01:00
autocommit_func4.result Fix for BUG#59432 "--autocommit=on does not work (@@global.autocommit is 0)" 2011-01-14 14:21:46 +01:00
autocommit_func5.result 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.result Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
automatic_sp_privileges_func.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
back_log_basic.result MDEV-13375 back_log ignored 2017-08-14 19:45:59 +02:00
basedir_basic.result 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
big_tables_basic.result MDEV-19713 Remove big_tables system variable 2019-09-28 19:21:14 +02:00
bind_address_basic.result MDEV-12542 Add bind_address system variable. 2017-10-30 07:37:25 +04:00
binlog_annotate_row_events_basic.result MDEV-7635: Part 1 2017-02-10 06:30:42 -05:00
binlog_cache_size_basic.result Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
binlog_checksum_basic.result 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.result MDEV-4506: Parallel replication: Intermediate commit. 2013-07-09 13:15:53 +02:00
binlog_commit_wait_usec_basic.result MDEV-4506: Parallel replication: Intermediate commit. 2013-07-09 13:15:53 +02:00
binlog_direct_non_transactional_updates_basic.result Manual merge of patch for Bug#46364 from mysql-next-mr-bugfixing. 2010-02-02 10:56:42 +03:00
binlog_format_basic.result MDEV-7635: Part 1 2017-02-10 06:30:42 -05:00
binlog_optimize_thread_scheduling_basic.result fixes for sys_vars and pbxt suites 2011-10-28 14:24:02 +02:00
binlog_row_image_basic.result [MDEV-6877] Added test suite for binlog_row_image sys var 2015-06-30 13:17:08 +03:00
binlog_row_metadata_basic.result MDEV-20477 Merge binlog extended metadata support from the upstream 2019-09-11 15:09:35 +05:30
binlog_stmt_cache_size_basic.result Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
bulk_insert_buffer_size_basic.result Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
character_set_client_basic.result Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
character_set_client_func.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
character_set_connection_basic.result Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
character_set_connection_func.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
character_set_database_basic.result Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
character_set_database_func.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
character_set_filesystem_basic.result Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
character_set_results_basic.result Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
character_set_results_func.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
character_set_server_basic.result Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
character_set_server_func.result Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
character_set_system_basic.result 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.result 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.result Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
collation_connection_func.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
collation_database_basic.result Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
collation_database_func.result Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
collation_server_basic.result Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
collation_server_func.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
completion_type_basic.result Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
completion_type_func.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
concurrent_insert_basic.result Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
concurrent_insert_func.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
connect_timeout_basic.result Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
datadir_basic.result 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
date_format_basic.result WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
datetime_format_basic.result WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
deadlock_search_depth_long_basic.result after merge changes: 2011-12-12 23:58:40 +01:00
deadlock_search_depth_short_basic.result after merge changes: 2011-12-12 23:58:40 +01:00
deadlock_timeout_long_basic.result after merge changes: 2011-12-12 23:58:40 +01:00
deadlock_timeout_short_basic.result after merge changes: 2011-12-12 23:58:40 +01:00
debug_basic.result mysql-5.5.28 2012-10-16 13:04:42 +02:00
debug_binlog_fsync_sleep_basic.result after merge changes: 2011-12-12 23:58:40 +01:00
debug_dbug_basic.result rename debug variable to debug_dbug, to make test pass in release builds 2011-12-15 22:07:58 +01:00
debug_dbug_func.result MDEV-21360 save/restore debud_dbug instead of total reset at the end of the test 2020-01-21 11:22:47 +01:00
debug_dbug_func_notembedded.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
debug_mutex_deadlock_detector_basic.result cleanup: @@mutex_deadlock_detector -> @@debug_mutex_deadlock_detector 2014-10-10 22:27:42 +02:00
debug_no_thread_alarm_basic.result after merge changes: 2011-12-12 23:58:40 +01:00
debug_sync_basic.result WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
default_master_connection_basic.result Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
default_regex_flags_basic.result MDEV-14024 PCRE2. 2019-12-21 10:34:02 +01:00
default_storage_engine_basic.result simplify the handler api - table_type() is no longer abstract, not even virtual 2012-12-17 11:00:39 +01:00
default_tmp_storage_engine_basic.result MDEV-6107 merge default_tmp_storage_engine 2014-06-15 18:42:31 +02:00
default_week_format_basic.result Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
default_week_format_func.result 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.result Tests: revert unneded changes 2017-11-28 11:40:13 +03:00
delay_key_write_func.result de-obfuscate sys_vars.delay_key_write_func test 2017-05-24 11:59:04 +02:00
delayed_insert_limit_basic.result Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
delayed_insert_limit_func.result Merge 10.1 into 10.2 2019-09-11 08:48:00 +03:00
delayed_insert_timeout_basic.result Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
delayed_queue_size_basic.result Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
div_precision_increment_basic.result Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
div_precision_increment_func.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
encrypt_tmp_disk_tables_basic.result Push for testing of encryption 2015-02-10 10:21:17 +01:00
enforce_storage_engine_basic.result MDEV-6858: enforce_storage_engine option 2015-03-12 12:17:14 +02:00
error_count_basic.result 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.result Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
expensive_subquery_limit_basic.result sys_vars.expensive_subquery_limit_basic 2012-09-05 13:15:05 +02:00
expire_logs_days_basic.result Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
explicit_defaults_for_timestamp_basic.result MDEV-3929 Add system variable explicit_defaults_for_timestamp for compatibility with MySQL 2015-09-22 14:01:54 +04:00
explicit_defaults_for_timestamp_off.result Merge branch '10.1' into 10.2 2017-10-24 14:53:18 +02:00
explicit_defaults_for_timestamp_on.result Merge branch '10.1' into 10.2 2017-10-24 14:53:18 +02:00
external_user_basic.result WL#1054: Pluggable authentication support 2010-08-09 11:32:50 +03:00
extra_max_connections_basic.result after merge changes: 2011-12-12 23:58:40 +01:00
extra_port_basic.result lots of post-merge changes 2011-04-25 17:22:25 +02:00
flush_basic.result Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
flush_time_basic.result after merge changes: 2011-12-12 23:58:40 +01:00
foreign_key_checks_basic.result Tests: revert unneded changes 2017-11-28 11:40:13 +03:00
foreign_key_checks_func.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
ft_boolean_syntax_basic.result after merge changes: 2011-12-12 23:58:40 +01:00
ft_boolean_syntax_func.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
ft_max_word_len_basic.result WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
ft_min_word_len_basic.result WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
ft_query_expansion_limit_basic.result WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
ft_stopword_file_basic.result WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
general_log_basic.result Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
general_log_file_basic.result MDEV-8844 Unreadable control characters printed as is in warnings 2019-12-06 18:51:05 +04:00
general_log_file_func.result merge: 5.1 -> 5.1-rpl-merge 2009-01-29 17:59:46 +01:00
general_log_func.result 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.result MDEV-7635: Part 1 2017-02-10 06:30:42 -05:00
group_concat_max_len_func.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
gtid_binlog_pos_basic.result MDEV-26: Global transaction ID. 2013-05-22 17:36:48 +02:00
gtid_binlog_state_basic.result MDEV-26: Global transaction ID. 2013-08-23 14:02:13 +02:00
gtid_current_pos_basic.result MDEV-26: Global transaction ID. 2013-05-22 17:36:48 +02:00
gtid_domain_id_basic.result MDEV-26: Global transaction ID 2013-03-26 10:35:34 +01:00
gtid_ignore_duplicates_basic.result 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_seq_no_basic.result MDEV-26: Global transaction ID 2013-03-26 10:35:34 +01:00
gtid_slave_pos_basic.result MDEV-26: Global transaction ID. 2013-08-23 14:02:13 +02:00
gtid_strict_mode_basic.result MDEV-4478: Implement GTID "strict mode" 2013-05-28 13:28:31 +02:00
have_compress_basic.result 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.result 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_csv_basic.result 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.result 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.result 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_innodb_basic.result 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.result 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.result WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
have_query_cache_basic.result 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.result 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.result 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.result 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.result Merge branch '10.3' into 10.4 2019-09-06 11:53:10 +02:00
histogram_type_basic.result MDEV-18608: Defaults for 10.4: histogram size should be set 2019-02-18 13:37:57 +03:00
host_cache_size_auto.result Merge branch '10.1' into 10.2 2018-04-10 17:43:18 +03:00
host_cache_size_basic.result sys_var suite passes 2013-07-13 09:22:00 +02:00
hostname_basic.result 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.result Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
identity_func.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
ignore_builtin_innodb_basic.result WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
ignore_db_dirs_basic.result 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.result fixes for sys_vars and pbxt suites 2011-10-28 14:24:02 +02:00
init_connect_basic.result after merge changes: 2011-12-12 23:58:40 +01:00
init_file_basic.result WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
init_slave_basic.result after merge changes: 2011-12-12 23:58:40 +01:00
innodb_adaptive_flushing_basic.result Merge of compatibility fixes 2012-04-02 13:33:16 +03:00
innodb_adaptive_flushing_lwm_basic.result MDEV-6930: Make innodb_max_dirty_pages_pct my.cnf variable a double 2014-10-25 09:24:39 +03:00
innodb_adaptive_hash_index_basic.result Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
innodb_adaptive_hash_index_parts_basic.result Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_adaptive_max_sleep_delay_basic.result Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_autoextend_increment_basic.result Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_autoinc_lock_mode_basic.result 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
innodb_autoinc_lock_mode_func.result merge: 5.1 -> 5.1-rpl-merge 2009-01-29 17:59:46 +01:00
innodb_background_scrub_data_check_interval_basic.result Push for testing of encryption 2015-02-10 10:21:17 +01:00
innodb_background_scrub_data_compressed_basic.result Push for testing of encryption 2015-02-10 10:21:17 +01:00
innodb_background_scrub_data_interval_basic.result Push for testing of encryption 2015-02-10 10:21:17 +01:00
innodb_background_scrub_data_uncompressed_basic.result Push for testing of encryption 2015-02-10 10:21:17 +01:00
innodb_buf_dump_status_frequency_basic.result MDEV-8303; Dumping buffer pool noisy in the logs. 2015-06-18 12:20:21 +03:00
innodb_buf_flush_list_now_basic.result after InnoDB/XtraDB 5.6.16 merge 2014-05-06 13:57:56 +02:00
innodb_buffer_pool_chunk_size_basic.result Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_buffer_pool_dump_abort_loads.result Write information about restart in .result 2019-04-01 19:47:24 +03:00
innodb_buffer_pool_dump_at_shutdown_basic.result Write information about restart in .result 2019-04-01 19:47:24 +03:00
innodb_buffer_pool_dump_now_basic.result MDEV-10651, MDEV-14196 sys_vars.innodb_buffer_pool_* tests fail 2017-11-05 20:34:03 +02:00
innodb_buffer_pool_dump_pct_basic.result Merge 10.1 into 10.2 2017-11-07 23:02:39 +02:00
innodb_buffer_pool_dump_pct_function.result MDEV-11454: Improve test case innodb_buffer_pool_dump_pct 2016-12-08 11:55:35 +11:00
innodb_buffer_pool_evict_basic.result Bug#16067973 DROP TABLE SLOW WHEN IT DECOMPRESS COMPRESSED-ONLY PAGES 2013-01-21 14:59:49 +02:00
innodb_buffer_pool_instances_basic.result Add basic tests for new innodb features 2010-04-29 13:43:10 -04:00
innodb_buffer_pool_load_abort_basic.result fixes for test failures 2012-09-27 20:09:46 +02:00
innodb_buffer_pool_load_at_startup_basic.result Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_buffer_pool_load_now_basic.result MDEV-10651, MDEV-14196 sys_vars.innodb_buffer_pool_* tests fail 2017-11-05 20:34:03 +02:00
innodb_buffer_pool_size_basic.result Merge 10.3 into 10.4 2019-12-13 17:30:37 +02:00
innodb_change_buffer_max_size_basic.result fixes for test failures 2012-09-27 20:09:46 +02:00
innodb_change_buffering_basic.result MDEV-12218 Clean up InnoDB parameter validation 2018-04-29 09:41:42 +03:00
innodb_change_buffering_debug_basic.result MDEV-19514 preparation: Remove innodb_change_buffering_debug=2 2019-09-09 18:18:52 +03:00
innodb_checksum_algorithm_basic.result MDEV-19534 Make innodb_checksum_algorithm=full_crc32 by default, and remove innodb_checksums 2019-05-22 08:53:28 +03:00
innodb_cmp_per_index_enabled_basic.result Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_commit_concurrency_basic.result Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_compression_algorithm_basic.result 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.result Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_compression_level_basic.result sys_var suite passes 2013-07-13 09:22:00 +02:00
innodb_compression_pad_pct_max_basic.result Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_concurrency_tickets_basic.result Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_data_file_path_basic.result 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
innodb_data_home_dir_basic.result Bug #42778: delete order by null global variable causes 2009-05-22 01:22:46 +05:00
innodb_deadlock_detect_basic.result BUG#23477773 OPTION TO TURN OFF/ON DEADLOCK CHECKER 2017-04-24 15:09:18 +03:00
innodb_debug_force_scrubbing_basic.result clarify/simplify new innodb sysvars: innodb-scrub-force-testing 2015-04-09 18:42:45 +02:00
innodb_default_row_format_basic.result MDEV-14904 Backport innodb_default_row_format 2018-03-07 17:49:42 +02:00
innodb_defragment_basic.result MDEV-5834: Merge Kakao Defragmentation implementation to MariaDB 10.1 2014-08-06 15:28:58 +03:00
innodb_defragment_fill_factor_basic.result MDEV-5834: Merge Kakao Defragmentation implementation to MariaDB 10.1 2014-08-06 15:28:58 +03:00
innodb_defragment_fill_factor_n_recs_basic.result MDEV-5834: Merge Kakao Defragmentation implementation to MariaDB 10.1 2014-08-06 15:28:58 +03:00
innodb_defragment_frequency_basic.result MDEV-5834: Merge Kakao Defragmentation implementation to MariaDB 10.1 2014-08-06 15:28:58 +03:00
innodb_defragment_n_pages_basic.result MDEV-5834: Merge Kakao Defragmentation implementation to MariaDB 10.1 2014-08-06 15:28:58 +03:00
innodb_defragment_stats_accuracy_basic.result MDEV-5834: Merge Kakao Defragmentation implementation to MariaDB 10.1 2014-08-06 15:28:58 +03:00
innodb_disable_resize_buffer_pool_debug_basic.result Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_disable_sort_file_cache_basic.result fixes for test failures 2012-09-27 20:09:46 +02:00
innodb_disallow_writes_basic.result MDEV-6247: Merge 10.0-galera to 10.1. 2014-08-26 15:43:46 +03:00
innodb_doublewrite_basic.result This is a backport of the two patches for Bug #28299: 2009-10-09 15:34:07 +02:00
innodb_doublewrite_batch_size_basic.result fixes for test failures 2012-09-27 20:09:46 +02:00
innodb_encrypt_log_basic.result Push for testing of encryption 2015-02-10 10:21:17 +01:00
innodb_encrypt_tables_basic.result restore innodb_encrypt_tables validation function 2015-05-28 14:41:48 +02:00
innodb_encryption_rotate_key_age_basic.result Push for testing of encryption 2015-02-10 10:21:17 +01:00
innodb_encryption_rotation_iops_basic.result Push for testing of encryption 2015-02-10 10:21:17 +01:00
innodb_encryption_threads_basic.result Push for testing of encryption 2015-02-10 10:21:17 +01:00
innodb_fast_shutdown_basic.result MDEV-15832 With innodb_fast_shutdown=3, skip the rollback of connected transactions 2018-04-11 05:39:36 +03:00
innodb_fatal_semaphore_wait_threshold.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
innodb_fatal_semaphore_wait_threshold_basic.result MDEV-7108: Make long semaphore wait timeout configurable 2014-11-17 09:59:52 +02:00
innodb_fil_make_page_dirty_debug_basic.result MDEV-11953: support of brackets in UNION/EXCEPT/INTERSECT operations 2018-07-04 19:13:55 +02:00
innodb_file_io_threads_basic.result Merged Performance Version 0.2.1 with latest 5.1 tree (last push 11 feb 14.01.13 2009) 2009-02-17 13:24:09 +01:00
innodb_file_per_table_basic.result sys_var suite passes 2013-07-13 09:22:00 +02:00
innodb_fill_factor_basic.result Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_flush_log_at_timeout_basic.result Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_flush_log_at_trx_commit_basic.result Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_flush_method_basic.result MDEV-12218 Clean up InnoDB parameter validation 2018-04-29 09:41:42 +03:00
innodb_flush_method_func.result Write information about restart in .result 2019-04-01 19:47:24 +03:00
innodb_flush_neighbors_basic.result sys_var suite passes 2013-07-13 09:22:00 +02:00
innodb_flush_sync_basic.result Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_flushing_avg_loops_basic.result Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_force_load_corrupted_basic.result Add two tests for "innodb_large_prefix" and "innodb_force_load_corrupted" in 2011-08-16 20:51:40 -07:00
innodb_force_primary_key_basic.result MDEV-5335: Force PK option. Added a new dynamic configuration variable 2014-03-11 13:40:29 +02:00
innodb_force_recovery_basic.result 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
innodb_ft_aux_table_basic.result fixes for test failures 2012-09-27 20:09:46 +02:00
innodb_ft_cache_size_basic.result sys_var suite passes 2013-07-13 09:22:00 +02:00
innodb_ft_enable_diag_print_basic.result sys_var suite passes 2013-07-13 09:22:00 +02:00
innodb_ft_enable_stopword_basic.result fixes for test failures 2012-09-27 20:09:46 +02:00
innodb_ft_max_token_size_basic.result fixes for test failures 2012-09-27 20:09:46 +02:00
innodb_ft_min_token_size_basic.result fixes for test failures 2012-09-27 20:09:46 +02:00
innodb_ft_num_word_optimize_basic.result fixes for test failures 2012-09-27 20:09:46 +02:00
innodb_ft_result_cache_limit,32bit.rdiff MDEV-19387 innodb_ft_result_cache_limit_32 fails on s390x 2019-05-08 12:49:08 +05:30
innodb_ft_result_cache_limit.result MDEV-19387 innodb_ft_result_cache_limit_32 fails on s390x 2019-05-08 12:49:08 +05:30
innodb_ft_result_cache_limit_basic,32bit.rdiff Merge 10.1 into 10.2 2018-11-06 08:41:48 +02:00
innodb_ft_result_cache_limit_basic.result Merge 10.1 into 10.2 2018-11-06 08:41:48 +02:00
innodb_ft_server_stopword_table_basic.result Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_ft_sort_pll_degree_basic.result fixes for test failures 2012-09-27 20:09:46 +02:00
innodb_ft_total_cache_size_basic.result Percona-Server-5.6.14-rel62.0 merge 2013-12-22 17:06:50 +01:00
innodb_ft_user_stopword_table_basic.result Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_idle_flush_pct_basic.result MDEV-6932: Enable Lazy Flushing 2014-10-29 13:49:12 +02:00
innodb_immediate_scrub_data_uncompressed_basic.result Push for testing of encryption 2015-02-10 10:21:17 +01:00
innodb_io_capacity_basic.result Modified and added tests following review of WL#4738. 2010-01-28 22:33:00 -08:00
innodb_io_capacity_max_basic.result MDEV-7035: Remove innodb_io_capacity setting depending on 2014-11-13 13:24:26 +02:00
innodb_limit_optimistic_insert_debug_basic.result Bug #14676111 WRONG PAGE_LEVEL WRITTEN FOR UPPER THAN FATHER PAGE AT BTR_LIFT_PAGE_UP() 2012-11-12 22:33:40 +09:00
innodb_lock_wait_timeout_basic.result MDEV-11379, MDEV-11388 - [WAIT n|NOWAIT] 2017-03-22 19:08:24 +04:00
innodb_log_buffer_size_basic.result 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
innodb_log_checkpoint_now_basic.result Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_log_checksums_basic.result MDEV-19543 Deprecate and ignore innodb_log_checksums 2019-05-23 10:25:11 +03:00
innodb_log_compressed_pages_basic.result MDEV-13247 innodb_log_compressed_pages=OFF breaks crash recovery of ROW_FORMAT=COMPRESSED tables 2017-07-06 14:18:53 +03:00
innodb_log_file_size_basic.result 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
innodb_log_files_in_group_basic.result 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
innodb_log_group_home_dir_basic.result 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
innodb_log_optimize_ddl_basic.result Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
innodb_log_write_ahead_size_basic.result Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_lru_scan_depth_basic.result fixes for test failures 2012-09-27 20:09:46 +02:00
innodb_max_dirty_pages_pct_basic.result Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
innodb_max_dirty_pages_pct_func.result Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_max_dirty_pages_pct_lwm_basic.result Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
innodb_max_purge_lag_basic.result Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_max_purge_lag_delay_basic.result fixes for test failures 2012-09-27 20:09:46 +02:00
innodb_max_undo_log_size_basic.result Adapt the innodb_undo tests from MySQL 5.7 2017-04-26 23:03:28 +03:00
innodb_merge_threshold_set_all_debug_basic.result Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_numa_interleave_basic.result Suppress warnings of NUMA not working. 2017-01-06 14:52:35 +02:00
innodb_old_blocks_pct_basic.result Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_old_blocks_time_basic.result sys_var suite passes 2013-07-13 09:22:00 +02:00
innodb_online_alter_log_max_size_basic.result sys_var suite passes 2013-07-13 09:22:00 +02:00
innodb_open_files_basic.result 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
innodb_optimize_fulltext_only_basic.result fixes for test failures 2012-09-27 20:09:46 +02:00
innodb_page_cleaners_basic.result MDEV-11025: Make number of page cleaner threads variable dynamic 2017-10-24 19:12:59 +03:00
innodb_page_hash_locks_basic.result fixes for test failures 2012-09-27 20:09:46 +02:00
innodb_page_size_basic.result Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_prefix_index_cluster_optimization_basic.result MDEV-6929: Port Facebook Prefix Index Queries Optimization 2014-11-03 11:18:52 +02:00
innodb_print_all_deadlocks_basic.result This is a backport of "WL#5674 InnoDB: report all deadlocks (Bug#1784)" 2012-11-12 14:24:43 +02:00
innodb_purge_batch_size_basic.result Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_purge_rseg_truncate_frequency_basic.result Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_purge_threads_basic.result Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_random_read_ahead_basic.result Merge of compatibility fixes 2012-04-02 13:33:16 +03:00
innodb_read_ahead_threshold_basic.result Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_read_io_threads_basic.result Modified and added tests following review of WL#4738. 2010-01-28 22:33:00 -08:00
innodb_read_only_basic.result sys_var suite passes 2013-07-13 09:22:00 +02:00
innodb_replication_delay_basic.result Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_rollback_on_timeout_basic.result This is a backport of the two patches for Bug #28299: 2009-10-09 15:34:07 +02:00
innodb_saved_page_number_debug_basic.result MDEV-11953: support of brackets in UNION/EXCEPT/INTERSECT operations 2018-07-04 19:13:55 +02:00
innodb_scrub_log_basic.result Push for testing of encryption 2015-02-10 10:21:17 +01:00
innodb_scrub_log_speed_basic.result clarify/simplify new innodb sysvars: innodb-scrub-log-interval 2015-04-09 18:42:45 +02:00
innodb_simulate_comp_failures_basic.result Add missing results file. 2014-08-01 14:33:49 +03:00
innodb_sort_buffer_size_basic.result fixes for test failures 2012-09-27 20:09:46 +02:00
innodb_spin_wait_delay_basic.result MDEV-14482 - Cache line contention on ut_rnd_interval() 2019-12-10 17:01:36 +02:00
innodb_stats_auto_recalc_basic.result sys_var suite passes 2013-07-13 09:22:00 +02:00
innodb_stats_include_delete_marked_basic.result Add missing sys_var test for innodb_stats_include_delete_marked 2017-03-05 01:00:21 +02:00
innodb_stats_method_basic.result Cherry-picking WL#5710 from mysql-5.5 to mysql-5.5.16-release. 2011-08-15 18:29:38 +04:00
innodb_stats_modified_counter_basic.result MDEV-7084: innodb index stats inadequate using constant 2014-11-19 20:27:34 +02:00
innodb_stats_on_metadata_basic.result sys_var suite passes 2013-07-13 09:22:00 +02:00
innodb_stats_persistent_basic.result Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_stats_persistent_sample_pages_basic.result Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_stats_traditional_basic.result Forgot to add test file. 2014-11-21 13:32:53 +02:00
innodb_stats_transient_sample_pages_basic.result MDEV-19551 Remove alias innodb_stats_sample_pages 2019-05-23 10:25:12 +03:00
innodb_status_output_basic.result after InnoDB/XtraDB 5.6.16 merge 2014-05-06 13:57:56 +02:00
innodb_status_output_locks_basic.result after InnoDB/XtraDB 5.6.16 merge 2014-05-06 13:57:56 +02:00
innodb_strict_mode_basic.result Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_sync_array_size_basic.result Percona-Server-5.6.14-rel62.0 merge 2013-12-22 17:06:50 +01:00
innodb_sync_debug_basic.result Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_sync_spin_loops_basic.result Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_table_locks_basic.result Tests: revert unneded changes 2017-11-28 11:40:13 +03:00
innodb_table_locks_func.result Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_temp_data_file_path_basic.result Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_thread_concurrency_basic.result Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_thread_sleep_delay_basic.result Remove end . from error messages to get them consistent 2016-10-05 01:11:08 +03:00
innodb_tmpdir_basic.result Merge branch 'merge-innodb-5.6' into 10.0 2016-02-16 18:32:59 +01:00
innodb_trx_purge_view_update_only_debug_basic.result merge with mysql-5.5.30 minus few incorrect or not applicable changesets 2013-02-28 18:42:49 +01:00
innodb_trx_rseg_n_slots_debug_basic.result Add missing sys_vars tests for InnoDB variables. 2012-01-16 16:39:05 +02:00
innodb_undo_directory_basic.result Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_undo_log_truncate_basic.result Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_undo_logs_basic.result MDEV-19570 Deprecate and ignore innodb_undo_logs, remove innodb_rollback_segments 2019-05-23 17:34:47 +03:00
innodb_undo_tablespaces_basic.result Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_use_atomic_writes_basic.result Make atomic writes general 2017-01-11 09:18:35 +02:00
innodb_use_native_aio_basic.result Add basic tests for new innodb features 2010-04-29 13:43:10 -04:00
innodb_version_basic.result Modified and added tests following review of WL#4738. 2010-01-28 22:33:00 -08:00
innodb_write_io_threads_basic.result Modified and added tests following review of WL#4738. 2010-01-28 22:33:00 -08:00
insert_id_basic.result Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
insert_id_func.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
interactive_timeout_basic.result WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
interactive_timeout_func.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
join_buffer_size_basic.result Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
join_buffer_space_limit_basic.result Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
join_cache_level_basic.result Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
keep_files_on_create_basic.result Tests: revert unneded changes 2017-11-28 11:40:13 +03:00
key_buffer_size_basic.result Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
key_buffer_size_func.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
key_cache_age_threshold_basic.result Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
key_cache_block_size_basic.result Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
key_cache_division_limit_basic.result Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
key_cache_file_hash_size_basic.result Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
key_cache_segments_basic.result after merge changes: 2011-12-12 23:58:40 +01:00
large_files_support_basic.result Fix sys_vars.large_files_support_basic failure. 2010-07-06 17:06:07 +04:00
large_page_size_basic.result WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
large_pages_basic.result WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
last_gtid_basic.result MDEV-4984: Implement MASTER_GTID_WAIT() and @@LAST_GTID. 2014-02-07 19:15:28 +01:00
last_insert_id_basic.result Modified and added tests following review of WL#4738. 2010-01-28 22:33:00 -08:00
last_insert_id_func.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
lc_messages_basic.result Modified and added tests following review of WL#4738. 2010-01-28 22:33:00 -08:00
lc_messages_dir_basic.result WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
lc_time_names_basic.result Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
lc_time_names_func.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
license_basic.result 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.result Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
local_infile_func.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
lock_wait_timeout_basic.result MDEV-11379, MDEV-11388 - [WAIT n|NOWAIT] 2017-03-22 19:08:24 +04:00
locked_in_memory_basic.result WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
log_basic.result Bug#14498355: DEPRECATION WARNINGS SHOULD NOT CONTAIN MYSQL VERSION 2012-08-24 10:17:08 +02:00
log_bin_basename_basic.result MDEV-7110 : Add missing MySQL variable log_bin_basename and log_bin_index 2015-06-09 13:38:29 -04:00
log_bin_basic.result WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
log_bin_index_basic.result 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.result Tests: revert unneded changes 2017-11-28 11:40:13 +03:00
log_bin_trust_function_creators_func.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
log_disabled_statements_basic.result New option for slow logging (log_slow_disable_statements) 2017-08-24 01:05:51 +02:00
log_disabled_statements_func.result New option for slow logging (log_slow_disable_statements) 2017-08-24 01:05:51 +02:00
log_error_func.result use log-error in mtr, don't let mysqld to write to stderr 2017-04-07 09:55:54 +02:00
log_error_func2.result 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.result 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.result Fix for bug#52501 consisting of changes of some sys_vars tests including review results. 2010-11-08 16:30:26 +01:00
log_output_func.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
log_queries_not_using_indexes_basic.result MDEV-13675 filsort_priority_queue 2017-10-05 11:45:32 +02:00
log_result_errors_basic.result New option for slow logging (log_slow_disable_statements) 2017-08-24 01:05:51 +02:00
log_slave_updates_basic.result WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
log_slow_admin_statements_func.result New option for slow logging (log_slow_disable_statements) 2017-08-24 01:05:51 +02:00
log_slow_disabled_statements_basic.result New option for slow logging (log_slow_disable_statements) 2017-08-24 01:05:51 +02:00
log_slow_disabled_statements_func.result New option for slow logging (log_slow_disable_statements) 2017-08-24 01:05:51 +02:00
log_slow_filter_basic.result MDEV-13675 filsort_priority_queue 2017-10-05 11:45:32 +02:00
log_slow_queries_basic.result mysql-5.5.28 2012-10-16 13:04:42 +02:00
log_slow_rate_limit_basic.result after merge changes: 2011-12-12 23:58:40 +01:00
log_slow_verbosity_basic.result Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
log_tc_size_basic.result 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.result MDEV-7635: Part 1 2017-02-10 06:30:42 -05:00
long_query_time_basic.result Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
low_priority_updates_basic.result Tests: revert unneded changes 2017-11-28 11:40:13 +03:00
lower_case_file_system_basic.result Modified and added tests following review of WL#4738. 2010-01-28 22:33:00 -08:00
lower_case_table_names_basic.result Modified and added tests following review of WL#4738. 2010-01-28 22:33:00 -08:00
master_verify_checksum_basic.result Backport MySQL WL#2540 into MariaDB. 2011-05-03 14:01:11 +02:00
max_allowed_packet_basic.result Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
max_allowed_packet_func.result Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
max_binlog_cache_size_basic.result Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
max_binlog_cache_size_func.result 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
max_binlog_size_basic.result Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
max_binlog_stmt_cache_size_basic.result Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
max_connect_errors_basic.result Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
max_connections_basic.result Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
max_delayed_threads_basic.result WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
max_digest_length_basic.result Fixed failing test cases and compiler warnings found by buildbot 2015-11-24 20:04:12 +02:00
max_error_count_basic.result WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
max_heap_table_size_basic.result Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
max_insert_delayed_threads_basic.result WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
max_join_size_basic.result after merge changes: 2011-12-12 23:58:40 +01:00
max_join_size_func.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
max_length_for_sort_data_basic.result WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
max_prepared_stmt_count_basic.result Merge remote-tracking branch '10.2' into 10.3 2018-04-12 12:41:19 +03:00
max_prepared_stmt_count_func.result Bug#31767 DROP FUNCTION name resolution 2010-02-23 11:43:26 -07:00
max_relay_log_size_basic.result Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
max_seeks_for_key_basic.result Dependency of tests from ulong size removed. 2012-04-19 17:00:13 +03:00
max_seeks_for_key_func.result Merge branch '10.3' into 10.4 2019-09-06 11:53:10 +02:00
max_sort_length_basic.result WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
max_sort_length_func.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
max_sp_recursion_depth_basic.result WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
max_sp_recursion_depth_func.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
max_statement_time_basic.result MDEV 4427: query timeouts 2014-10-07 11:37:36 +03:00
max_tmp_tables_basic.result Remove end . from error messages to get them consistent 2016-10-05 01:11:08 +03:00
max_user_connections-2.result after merge changes: 2011-12-12 23:58:40 +01:00
max_user_connections_basic.result Add support for signed sysvars. 2011-11-22 18:05:34 +01:00
max_user_connections_func.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
max_write_lock_count_basic.result Dependency of tests from ulong size removed. 2012-04-19 17:00:13 +03:00
maximum_basic.result MDEV-11917 enum/set command-line options aren't respecting max-* 2018-06-20 17:14:04 +04:00
metadata_locks_cache_size_basic.result Fix for bug#12695572 - "IMPROVE MDL PERFORMANCE IN PRE-VISTA 2011-11-15 22:00:14 +04:00
metadata_locks_hash_instances_basic.result sys_var suite passes 2013-07-13 09:22:00 +02:00
min_examined_row_limit_basic.result Dependency of tests from ulong size removed. 2012-04-19 17:00:13 +03:00
mrr_buffer_size_basic.result after merge changes: 2011-12-12 23:58:40 +01:00
multi_range_count_basic.result mysql-5.5.28 2012-10-16 13:04:42 +02:00
myisam_block_size_basic.result fixes for sys_vars and pbxt suites 2011-10-28 14:24:02 +02:00
myisam_data_pointer_size_basic.result WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
myisam_data_pointer_size_func.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
myisam_max_sort_file_size_basic.result Dependency of tests from ulong size removed. 2012-04-19 17:00:13 +03:00
myisam_mmap_size_basic.result WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
myisam_recover_options_basic.result MDEV-7635: Part 1 2017-02-10 06:30:42 -05:00
myisam_repair_threads_basic.result Dependency of tests from ulong size removed. 2012-04-19 17:00:13 +03:00
myisam_sort_buffer_size_basic.result Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
myisam_stats_method_basic.result Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
myisam_stats_method_func.result Merge 10.3 into 10.4 2019-04-25 16:05:20 +03:00
myisam_use_mmap_basic.result This is a backport of the two patches for Bug #28299: 2009-10-09 15:34:07 +02:00
mysql56_temporal_format_basic.result Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
mysql56_temporal_format_func.result 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.result WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
net_buffer_length_basic.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
net_read_timeout_basic.result WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
net_retry_count_basic.result Dependency of tests from ulong size removed. 2012-04-19 17:00:13 +03:00
net_write_timeout_basic.result WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
old_alter_table_basic.result MDEV-13134 Introduce ALTER TABLE attributes ALGORITHM=NOCOPY and ALGORITHM=INSTANT 2018-05-07 14:58:11 +05:30
old_basic.result merge with 5.3 2011-10-19 21:45:18 +02:00
old_mode_basic.result Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
old_passwords_basic.result Tests: revert unneded changes 2017-11-28 11:40:13 +03:00
old_passwords_func.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
open_files_limit_basic.result don't show the value of open_files_limit 2009-12-26 09:35:42 +01:00
optimizer_prune_level_basic.result Tests: revert unneded changes 2017-11-28 11:40:13 +03:00
optimizer_search_depth_basic.result Removed depricated optimizer_search_depth. 2015-11-19 10:56:30 +01:00
optimizer_selectivity_sampling_limit_basic.result MDEV-4345: fixed optimizer_selectivity_sampling_limit default value. 2013-04-19 19:35:13 +03:00
optimizer_switch_basic.result Merge 10.4 into 10.5 2019-09-06 17:16:40 +03:00
optimizer_use_condition_selectivity_basic.result Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
oqgraph_allow_create_integer_latch_basic.result MDEV-5319 - Request for merge of Oqgraph v3 functionality 2013-12-16 13:55:43 +04:00
performance_schema_basic.result WL#2360 Performance schema 2010-01-06 22:42:07 -07:00
pfs_accounts_size_basic.result fixes for test failures 2012-09-27 20:09:46 +02:00
pfs_digests_size_basic.result rename the result file to its correct name 2012-10-27 21:11:28 +02:00
pfs_events_stages_history_long_size_basic.result fixes for test failures 2012-09-27 20:09:46 +02:00
pfs_events_stages_history_size_basic.result fixes for test failures 2012-09-27 20:09:46 +02:00
pfs_events_statements_history_long_size_basic.result fixes for test failures 2012-09-27 20:09:46 +02:00
pfs_events_statements_history_size_basic.result fixes for test failures 2012-09-27 20:09:46 +02:00
pfs_events_waits_history_long_size_basic.result WL#2360 Performance schema 2010-01-06 22:42:07 -07:00
pfs_events_waits_history_size_basic.result WL#2360 Performance schema 2010-01-06 22:42:07 -07:00
pfs_hosts_size_basic.result fixes for test failures 2012-09-27 20:09:46 +02:00
pfs_max_cond_classes_basic.result WL#2360 Performance schema 2010-01-06 22:42:07 -07:00
pfs_max_cond_instances_basic.result WL#2360 Performance schema 2010-01-06 22:42:07 -07:00
pfs_max_digest_length_basic.result Fixed failing test cases and compiler warnings found by buildbot 2015-11-24 20:04:12 +02:00
pfs_max_file_classes_basic.result WL#2360 Performance schema 2010-01-06 22:42:07 -07:00
pfs_max_file_handles_basic.result WL#2360 Performance schema 2010-01-06 22:42:07 -07:00
pfs_max_file_instances_basic.result WL#2360 Performance schema 2010-01-06 22:42:07 -07:00
pfs_max_mutex_classes_basic.result WL#2360 Performance schema 2010-01-06 22:42:07 -07:00
pfs_max_mutex_instances_basic.result WL#2360 Performance schema 2010-01-06 22:42:07 -07:00
pfs_max_rwlock_classes_basic.result WL#2360 Performance schema 2010-01-06 22:42:07 -07:00
pfs_max_rwlock_instances_basic.result WL#2360 Performance schema 2010-01-06 22:42:07 -07:00
pfs_max_socket_classes_basic.result fixes for test failures 2012-09-27 20:09:46 +02:00
pfs_max_socket_instances_basic.result fixes for test failures 2012-09-27 20:09:46 +02:00
pfs_max_stage_classes_basic.result fixes for test failures 2012-09-27 20:09:46 +02:00
pfs_max_statement_classes_basic.result fixes for test failures 2012-09-27 20:09:46 +02:00
pfs_max_table_handles_basic.result WL#2360 Performance schema 2010-01-06 22:42:07 -07:00
pfs_max_table_instances_basic.result WL#2360 Performance schema 2010-01-06 22:42:07 -07:00
pfs_max_thread_classes_basic.result WL#2360 Performance schema 2010-01-06 22:42:07 -07:00
pfs_max_thread_instances_basic.result WL#2360 Performance schema 2010-01-06 22:42:07 -07:00
pfs_session_connect_attrs_size_basic.result sys_var suite passes 2013-07-13 09:22:00 +02:00
pfs_setup_actors_size_basic.result fixes for test failures 2012-09-27 20:09:46 +02:00
pfs_setup_objects_size_basic.result fixes for test failures 2012-09-27 20:09:46 +02:00
pfs_users_size_basic.result fixes for test failures 2012-09-27 20:09:46 +02:00
pid_file_basic.result WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
plugin_dir_basic.result Bug #11754014: 45549: udf plugin_dir path separator inconsistency 2012-01-16 12:04:28 +02:00
plugin_maturity_basic.result lots of post-merge changes 2011-04-25 17:22:25 +02:00
port_basic.result WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
preload_buffer_size_basic.result WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
profiling_basic.result Modified and added tests following review of WL#4738. 2010-01-28 22:33:00 -08:00
profiling_history_size_basic.result Modified and added tests following review of WL#4738. 2010-01-28 22:33:00 -08:00
progress_report_time_basic.result Set default progress report time to 5 seconds 2014-02-11 16:56:38 +02:00
protocol_version_basic.result WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
proxy_user_basic.result WL#1054: Pluggable authentication support 2010-08-09 11:32:50 +03:00
pseudo_slave_mode_basic.result Tests: revert unneded changes 2017-11-28 11:40:13 +03:00
pseudo_thread_id_basic.result remove one particularly stupid test 2013-01-23 14:58:05 +01:00
query_alloc_block_size_basic.result - Changed default values of query_prealloc_size and query_alloc_block_size 2014-12-05 11:01:50 +04:00
query_cache_limit_basic.result Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
query_cache_limit_func.result MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
query_cache_min_res_unit_basic.result Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
query_cache_size_basic.result Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
query_cache_strip_comments_basic.result after merge changes: 2011-12-12 23:58:40 +01:00
query_cache_type_basic.result MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
query_cache_type_func.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
query_cache_wlock_invalidate_basic.result Tests: revert unneded changes 2017-11-28 11:40:13 +03:00
query_cache_wlock_invalidate_func.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
query_prealloc_size_basic.result - Changed default values of query_prealloc_size and query_alloc_block_size 2014-12-05 11:01:50 +04:00
query_prealloc_size_func.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rand_seed1_basic.result 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.result 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.result Dependency of tests from ulong size removed. 2012-04-19 17:00:13 +03:00
read_buffer_size_basic.result WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
read_only_basic.result Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
read_only_func.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
read_rnd_buffer_size_basic.result WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
relay_log_basename_basic.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
relay_log_basic.result Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
relay_log_index_basic.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
relay_log_info_file_basic.result WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
relay_log_purge_basic.result Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
relay_log_recovery_basic.result Modified and added tests following review of WL#4738. 2010-01-28 22:33:00 -08:00
relay_log_space_limit_basic.result WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
replicate_annotate_row_events_basic.result MDEV-7635: Part 1 2017-02-10 06:30:42 -05:00
replicate_do_db_basic.result MDEV-8329 MariaDB crashes when replicate_wild_ignore_table is set to NULL. 2016-12-07 14:42:08 +04:00
replicate_do_table_basic.result MDEV-8329 MariaDB crashes when replicate_wild_ignore_table is set to NULL. 2016-12-07 14:42:08 +04:00
replicate_events_marked_for_skip_basic.result MDEV-6137 better help for SET/ENUM sysvars 2014-06-19 12:02:23 +02:00
replicate_ignore_db_basic.result MDEV-8329 MariaDB crashes when replicate_wild_ignore_table is set to NULL. 2016-12-07 14:42:08 +04:00
replicate_ignore_table_basic.result MDEV-20101 Assertion failure on select @@global.'m2'.replicate_ignore_table; 2019-08-05 16:03:33 +04:00
replicate_wild_do_table_basic.result MDEV-8329 MariaDB crashes when replicate_wild_ignore_table is set to NULL. 2016-12-07 14:42:08 +04:00
replicate_wild_ignore_table_basic.result MDEV-8329 MariaDB crashes when replicate_wild_ignore_table is set to NULL. 2016-12-07 14:42:08 +04:00
report_host_basic.result WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
report_password_basic.result WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
report_port_basic.result WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
report_user_basic.result WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
rowid_merge_buff_size_basic.result after merge changes: 2011-12-12 23:58:40 +01:00
rpl_init_slave_func.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_max_binlog_size_func.result 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.result MDEV-13073 This part merges the Ali semisync related changes 2017-12-18 13:43:37 +02:00
rpl_semi_sync_master_timeout_basic.result MDEV-4254 Semisync plugins to link statically into MariaDB 2013-04-09 23:28:21 +02:00
rpl_semi_sync_master_trace_level_basic.result MDEV-4254 Semisync plugins to link statically into MariaDB 2013-04-09 23:28:21 +02:00
rpl_semi_sync_master_wait_no_slave_basic.result MDEV-4254 Semisync plugins to link statically into MariaDB 2013-04-09 23:28:21 +02:00
rpl_semi_sync_master_wait_point_basic.result MDEV-162 Enhanced semisync replication 2014-12-23 14:16:32 +01:00
rpl_semi_sync_slave_enabled_basic.result MDEV-4254 Semisync plugins to link statically into MariaDB 2013-04-09 23:28:21 +02:00
rpl_semi_sync_slave_trace_level_basic.result MDEV-4254 Semisync plugins to link statically into MariaDB 2013-04-09 23:28:21 +02:00
secure_auth_basic.result MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
secure_auth_func.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
secure_file_priv.result MDEV-11953: support of brackets in UNION/EXCEPT/INTERSECT operations 2018-07-04 19:13:55 +02:00
secure_file_priv2.result after merge changes: 2011-12-12 23:58:40 +01:00
secure_file_priv_basic.result WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
secure_timestamp_no.result MDEV-15923 option to control who can set session @@timestamp 2018-05-12 10:16:45 +02:00
secure_timestamp_rpl.result MDEV-15923 option to control who can set session @@timestamp 2018-05-12 10:16:45 +02:00
secure_timestamp_super.result MDEV-15923 option to control who can set session @@timestamp 2018-05-12 10:16:45 +02:00
secure_timestamp_yes.result MDEV-15923 option to control who can set session @@timestamp 2018-05-12 10:16:45 +02:00
server_id_basic.result Set server_id to 1 by default and disallow to set it to 0 2016-08-29 20:28:06 +03:00
session_track_system_variables_basic.result MDEV-16470 - Session user variables tracker 2019-09-24 15:49:35 +04:00
show_vs_valstr.result MDEV-6138 show sysvar's help in I_S tables 2014-10-11 10:23:20 +02:00
skip_external_locking_basic.result WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
skip_name_resolve_basic.result Added a test for skip_name_resolve to the sys_vars suite. 2010-04-20 11:32:39 +04:00
skip_networking_basic.result WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
skip_parallel_replication_basic.result MDEV-6676: Optimistic parallel replication 2015-02-07 09:42:58 +01:00
skip_replication_basic.result Merge MWL#234: @@skip_replication feature to MariaDB 5.5. 2012-03-01 12:41:49 +01:00
skip_show_database_basic.result WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
slave_allow_batching_basic.result WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
slave_compressed_protocol_basic.result This is a backport of the two patches for Bug #28299: 2009-10-09 15:34:07 +02:00
slave_ddl_exec_mode_basic.result Replication changes for CREATE OR REPLACE TABLE 2014-02-05 19:01:59 +02:00
slave_domain_parallel_threads_basic.result MDEV-5657: Parallel replication. 2014-02-26 15:02:09 +01:00
slave_exec_mode_basic.result 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
slave_load_tmpdir_basic.result WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
slave_max_allowed_packet_basic.result Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
slave_net_timeout_basic.result MDEV-7635: Part 1 2017-02-10 06:30:42 -05:00
slave_parallel_max_queued_basic.result MDEV-4506: Parallel replication. 2013-10-24 12:44:21 +02:00
slave_parallel_mode_basic.result MDEV-6676: Optimistic parallel replication 2015-02-07 09:42:58 +01:00
slave_parallel_threads_basic.result MDEV-5289: master server starts slave parallel threads 2015-03-11 09:18:16 +01:00
slave_skip_errors_basic.result WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
slave_sql_verify_checksum_basic.result Backport MySQL WL#2540 into MariaDB. 2011-05-03 14:01:11 +02:00
slave_transaction_retries_basic.result Dependency of tests from ulong size removed. 2012-04-19 17:00:13 +03:00
slave_transaction_retry_errors.result MDEV-17402 slave_transaction_retry_errors="12701" won't be enabled (#1349) 2019-06-30 18:52:45 +09:00
slave_transaction_retry_interval_basic.result MDEV-7702 Spiral patch 004_mariadb-10.0.15.slave-trx-retry.diff 2017-12-03 13:58:35 +02:00
slave_type_conversions_basic.result Fixes for three test failures: 2010-01-12 17:52:02 +00:00
slow_launch_time_basic.result Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
slow_launch_time_func.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
slow_query_log_basic.result Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
slow_query_log_file_basic.result MDEV-8844 Unreadable control characters printed as is in warnings 2019-12-06 18:51:05 +04:00
slow_query_log_file_func.result merge: 5.1 -> 5.1-rpl-merge 2009-01-29 17:59:46 +01:00
slow_query_log_func.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
socket_basic.result WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
sort_buffer_size_basic.result Fixed tests that failed on 32 bit because of my earlier fixes of 32 bit limits. 2013-06-11 13:49:43 +03:00
sql_auto_is_null_basic.result WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
sql_big_selects_basic.result Tests: revert unneded changes 2017-11-28 11:40:13 +03:00
sql_big_selects_func.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
sql_buffer_result_basic.result Tests: revert unneded changes 2017-11-28 11:40:13 +03:00
sql_buffer_result_func.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
sql_log_bin_basic.result Tests: revert unneded changes 2017-11-28 11:40:13 +03:00
sql_log_off_basic.result Tests: revert unneded changes 2017-11-28 11:40:13 +03:00
sql_log_off_func.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
sql_low_priority_updates_basic.result Tests: revert unneded changes 2017-11-28 11:40:13 +03:00
sql_low_priority_updates_func.result Merge 10.1 into 10.2 2018-11-06 08:41:48 +02:00
sql_max_join_size_basic.result mysql-5.5.28 2012-10-16 13:04:42 +02:00
sql_max_join_size_func.result mysql-5.5.28 2012-10-16 13:04:42 +02:00
sql_mode_basic.result MDEV-16991 Rounding vs truncation for TIME, DATETIME, TIMESTAMP 2018-11-26 08:10:47 +04:00
sql_mode_func.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
sql_notes_basic.result Tests: revert unneded changes 2017-11-28 11:40:13 +03:00
sql_notes_func.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
sql_quote_show_create_basic.result Tests: revert unneded changes 2017-11-28 11:40:13 +03:00
sql_quote_show_create_func.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
sql_safe_updates_basic.result Tests: revert unneded changes 2017-11-28 11:40:13 +03:00
sql_safe_updates_func.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
sql_select_limit_basic.result Modified and added tests following review of WL#4738. 2010-01-28 22:33:00 -08:00
sql_select_limit_func.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
sql_slave_skip_counter_basic.result Implementation of Multi-source replication (MDEV:253) 2012-10-04 01:37:58 +03:00
sql_warnings_basic.result Tests: revert unneded changes 2017-11-28 11:40:13 +03:00
sql_warnings_func.result MDEV-7635: Update tests to adapt to the new default sql_mode 2017-02-10 06:30:42 -05:00
ssl_ca_basic.result 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
ssl_capath_basic.result Bug #42778: delete order by null global variable causes 2009-05-22 01:22:46 +05:00
ssl_cert_basic.result 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
ssl_cipher_basic.result Bug #42778: delete order by null global variable causes 2009-05-22 01:22:46 +05:00
ssl_crl_basic.result fixes for test failures 2012-09-27 20:09:46 +02:00
ssl_crlpath_basic.result fixes for test failures 2012-09-27 20:09:46 +02:00
ssl_key_basic.result 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
storage_engine_basic.result simplify the handler api - table_type() is no longer abstract, not even virtual 2012-12-17 11:00:39 +01:00
stored_program_cache_basic.result MDEV-7410 Temporary table name conflict between sessions 2015-01-10 14:07:46 +01:00
stored_program_cache_func.result MDEV-7410 Temporary table name conflict between sessions 2015-01-10 14:07:46 +01:00
sync_binlog_basic.result Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
sync_frm_basic.result Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
sync_master_info_basic.result MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
sync_relay_log_basic.result MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
sync_relay_log_info_basic.result MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
system_time_zone_basic.result 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,32bit.rdiff update 32-bit rdiff files in sys_vars suite 2015-02-10 10:21:19 +01:00
sysvars_aria.result Merge branch '10.3' into 10.4 2019-09-06 11:53:10 +02:00
sysvars_debug,32bit.rdiff Try to fix sys_vars.sysvars_debug,32bit 2017-11-02 12:07:44 +02:00
sysvars_debug.result MDEV-12684 Show what config file a sysvar got a value from 2019-10-14 10:29:30 +02:00
sysvars_innodb,32bit.rdiff MDEV-18115: Fix up sys_vars.sysvars_innodb 2020-01-20 16:46:39 +02:00
sysvars_innodb.result MDEV-18115: Fix up sys_vars.sysvars_innodb 2020-01-20 16:46:39 +02:00
sysvars_server_embedded,32bit.rdiff MDEV-19713 Remove big_tables system variable 2019-09-28 19:21:14 +02:00
sysvars_server_embedded.result MDEV-14024 PCRE2. 2019-12-21 10:34:02 +01:00
sysvars_server_notembedded,32bit.rdiff MDEV-19713 Remove big_tables system variable 2019-09-28 19:21:14 +02:00
sysvars_server_notembedded.result MDEV-14024 PCRE2. 2019-12-21 10:34:02 +01:00
sysvars_star.result MDEV-12684 Show what config file a sysvar got a value from 2019-10-14 10:29:30 +02:00
sysvars_wsrep,32bit.rdiff refresh 32bit rdiffs 2016-06-30 11:43:02 +02:00
sysvars_wsrep.result MDEV-20051: Add new mode to wsrep_OSU_method in which Galera checks storage engine of the effected table 2020-02-11 15:17:50 +02:00
table_definition_cache_basic.result Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
table_open_cache_basic.result Fixed issues found by valgrind 2019-08-12 15:41:14 +03:00
tcp_keepalive_time.result MDEV-14412 Support TCP keepalive options 2017-11-17 21:40:20 +00:00
tcp_nodelay.result MDEV-16277 : Adjust MTR test results. 2018-08-12 00:13:19 +01:00
thread_cache_size_basic.result Increase value of thread_cache_size to 32 2016-03-22 23:44:52 +02:00
thread_cache_size_func.result After merge and bug fixes 2016-10-05 01:11:08 +03:00
thread_concurrency_basic.result WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
thread_handling_basic.result 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.result make sys_vars suite pass 2011-12-20 22:49:24 +01:00
thread_pool_max_threads_basic.result increase default for max threads in the pool to max allowed value (64K) currently 2017-01-26 17:39:36 +00:00
thread_pool_min_threads_basic.result add test thread_pool_min_basic 2012-01-25 03:59:09 +01:00
thread_pool_oversubscribe_basic.result Allow for faster creation of threads in corner cases where pool would be overloaded with long non-yielding queries. 2011-12-31 05:24:11 +01:00
thread_pool_size_basic.result fix result file 2011-12-28 03:51:12 +01:00
thread_pool_size_high.result fix test suite after MDEV-15438 2018-10-12 08:22:10 +02:00
thread_pool_stall_limit_basic.result MDEV-19312 Make throttling interval depend on thread_pool_stall_limit 2019-05-31 15:04:11 +02:00
thread_stack_basic.result ASAN loves stack, give it some 2019-03-06 15:12:11 +01:00
time_format_basic.result WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
time_zone_basic.result after merge changes: 2011-12-12 23:58:40 +01:00
time_zone_func.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
timed_mutexes_basic.result Remove end . from error messages to get them consistent 2016-10-05 01:11:08 +03:00
timestamp_basic.result merge with 5.3 2011-10-19 21:45:18 +02:00
timestamp_func.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
timestamp_sysdate_is_now_func.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
tmp_disk_table_size_basic.result Added tmp_disk_table_size to limit size of Aria temp tables in tmpdir 2017-06-30 22:31:37 +03:00
tmp_disk_table_size_func.result MDEV-19713 Remove big_tables system variable 2019-09-28 19:21:14 +02:00
tmpdir_basic.result 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.result Bug#19770858: MYSQLD CAN BE DRIVEN TO OOM WITH TWO SIMPLE SESSION VARS 2015-01-23 10:17:09 +01:00
transaction_prealloc_size_basic.result Bug#19770858: MYSQLD CAN BE DRIVEN TO OOM WITH TWO SIMPLE SESSION VARS 2015-01-23 10:17:09 +01:00
transaction_prealloc_size_bug27322.result MDEV-571 2012-10-22 12:55:29 +03:00
tx_isolation_basic.result Removing redundant tests for "SET (global|local|session).varname" 2017-04-05 15:02:56 +04:00
tx_isolation_func.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
tx_read_only_basic.result Tests: revert unneded changes 2017-11-28 11:40:13 +03:00
unique_checks_basic.result WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
updatable_views_with_limit_basic.result WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
updatable_views_with_limit_func.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
use_stat_tables_basic.result MDEV-17255: New optimizer defaults and ANALYZE TABLE 2018-12-09 13:25:27 +05:30
userstat_basic.result Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
version.result MDEV-7780 - Support for faking server version 2015-11-27 11:32:30 +04:00
version_basic.result 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.result 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.result 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.result 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.result Cleanups: 2014-01-09 22:01:12 +02:00
version_ssl_library_basic.result new read-only server variable version_ssl_library 2015-02-10 10:21:16 +01:00
wait_timeout_basic.result MDEV-9516 type error when setting session variable 2016-03-22 00:09:04 +04:00
wait_timeout_func.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
warning_count_basic.result 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.result Merged sys_vars.wsrep_* tests from maria-10.0-galera tree. 2014-09-08 13:19:20 -04:00
wsrep_causal_reads_basic.result after-merge fixes for test cases 2015-02-06 20:18:40 +01:00
wsrep_certify_nonpk_basic.result Merged sys_vars.wsrep_* tests from maria-10.0-galera tree. 2014-09-08 13:19:20 -04:00
wsrep_cluster_address_basic.result Merged sys_vars.wsrep_* tests from maria-10.0-galera tree. 2014-09-08 13:19:20 -04:00
wsrep_cluster_name_basic.result 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.result Merged sys_vars.wsrep_* tests from maria-10.0-galera tree. 2014-09-08 13:19:20 -04:00
wsrep_data_home_dir_basic.result after-merge fixes for test cases 2015-02-06 20:18:40 +01:00
wsrep_dbug_option_basic.result Merged sys_vars.wsrep_* tests from maria-10.0-galera tree. 2014-09-08 13:19:20 -04:00
wsrep_debug_basic.result WSREP debug log levels support 2019-02-13 18:47:27 +01:00
wsrep_desync_basic.result Post merge fixes. 2016-08-25 21:28:26 -04:00
wsrep_dirty_reads_basic.result MDEV-11479 Improved wsrep_dirty_reads 2016-12-14 17:14:42 +05:30
wsrep_drupal_282555_workaround_basic.result Merged sys_vars.wsrep_* tests from maria-10.0-galera tree. 2014-09-08 13:19:20 -04:00
wsrep_forced_binlog_format_basic.result Merged sys_vars.wsrep_* tests from maria-10.0-galera tree. 2014-09-08 13:19:20 -04:00
wsrep_gtid_domain_id_basic.result MDEV-6594: Use separate domain_id for Galera transactions 2015-02-27 22:33:41 -05:00
wsrep_gtid_mode_basic.result MDEV-6594: Use separate domain_id for Galera transactions 2015-02-27 22:33:41 -05:00
wsrep_load_data_splitting_basic.result MDEV-18564: Change wsrep_load_data_splitting off by default 2019-02-13 13:19:37 +02:00
wsrep_log_conflicts_basic.result Merged sys_vars.wsrep_* tests from maria-10.0-galera tree. 2014-09-08 13:19:20 -04:00
wsrep_max_ws_rows_basic.result MW-265 Add support for wsrep_max_ws_rows 2016-07-20 18:12:17 -04:00
wsrep_max_ws_size_basic.result Post merge fixes. 2016-08-25 21:28:26 -04:00
wsrep_mysql_replication_bundle_basic.result Merged sys_vars.wsrep_* tests from maria-10.0-galera tree. 2014-09-08 13:19:20 -04:00
wsrep_node_address_basic.result Merged sys_vars.wsrep_* tests from maria-10.0-galera tree. 2014-09-08 13:19:20 -04:00
wsrep_node_incoming_address_basic.result Merged sys_vars.wsrep_* tests from maria-10.0-galera tree. 2014-09-08 13:19:20 -04:00
wsrep_node_name_basic.result MDEV-6699 : wsrep_node_name not automatically set to hostname 2016-06-27 17:56:59 -04:00
wsrep_notify_cmd_basic.result Merged sys_vars.wsrep_* tests from maria-10.0-galera tree. 2014-09-08 13:19:20 -04:00
wsrep_on_basic.result Merged sys_vars.wsrep_* tests from maria-10.0-galera tree. 2014-09-08 13:19:20 -04:00
wsrep_osu_method_basic.result Merge branch '10.0-galera' into 10.1 2015-07-14 16:05:29 -04:00
wsrep_provider_basic.result Merged sys_vars.wsrep_* tests from maria-10.0-galera tree. 2014-09-08 13:19:20 -04:00
wsrep_provider_options_basic.result Galera4 2019-01-23 15:30:00 +04:00
wsrep_recover_basic.result Merged sys_vars.wsrep_* tests from maria-10.0-galera tree. 2014-09-08 13:19:20 -04:00
wsrep_replicate_myisam_basic.result Merged sys_vars.wsrep_* tests from maria-10.0-galera tree. 2014-09-08 13:19:20 -04:00
wsrep_restart_slave_basic.result Merged sys_vars.wsrep_* tests from maria-10.0-galera tree. 2014-09-08 13:19:20 -04:00
wsrep_retry_autocommit_basic.result Merged sys_vars.wsrep_* tests from maria-10.0-galera tree. 2014-09-08 13:19:20 -04:00
wsrep_slave_fk_checks_basic.result MDEV-6247: Merge 10.0-galera to 10.1. 2014-08-26 15:43:46 +03:00
wsrep_slave_threads_basic.result Merged sys_vars.wsrep_* tests from maria-10.0-galera tree. 2014-09-08 13:19:20 -04:00
wsrep_slave_uk_checks_basic.result MDEV-6247: Merge 10.0-galera to 10.1. 2014-08-26 15:43:46 +03:00
wsrep_sst_auth_basic.result Merged sys_vars.wsrep_* tests from maria-10.0-galera tree. 2014-09-08 13:19:20 -04:00
wsrep_sst_donor_basic.result Merged sys_vars.wsrep_* tests from maria-10.0-galera tree. 2014-09-08 13:19:20 -04:00
wsrep_sst_donor_rejects_queries_basic.result Merged sys_vars.wsrep_* tests from maria-10.0-galera tree. 2014-09-08 13:19:20 -04:00
wsrep_sst_method_basic.result MDEV-18379: Unification of check for IPv6 2019-01-26 01:15:44 +01:00
wsrep_sst_receive_address_basic.result MDEV-15409 make sure every sst script is tested in buildbot 2018-03-23 00:55:20 +01:00
wsrep_start_position_basic.result MDEV-6368: assertion xid_seqno > trx_sys_cur_xid_seqno (postfix) 2016-06-01 13:15:38 -04:00
wsrep_strict_ddl_basic.result MDEV-20051: Add new mode to wsrep_OSU_method in which Galera checks storage engine of the effected table 2020-02-11 15:17:50 +02:00
wsrep_sync_wait_basic.result Fix test failures. 2017-08-16 07:49:19 +03:00