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
c37b62b7
Commit
c37b62b7
authored
Feb 27, 2003
by
bell@sanja.is.com.ua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
postmerging fix (SCRUM)
parent
47b16dae
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
include/violite.h
include/violite.h
+2
-2
libmysqld/lib_vio.c
libmysqld/lib_vio.c
+1
-1
No files found.
include/violite.h
View file @
c37b62b7
...
...
@@ -95,7 +95,7 @@ my_socket vio_fd(Vio*vio);
/*
* Remote peer's address and name in text form.
*/
my_bool
vio_peer_addr
(
Vio
*
vio
,
char
*
buf
,
u
_int16_t
*
port
);
my_bool
vio_peer_addr
(
Vio
*
vio
,
char
*
buf
,
u
int16
*
port
);
/* Remotes in_addr */
...
...
@@ -224,7 +224,7 @@ struct st_vio
my_bool
(
*
is_blocking
)(
Vio
*
);
int
(
*
viokeepalive
)(
Vio
*
,
my_bool
);
int
(
*
fastsend
)(
Vio
*
);
my_bool
(
*
peer_addr
)(
Vio
*
,
gptr
);
my_bool
(
*
peer_addr
)(
Vio
*
,
gptr
,
uint16
*
);
void
(
*
in_addr
)(
Vio
*
,
struct
in_addr
*
);
my_bool
(
*
should_retry
)(
Vio
*
);
int
(
*
vioclose
)(
Vio
*
);
...
...
libmysqld/lib_vio.c
View file @
c37b62b7
...
...
@@ -204,7 +204,7 @@ my_socket vio_fd(Vio* vio)
}
my_bool
vio_peer_addr
(
Vio
*
vio
,
char
*
buf
,
u
_int16_t
*
port
)
my_bool
vio_peer_addr
(
Vio
*
vio
,
char
*
buf
,
u
int16
*
port
)
{
return
(
0
);
}
...
...
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