Home
last modified time | relevance | path

Searched refs:add_new_channel (Results 1 – 23 of 23) sorted by relevance

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Drpl_slave.h452 int add_new_channel(Master_info **mi, const char *channel);
H A Drpl_channel_service_interface.cc303 if ((error = add_new_channel(&mi, channel))) goto err; in channel_create()
H A Drpl_slave.cc9858 int add_new_channel(Master_info **mi, const char *channel) { in add_new_channel() function
10085 if (add_new_channel(&mi, lex->mi.channel)) goto err; in change_master_cmd()
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Drpl_slave.h348 int add_new_channel(Master_info** mi, const char* channel);
H A Drpl_channel_service_interface.cc280 if ((error= add_new_channel(&mi, channel))) in channel_create()
H A Drpl_slave.cc11684 int add_new_channel(Master_info** mi, const char* channel) in add_new_channel() function
11874 if (add_new_channel(&mi, lex->mi.channel)) in change_master_cmd()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Drpl_slave.h348 int add_new_channel(Master_info** mi, const char* channel);
H A Drpl_channel_service_interface.cc280 if ((error= add_new_channel(&mi, channel))) in channel_create()
H A Drpl_slave.cc11684 int add_new_channel(Master_info** mi, const char* channel) in add_new_channel() function
11874 if (add_new_channel(&mi, lex->mi.channel)) in change_master_cmd()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Drpl_slave.h348 int add_new_channel(Master_info** mi, const char* channel);
H A Drpl_channel_service_interface.cc280 if ((error= add_new_channel(&mi, channel))) in channel_create()
H A Drpl_slave.cc11780 int add_new_channel(Master_info** mi, const char* channel) in add_new_channel() function
11970 if (add_new_channel(&mi, lex->mi.channel)) in change_master_cmd()
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Drpl_slave.h348 int add_new_channel(Master_info** mi, const char* channel);
H A Drpl_channel_service_interface.cc280 if ((error= add_new_channel(&mi, channel))) in channel_create()
H A Drpl_slave.cc11494 int add_new_channel(Master_info** mi, const char* channel) in add_new_channel() function
11684 if (add_new_channel(&mi, lex->mi.channel)) in change_master_cmd()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Drpl_slave.h348 int add_new_channel(Master_info** mi, const char* channel);
H A Drpl_channel_service_interface.cc280 if ((error= add_new_channel(&mi, channel))) in channel_create()
H A Drpl_slave.cc11684 int add_new_channel(Master_info** mi, const char* channel) in add_new_channel() function
11874 if (add_new_channel(&mi, lex->mi.channel)) in change_master_cmd()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Drpl_slave.h348 int add_new_channel(Master_info** mi, const char* channel);
H A Drpl_channel_service_interface.cc274 if ((error= add_new_channel(&mi, channel))) in channel_create()
H A Drpl_slave.cc11464 int add_new_channel(Master_info** mi, const char* channel) in add_new_channel() function
11654 if (add_new_channel(&mi, lex->mi.channel)) in change_master_cmd()
/dports/finance/electrum/Electrum-4.1.5/electrum/
H A Dlnpeer.py756 self.lnworker.add_new_channel(chan)
919 self.lnworker.add_new_channel(chan)
H A Dlnworker.py1013 def add_new_channel(self, chan: Channel): member in LNWallet