mirror of
https://github.com/MariaDB/server.git
synced 2025-02-09 23:24:11 +01:00
![Michael Widenius](/assets/img/avatar_default.png)
Renamed suite/rpl/include/rpl_sync.inc to rpl_sync_test.inc to remove clash with include/rpl_sync.inc
16 lines
847 B
Text
16 lines
847 B
Text
###############################################################################
|
|
# 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-row-events option
|
|
# is switched on on slave then Annotate_events:
|
|
# - are reproduced on slave
|
|
# - are reproduced only once for "multi-table-maps" rbr queries
|
|
# - are not reproduced when the corresponding queries are filtered away
|
|
# on replication
|
|
# - are reproduced when the corresponding queries are filtered away partialy
|
|
# (e.g. in case of multi-delete)
|
|
# - are not generated on slave for queries that are not annotated on master.
|
|
###############################################################################
|
|
|
|
--source include/have_binlog_format_row.inc
|
|
--source include/rpl_row_annotate.test
|