diff options
author | Sergei Petrunia <psergey@askmonty.org> | 2018-08-30 22:16:16 +0300 |
---|---|---|
committer | Sergei Petrunia <psergey@askmonty.org> | 2018-08-30 22:16:16 +0300 |
commit | 979339814241e880c48b68d63a0f033a39c4dead (patch) | |
tree | a4282c8e3a65ed3afb8f695c8aa9777e39c9548c /storage/rocksdb | |
parent | 206aba59109e899279bd5795769be5d7d47d7708 (diff) | |
download | mariadb-git-979339814241e880c48b68d63a0f033a39c4dead.tar.gz |
MyRocks: post-merge fixes part #9: disable rocksdb_rpl.rpl_missing_columns_sk_update
It uses a feature that's not available in MariaDB
Diffstat (limited to 'storage/rocksdb')
-rw-r--r-- | storage/rocksdb/mysql-test/rocksdb_rpl/t/disabled.def | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/rocksdb/mysql-test/rocksdb_rpl/t/disabled.def b/storage/rocksdb/mysql-test/rocksdb_rpl/t/disabled.def index 956355dceee..1e8c0df0564 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_missing_columns_sk_update : Uses log_column_names=ON feature which is only present in FB/MySQL ## ## Tests that do not fit MariaDB's test environment (Functional tests only, |