|
1 | 1 | --source include/master-slave.inc |
2 | 2 |
|
3 | | -# no need to run multiple times |
| 3 | +# Each deprecated option specified on the command line, produces an |
| 4 | +# extra warning during server restart. So when the test executes with |
| 5 | +# extra options, it causes a failure of the the test assertion that |
| 6 | +# checks warnings after a server restart. mtr can't help passing |
| 7 | +# binlog_format, so allow that (but run only in row format to avoid |
| 8 | +# unnecessary repetition). The other options are not passed by |
| 9 | +# default, so skip the test if they are set on the command line while |
| 10 | +# invoking mtr. |
4 | 11 | --source include/have_binlog_format_row.inc |
5 | | ---source include/have_slave_repository_type_table.inc |
6 | | ---source include/only_mts_replica_parallel_workers.inc |
7 | | ---source include/only_replica_preserve_commit_order.inc |
8 | | ---source include/only_mts_replica_parallel_type_logical_clock.inc |
9 | | ---source include/have_default_replica_transaction_retries.inc |
10 | | ---source include/have_default_slave_rows_search_algorithms.inc |
| 12 | +let $variable_names = 'master_info_repository', 'relay_log_info_repository', 'replica_parallel_workers', 'replica_preserve_commit_order', |
| 13 | +'replica_parallel_type', 'replica_transaction_retries', 'slave_rows_search_algorithms','transaction_write_set_extraction'; |
| 14 | +--source include/skip_by_command_line_option.inc |
11 | 15 |
|
12 | 16 | ##################################################################### |
13 | 17 | # WL#12926: Deprecate --log_bin_use_v1_row_events # |
|
0 commit comments