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?
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?