Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
e984159e
Commit
e984159e
authored
Mar 18, 2016
by
Sergei Golubchik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MDEV-9527 build FAILs with GCC 5.1 with release supported "-std=c+11"
10.1 part of the fix
parent
3b0c7ac1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
sql/wsrep_sst.cc
sql/wsrep_sst.cc
+2
-2
No files found.
sql/wsrep_sst.cc
View file @
e984159e
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment