Skip to content

Commit d66617e

Browse files
author
Venkatesh Duggirala
committed
Bug#24285104 RELAY LOG CORRUPTION NOT HANDLED CORRECTLY WITH MULTI-SOURCE
REPLICATION Post push: Fixing build issue
1 parent ecd158e commit d66617e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

sql/rpl_info_factory.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1211,8 +1211,6 @@ bool Rpl_info_factory::create_slave_info_objects(uint mi_option,
12111211
@param[in] to_decide_repo For this channel, check if repositories
12121212
are allowed to convert from one type to other.
12131213
@param[in] pchannel_map a pointer to channel_map
1214-
@param[in] channel type If the given channel is a slave channel.
1215-
Default is true.
12161214
12171215
@return Pointer pointer to the created Master_info
12181216
@return NULL when creation fails

sql/rpl_info_factory.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
#include "rpl_info_handler.h" // enum_return_check
2424

2525
#include <vector>
26+
#include <string>
2627

2728
class Master_info;
2829
class Multisource_info;

0 commit comments

Comments
 (0)