Percona-Lab / sysbench-tpcc

Sysbench scripts to generate a tpcc-like workload for MySQL and PostgreSQL
Apache License 2.0
292 stars 104 forks source link

binary log disabled during prepare #35

Closed sayap closed 3 years ago

sayap commented 3 years ago

Commit d3ebc95 somehow added SET SESSION sql_log_bin = 0, which means prepare would only insert data into the target node, but not the other galera cluster nodes or async replication nodes. This was really confusing until I noticed the commit. Looks like a mistake?

vadimtk commented 3 years ago

yes, I disabled it for now