mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 23:25:34 +02:00
Disable rocksdb_rpl.rpl_gtid_crash_safe_optimized
It uses slave_gtid_info=optimized which is not supported in MariaDB
This commit is contained in:
parent
a2dc3b9461
commit
52f6aa1c54
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ singledelete_idempotent_recovery: MariaDB doesn't support --slave-use-idempotent
|
|||
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
|
||||
optimize_myrocks_replace_into: requires @@enable_blind_replace support.
|
||||
rpl_gtid_crash_safe_optimized: requires slave_gtid_info=optimized
|
||||
|
||||
##
|
||||
## Tests that do not fit MariaDB's test environment (Functional tests only,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue