mariadb/mysql-test/include
Nirbhay Choubey 3435e8a515 MDEV-7635: Part 1
innodb_autoinc_lock_mode            = 2
innodb_buffer_pool_dump_at_shutdown = ON
innodb_buffer_pool_dump_pct         = 25
innodb_buffer_pool_load_at_startup  = ON
innodb_checksum_algorithm           = CRC32
innodb_file_format                  = Barracuda
innodb_large_prefix                 = ON
innodb_log_compressed_pages         = ON
innodb_purge_threads                = 4
innodb_strict_mode                  = ON
binlog_annotate_row_events          = ON
binlog_format                       = MIXED
binlog-row-event-max-size           = 8192
group_concat_max_len                = 1M
lock_wait_timeout                   = 86400
log_slow_admin_statements           = ON
log_slow_slave_statements           = ON
log_warnings                        = 2
max_allowed_packet                  = 16M
replicate_annotate_row_events       = ON
slave_net_timeout                   = 60
sync_binlog                         = 1
aria_recover                        = BACKUP,QUICK
myisam_recover_options              = BACKUP,QUICK
2017-02-10 06:30:42 -05:00
..
add_anonymous_users.inc
alter_table_mdev539.inc MDEV-7635: Part 1 2017-02-10 06:30:42 -05:00
analyze-sync_with_master.test
analyze-timeout.test
assert.inc
begin_include_file.inc
big_test.inc
binlog_inject_error.inc
binlog_start_pos.inc Merge branch '10.1' into 10.2 2016-12-29 13:23:18 +01:00
bug38347.inc MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
bytes.inc
bytes2.inc
check-testcase.test MDEV-7145: Delayed replication, intermediate commit. 2016-10-14 23:15:58 +02:00
check-warnings.test
check_concurrent_insert.inc
check_events_off.inc
check_ftwrl_compatible.inc
check_ftwrl_incompatible.inc
check_ipv6.inc
check_key_reads.inc
check_key_req.inc
check_no_concurrent_insert.inc
check_no_row_lock.inc
check_shared_row_lock.inc
check_slave_is_running.inc
check_slave_no_error.inc
check_slave_param.inc Fixed problems found by buildbot: 2015-11-27 02:06:58 +02:00
check_var_limit.inc
cleanup_fake_relay_log.inc
commit.inc bugfix: mark_columns_needed_for_update 2016-12-12 20:27:36 +01:00
common-tests.inc
concurrent.inc MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
connect2.inc
count_sessions.inc
crash_mysqld.inc MDEV-9621 INSERT DELAYED fails on insert for tables with many columns 2016-04-07 19:31:10 +03:00
ctype_8bit.inc
ctype_ascii_order.inc
ctype_common.inc
ctype_czech.inc
ctype_datetime.inc
ctype_E05C.inc
ctype_filesort.inc
ctype_filesort2.inc
ctype_german.inc
ctype_heap.inc
ctype_innodb_like.inc
ctype_like.inc
ctype_like_cond_propagation.inc
ctype_like_cond_propagation_utf8_german.inc
ctype_like_escape.inc
ctype_like_ignorable.inc
ctype_like_range_f1f2.inc
ctype_myanmar.inc
ctype_numconv.inc Merge branch '10.0' into 10.1 2016-05-04 15:23:26 +02:00
ctype_pad.inc MDEV-9711 NO PAD collations 2016-09-06 12:50:02 +04:00
ctype_pad_all_engines.inc MDEV-9711 NO PAD collations 2016-09-06 12:50:02 +04:00
ctype_pad_space.inc MDEV-8360 Clean-up CHARSET_INFO: strnncollsp: diff_if_only_endspace_difference 2016-03-31 11:04:48 +04:00
ctype_regex.inc
ctype_regex_utf8.inc
ctype_str_to_date.inc
ctype_strtoll10.inc
ctype_thai.inc Adding collations 2016-05-30 16:56:29 +04:00
ctype_uca_w2.inc MDEV-10262 ucs2_thai_520_w2: wrong implicit weights on the secondary level 2016-06-21 21:36:23 +04:00
ctype_unescape.inc
ctype_unicode520.inc
ctype_unicode_latin.inc
ctype_utf8_ilseq.inc
ctype_utf8_table.inc
ctype_utf8mb4.inc
daemon_example_bad_format.ini
daemon_example_bad_soname.ini
dbt3_s001.inc
ddl_i18n.check_events.inc
ddl_i18n.check_sp.inc
ddl_i18n.check_triggers.inc MDEV-6112 multiple triggers per table 2016-10-05 01:11:07 +03:00
ddl_i18n.check_views.inc
deadlock.inc MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
default_client.cnf
default_my.cnf
default_mysqld.cnf MDEV-10361 Crash in pam_securid.so with auth_pam connecting from SQLyog 2016-08-24 20:41:26 +02:00
delete_anonymous_users.inc
diff_tables.inc
end_include_file.inc
endspace.inc
equal_fields_propagation_datetime.inc
expect_crash.inc Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
explain_non_select.inc
explain_utils.inc
file_does_not_exist.inc
filter_file.inc
func_hybrid_type.inc MDEV-8865 Wrong field type or metadata for COALESCE(signed_int_column, unsigned_int_column) 2015-09-30 12:37:34 +04:00
func_str_ascii_checksum.inc MDEV-10425 Assertion `collation.derivation == DERIVATION_IMPLICIT' failed in Item_func_conv_charset::fix_length_and_dec() 2016-09-22 07:00:10 +04:00
function_defaults.inc restore ER_VIEW_CHECK_FAILED to be different from ER_CONSTRAINT_FAILED 2016-06-30 11:43:02 +02:00
function_defaults_notembedded.inc
galera_clear_sync_point.inc Helpers to deal with galera dbug sync points. 2016-02-22 12:58:02 -05:00
galera_cluster.inc
galera_connect.inc Fixed test cases that broke because we now print changing of connections 2016-05-01 19:10:13 +03:00
galera_diff.inc
galera_end.inc
galera_init.inc
galera_set_sync_point.inc Helpers to deal with galera dbug sync points. 2016-02-22 12:58:02 -05:00
galera_signal_sync_point.inc Helpers to deal with galera dbug sync points. 2016-02-22 12:58:02 -05:00
galera_wait_sync_point.inc Restore original value of wsrep_on after waiting for sync point. 2016-02-22 13:00:27 -05:00
get_relay_log_pos.inc
gis_debug.inc
gis_generic.inc
gis_keys.inc
grant_cache.inc MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
have_archive.inc
have_archive.opt
have_aria.inc
have_big5.inc
have_binlog_checksum_off.inc
have_binlog_format_mixed.inc
have_binlog_format_mixed.opt
have_binlog_format_mixed_or_row.inc
have_binlog_format_mixed_or_statement.inc
have_binlog_format_row.inc
have_binlog_format_row.opt
have_binlog_format_row_or_statement.inc
have_binlog_format_statement.inc
have_binlog_format_statement.opt
have_blackhole.inc
have_blackhole.opt
have_case_insensitive_file_system.inc
have_case_insensitive_fs.inc
have_case_sensitive_file_system.inc
have_collation.inc
have_compress.inc
have_cp866.inc
have_cp932.inc
have_cp1250_ch.inc
have_cp1251.inc
have_crypt.inc MDEV-8481 mysql-test - main.func_crypt fails if FIPS=1 2016-04-24 18:15:20 +02:00
have_csv.inc
have_dbi_dbd-mysql.inc
have_debug.inc
have_debug_sync.inc
have_des.inc MDEV-8482 mysql-test - main.func_encrypt fails if FIPS=1 2016-04-24 18:15:20 +02:00
have_eucjpms.inc
have_euckr.inc
have_example_plugin.inc
have_gb2312.inc
have_gbk.inc
have_geometry.inc
have_innodb.combinations MDEV-5800 InnoDB support for indexed vcols 2016-12-12 20:27:42 +01:00
have_innodb.inc
have_innodb_4k.inc Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
have_innodb_8k.inc Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
have_innodb_16k.inc misc after-merge changes: 2016-09-10 16:04:44 +02:00
have_innodb_32k.inc Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
have_innodb_64k.inc Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
have_innodb_disallow_writes.inc
have_ipv4_mapped.inc
have_koi8r.inc
have_latin2_ch.inc
have_local_infile.inc
have_log_bin-master.opt
have_log_bin-slave.opt
have_log_bin.inc
have_lowercase0.inc
have_lowercase1.inc
have_lowercase2.inc
have_maria.inc
have_max_indexes_64.inc MDEV-9021: MYSQLD SEGFAULTS WHEN BUILT USING --WITH-MAX-INDEXES=128 2015-11-09 09:28:00 -05:00
have_max_indexes_128.inc MDEV-9021: MYSQLD SEGFAULTS WHEN BUILT USING --WITH-MAX-INDEXES=128 2015-11-09 09:28:00 -05:00
have_metadata_lock_info.inc
have_metadata_lock_info.opt
have_mutex_deadlock_detector.inc
have_not_innodb_plugin.inc
have_numa.inc MDEV-10829: Port Innodb NUMA interleave test cases from MySQL 2016-09-20 09:51:22 +10:00
have_openssl.inc
have_outfile.inc
have_partition.inc
have_partition.opt
have_perfschema.inc
have_plugin_auth.inc
have_plugin_auth.opt
have_plugin_interface.inc
have_plugin_server.inc
have_pool_of_threads.inc
have_profiling.inc
have_query_cache.inc
have_rbr_triggers.inc
have_semisync.inc
have_semisync.opt
have_semisync_plugin.inc
have_sequence.inc
have_sequence.opt
have_simple_parser.inc
have_sjis.inc
have_ssl_communication.inc
have_ssl_crypto_functs.inc
have_stat_tables.inc
have_stat_tables.opt
have_symlink.inc
have_tis620.inc
have_ucs2.inc
have_udf.inc
have_ujis.inc
have_unix_socket.inc
have_utf8.inc
have_utf8mb4.inc
have_utf16.inc
have_utf32.inc
have_working_dns.inc
have_wsrep.inc
have_wsrep_enabled.inc
have_wsrep_provider.inc
have_xtradb.combinations enable tests that were skipped because of have_xtradb 2016-12-29 13:23:49 +01:00
have_xtradb.inc
icp_tests.inc
implicit_commit_helper.inc
index_merge1.inc
index_merge2.inc MDEV-7142: main.index_merge_innodb fails sporadically in buildbot 2016-09-05 12:28:35 +03:00
index_merge_2sweeps.inc
index_merge_ror.inc
index_merge_ror_cpk.inc
innodb-index.inc
innodb_rollback_on_timeout.inc
innodb_trx_weight.inc
install_semisync.inc
io_thd_fault_injection.inc
ipv6.inc
ipv6_clients.inc
is_embedded.inc
kill_and_restart_mysqld.inc MDEV-6076 Persistent AUTO_INCREMENT for InnoDB 2016-12-16 09:19:19 +02:00
kill_binlog_dump_threads.inc
kill_mysqld.inc Port the test innodb.doublewrite from MySQL 5.7. 2016-12-20 15:03:56 +02:00
kill_query.inc
kill_query_and_diff_master_slave.inc
libdaemon_example.ini
linux.inc
linux_sys_vars.inc
load_sysvars.inc
loaddata_autocom.inc
long_test.inc
maria_empty_logs.inc
maria_make_snapshot.inc
maria_make_snapshot_for_comparison.inc
maria_make_snapshot_for_feeding_recovery.inc
maria_verify_recovery.inc
master-slave.inc
max_indexes.inc MDEV-9021: MYSQLD SEGFAULTS WHEN BUILT USING --WITH-MAX-INDEXES=128 2015-11-09 09:28:00 -05:00
min_null_cond.inc
mix1.inc MDEV-11635 innodb.innodb_mysql test hangs 2016-12-22 16:48:49 +02:00
mix2.inc General spell fixing in comments and strings 2016-06-08 14:17:23 +03:00
mix2_ucs2.inc
mrr_tests.inc
mtr_check.sql Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
mtr_warnings.sql MDEV-7660 - MySQL WL#6671 "Improve scalability by not using thr_lock.c locks 2016-11-03 16:35:15 +04:00
mysql_upgrade_preparation.inc
mysqladmin_shutdown.inc
mysqlbinlog_have_debug.inc
mysqldump.inc
mysqlhotcopy.inc
mysqltest-x.inc
no_protocol.inc
no_running_event_scheduler.inc
no_running_events.inc
no_valgrind_without_big.inc
not_as_root.inc
not_binlog_format_row.inc
not_blackhole.inc
not_crashrep.inc
not_debug.inc
not_embedded.inc
not_encrypted.inc
not_parallel.inc
not_ssl.inc
not_staging.inc
not_threadpool.inc
not_valgrind.inc
not_var_link.inc
not_windows.inc
not_windows_embedded.inc
one_thread_per_connection.inc
parser_bug21114.inc
partition_date_range.inc
platform.combinations
platform.inc
plugin.defs
ps_conv.inc
ps_create.inc MDEV-3929 Add system variable explicit_defaults_for_timestamp for compatibility with MySQL 2015-09-22 14:01:54 +04:00
ps_ddl_1.inc
ps_modify.inc
ps_modify1.inc
ps_query.inc MDEV-9021: MYSQLD SEGFAULTS WHEN BUILT USING --WITH-MAX-INDEXES=128 2015-11-09 09:28:00 -05:00
ps_renew.inc
query_cache.inc MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
query_cache_partitions.inc
query_cache_sql_prepare.inc MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
read_many_rows.inc
relocate_binlogs.inc MDEV-7145: Delayed replication, fixing test failures. 2016-10-14 23:15:58 +02:00
reset_master_slave.inc MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
restart_mysqld.inc Merge branch '10.0' into 10.1 2015-10-12 00:37:58 +02:00
restart_slave_sql.inc
rowid_order.inc
rpl_assert.inc BUG#56442: Slave executes delayed statements when STOP SLAVE is issued 2016-10-14 23:15:59 +02:00
rpl_change_topology.inc
rpl_connect.inc MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_connection.inc MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_diff.inc
rpl_end.inc
rpl_events.inc
rpl_for_each_slave.inc
rpl_generate_sync_chain.inc
rpl_init.combinations
rpl_init.inc
rpl_ip_mix.inc MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_ip_mix2.inc MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_ipv6.inc MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_loaddata_charset.inc MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_multi_engine.inc
rpl_multi_engine2.inc
rpl_multi_engine3.inc
rpl_reconnect.inc
rpl_reset.inc
rpl_restart_server.inc
rpl_row_img_general_loop.inc
rpl_row_img_set.inc
rpl_start_server.inc
rpl_start_slaves.inc
rpl_stmt_seq.inc MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_stop_server.inc Fixed issues found by buildbot 2017-01-11 09:18:35 +02:00
rpl_stop_slaves.inc
rpl_sync.inc MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_udf.inc MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
running_event_scheduler.inc
save_master_gtid.inc
save_master_pos.inc
search_pattern_in_file.inc MDEV-8139 Fix scrubbing tests 2017-01-05 00:20:17 +02:00
set_binlog_format_mixed.sql
set_binlog_format_row.sql
set_binlog_format_statement.sql
setup_fake_relay_log.inc
show_all_slaves_status.inc
show_binary_logs.inc
show_binlog_events.inc
show_binlog_events2.inc test suite for compressed binlog event 2016-10-19 20:20:47 +02:00
show_binlog_using_logname.inc
show_delayed_slave_state.inc MDEV-7145: Delayed replication, intermediate commit. 2016-10-14 23:15:58 +02:00
show_events.inc
show_master_logs.inc
show_master_status.inc
show_msg.inc
show_msg80.inc
show_relaylog_events.inc
show_rpl_debug_info.inc
show_slave_hosts.inc
show_slave_status.inc
shutdown_mysqld.inc
sp-vars.inc
start_mysqld.inc Improve an MDEV-9011 test of innodb_encrypt_log. 2017-01-12 12:33:46 +02:00
start_slave.inc
stop_dump_threads.inc
stop_slave.inc
stop_slave_io.inc
stop_slave_sql.inc
strict_autoinc.inc
subselect_mat_cost.inc
support_long_file_names.inc
sync_io_with_master.inc
sync_slave_io_with_master.inc
sync_slave_sql_with_io.inc Replication tests fail on valgrind due to waiting-related timeouts 2016-12-27 20:41:32 +02:00
sync_slave_sql_with_master.inc rbr and savepoint in a subtatement 2015-11-19 17:04:19 +01:00
sync_with_master.inc MDEV-7145: Delayed replication, intermediate commit. 2016-10-14 23:15:58 +02:00
sync_with_master_gtid.inc
system_db_struct.inc
test_fieldsize.inc
test_outfile.inc
testdb_only.inc
tpcb.inc
tpcb_disk_data.inc
truncate_file.inc
type_hrtime.inc MDEV-3929 Add system variable explicit_defaults_for_timestamp for compatibility with MySQL 2015-09-22 14:01:54 +04:00
type_temporal_zero_default.inc
uninstall_semisync.inc
unsafe_binlog.inc
uses_vardir.inc
varchar.inc
view_alias.inc
wait_condition.inc
wait_condition_sp.inc
wait_for_binlog_checkpoint.inc
wait_for_binlog_event.inc
wait_for_purge.inc
wait_for_query_to_fail.inc
wait_for_query_to_succeed.inc
wait_for_slave_io_error.inc fix many rpl test failures 2016-09-15 15:31:28 +02:00
wait_for_slave_io_to_start.inc
wait_for_slave_io_to_stop.inc
wait_for_slave_param.inc Replication tests fail on valgrind due to waiting-related timeouts 2016-12-27 20:41:32 +02:00
wait_for_slave_sql_error.inc
wait_for_slave_sql_error_and_skip.inc
wait_for_slave_sql_to_start.inc
wait_for_slave_sql_to_stop.inc
wait_for_slave_to_start.inc
wait_for_slave_to_stop.inc
wait_for_sql_thread_read_all.inc MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
wait_for_status_var.inc
wait_innodb_all_purged.inc
wait_show_condition.inc
wait_until_connected_again.inc fix many rpl test failures 2016-09-15 15:31:28 +02:00
wait_until_count_sessions.inc
wait_until_disconnected.inc fix many rpl test failures 2016-09-15 15:31:28 +02:00
wait_until_ready.inc
wait_until_rows_count.inc
weight_string.inc
weight_string_8EA1.inc
weight_string_8FA2C3.inc
weight_string_8140.inc
weight_string_A1A1.inc
weight_string_chde.inc
weight_string_euro.inc
weight_string_l1.inc
weight_string_l2.inc
weight_string_l3.inc
weight_string_l4.inc
weight_string_l12.inc
weight_string_l14.inc
windows.inc
windows_sys_vars.inc
word_size.combinations
word_size.inc
world.inc
world_schema.inc
world_schema1.inc
world_schema_utf8.inc
write_result_to_file.inc
write_var_to_file.inc