mirror of
https://github.com/MariaDB/server.git
synced 2025-11-27 05:41:41 +03:00
commit de1e8c7bfe7c875ea284b55040e8f3cd3a56fcc2 Author: Abhinav Sharma <abhinavsharma@fb.com> Date: Thu Aug 23 14:34:39 2018 -0700 Log updates to semi-sync whitelist in the error log Summary: Plugin variable changes are not logged in the error log even when log_global_var_changes is enabled. Logging updates to whitelist will help in debugging. Reviewed By: guokeno0 Differential Revision: D9483807 fbshipit-source-id: e111cda773d
9 lines
195 B
Plaintext
9 lines
195 B
Plaintext
[row-write-committed]
|
|
binlog-format=row
|
|
rocksdb_write_policy=write_committed
|
|
|
|
[row-write-prepared]
|
|
binlog-format=row
|
|
rocksdb_write_policy=write_prepared
|
|
rocksdb_commit_time_batch_for_recovery=on
|