Skip to content

Commit 0ac456a

Browse files
committed
Bug#33985158 ndb_rpl.ndb_rpl_slave_config
Recently replica_parallel_workers=0 was deprecated in WL#13956. Test result of ndb_rpl.ndb_rpl_slave_config is rerecorded to include the deprecation warning. Change-Id: If0eaa9a7a19738c63f7977ad013cbce916e23621
1 parent 52793b1 commit 0ac456a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ include/wait_for_slave_sql_error_and_skip.inc [errno=1112]
1313
drop table t1;
1414
include/stop_slave.inc
1515
set @@global.replica_parallel_workers= @save.replica_parallel_workers;
16+
Warnings:
17+
Warning 1287 '0' is deprecated and will be removed in a future release. Please use 1 instead
1618
include/start_slave.inc
1719
include/rpl_reset.inc
1820
include/rpl_end.inc

0 commit comments

Comments
 (0)