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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
6c11fedb
Commit
6c11fedb
authored
Apr 21, 2015
by
V S Murthy Sidagam
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug #16861371 SSL_OP_NO_COMPRESSION NOT DEFINED
post push change: fixing valgrind failures
parent
f07d9957
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vio/viossl.c
vio/viossl.c
+1
-1
No files found.
vio/viossl.c
View file @
6c11fedb
...
...
@@ -188,7 +188,7 @@ static int ssl_do(struct st_VioSSLFd *ptr, Vio *vio, long timeout,
n
=
sk_SSL_COMP_num
(
ssl_comp_methods
);
DBUG_PRINT
(
"info"
,
(
"Available compression methods:
\n
"
));
if
(
n
==
0
)
fprintf
(
stderr
,
" NONE
\n
"
);
DBUG_PRINT
(
"info"
,
(
"NONE
\n
"
)
);
else
for
(
j
=
0
;
j
<
n
;
j
++
)
{
...
...
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