mirror of
https://github.com/MariaDB/server.git
synced 2025-05-11 13:21:44 +03:00
Renamed suite/rpl/include/rpl_sync.inc to rpl_sync_test.inc to remove clash with include/rpl_sync.inc
10 lines
495 B
Plaintext
10 lines
495 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-row-events option
|
|
# is switched off on slave then Annotate_events are not reproduced.
|
|
###############################################################################
|
|
|
|
--source include/have_binlog_format_row.inc
|
|
--source include/rpl_row_annotate.test
|