summaryrefslogtreecommitdiff
path: root/mysql-test/suite/rpl/t/rpl_row_annotate_do.test
blob: 4114f90b90be537f0da72c4ce901113a6c301d29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
###############################################################################
# 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 extra/rpl_tests/rpl_row_annotate.test