Skip to content

Commit 71792a5

Browse files
committed
Bug#36475850 ndb_rpl_log_updates and ndb_rpl_log_updates_filter fails in PB2
Follow up fix to make result file reflect the renamed include files. Change-Id: I806111b6b62531a6e37d3dd77dcaededcc24917a
1 parent 070919b commit 71792a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mysql-test/suite/ndb_rpl/r/ndb_rpl_log_updates.result

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ include/rpl_connect.inc [creating replica.7]
1919
CREATE TABLE t1 (k INT PRIMARY KEY, c CHAR) ENGINE = NDB;
2020
INSERT INTO t1 VALUES (1, 'a');
2121
# Sync the replication topology (propagates the table to all clusters)
22-
include/rpl/sync.inc
22+
include/rpl_sync.inc
2323
[connection source.2]
2424
INSERT INTO t1 VALUES (2, 'b');
2525
[connection source.4]
@@ -30,7 +30,7 @@ INSERT INTO t1 VALUES (4, 'd');
3030
[connection source.5]
3131
INSERT INTO t1 VALUES (5, 'e');
3232
# Sync the replication topology (propagates the data changes)
33-
include/rpl/sync.inc
33+
include/rpl_sync.inc
3434
[connection replica.3]
3535
SELECT * FROM t1 ORDER BY k;
3636
k c

0 commit comments

Comments
 (0)