[Commits] 2676f33: Post-merge fixes: Disable rpl_mts_dependency_unique_key_conflicts test
revision-id: 2676f3371cc18cf9f33b24accf3949a590c1fec8 parent(s): 08d0a2a8cf42c26f6e03952197aa46c738b7d852 committer: Sergei Petrunia branch nick: 10.2-r14 timestamp: 2018-09-03 12:19:16 +0300 message: Post-merge fixes: Disable rpl_mts_dependency_unique_key_conflicts test It uses --slave-use-idempotent-for-recovery which is not available in MariaDB. --- storage/rocksdb/mysql-test/rocksdb_rpl/t/disabled.def | 1 + 1 file changed, 1 insertion(+) diff --git a/storage/rocksdb/mysql-test/rocksdb_rpl/t/disabled.def b/storage/rocksdb/mysql-test/rocksdb_rpl/t/disabled.def index 1e8c0df..3896a82 100644 --- a/storage/rocksdb/mysql-test/rocksdb_rpl/t/disabled.def +++ b/storage/rocksdb/mysql-test/rocksdb_rpl/t/disabled.def @@ -9,6 +9,7 @@ rpl_skip_trx_api_binlog_format : requires @@rpl_skip_tx_api rpl_ddl_high_priority : DDL commands with HIGH_PRIORITY syntax are not in MariaDB rpl_gtid_rocksdb_sys_header : MariaDB doesn't support printing "RocksDB: Last MySQL Gtid UUID" into server stderr on startup singledelete_idempotent_recovery: MariaDB doesn't support --slave-use-idempotent-for-recovery +rpl_mts_dependency_unique_key_conflicts: MariaDB doesn't support --slave-use-idempotent-for-recovery rpl_missing_columns_sk_update : Uses log_column_names=ON feature which is only present in FB/MySQL ##
participants (1)
-
psergey@askmonty.org