diff options
author | Teemu Ollakka <teemu.ollakka@galeracluster.com> | 2019-02-14 23:49:07 +0200 |
---|---|---|
committer | Jan Lindström <jan.lindstrom@mariadb.com> | 2019-02-18 15:04:38 +0200 |
commit | f0b65102b23f006f596eef35e6e5f4f8b6d8146d (patch) | |
tree | d44cd77b1cd6d7ae60b47ee6cf034e203f58d993 /wsrep-lib | |
parent | 33fd3998d253aad13913cef00a5f0d3629e423ec (diff) | |
download | mariadb-git-f0b65102b23f006f596eef35e6e5f4f8b6d8146d.tar.gz |
MDEV-18585 Avoid excessive Annotate_rows_log_events in binlog
Make sure that the Annotate_rows_log_events is written into
binlog only for the first fragment of the current statement.
Also avoid flusing pending rows event when calculating bytes
generated by the transaction.
Added and recorded a test which verifies that the binlog
contains only one Annotate_rows_log_event per statement
with various SR settings. Recrded mysql-wsrep-features#136
which produced different output with excession log events
suppressed.
Diffstat (limited to 'wsrep-lib')
m--------- | wsrep-lib | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/wsrep-lib b/wsrep-lib -Subproject af8383daf03bee80b8e54ce207fa9ef1f9d83f9 +Subproject 92024c7d502b716c8c0ca5e2b9524b43d3a5378 |