mirror of
https://github.com/MariaDB/server.git
synced 2025-11-22 17:44:29 +03:00
This patch adds options to annotate the binlog (and the mysqlbinlog output) with the original SQL query for queries that are logged using row-based replication.
10 lines
504 B
Plaintext
10 lines
504 B
Plaintext
###############################################################################
|
|
# WL47: Store in binlog text of statements that caused RBR events
|
|
# Wrapper for extra/rpl/rpl_row_annotate.test.
|
|
# Intended to test that if the --replicate-annotate-rows-events option
|
|
# is switched off on slave then Annotate_events are not reproduced.
|
|
###############################################################################
|
|
|
|
--source include/have_binlog_format_row.inc
|
|
--source extra/rpl_tests/rpl_row_annotate.test
|