mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
Merge branch 'bb-10.1-serg' into 10.1
This commit is contained in:
commit
fd6c588659
176 changed files with 696 additions and 441 deletions
|
|
@ -875,7 +875,7 @@ static int sst_donate_mysqldump (const char* addr,
|
|||
host, port, mysqld_port, mysqld_unix_port,
|
||||
wsrep_defaults_file, uuid_str,
|
||||
(long long)seqno, wsrep_gtid_domain_id,
|
||||
bypass ? " "WSREP_SST_OPT_BYPASS : "");
|
||||
bypass ? " " WSREP_SST_OPT_BYPASS : "");
|
||||
|
||||
if (ret < 0 || ret >= cmd_len)
|
||||
{
|
||||
|
|
@ -1220,7 +1220,7 @@ static int sst_donate_other (const char* method,
|
|||
wsrep_defaults_file,
|
||||
binlog_opt, binlog_opt_val,
|
||||
uuid, (long long) seqno, wsrep_gtid_domain_id,
|
||||
bypass ? " "WSREP_SST_OPT_BYPASS : "");
|
||||
bypass ? " " WSREP_SST_OPT_BYPASS : "");
|
||||
my_free(binlog_opt_val);
|
||||
|
||||
if (ret < 0 || ret >= cmd_len)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue