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
98381cb2
Commit
98381cb2
authored
Mar 12, 2015
by
Daniel Black
Committed by
Sergei Golubchik
Dec 11, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correct comments before mysql_socket_{g|s}etfd to refer to the right function
parent
d09c60cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
include/mysql/psi/mysql_socket.h
include/mysql/psi/mysql_socket.h
+2
-2
No files found.
include/mysql/psi/mysql_socket.h
View file @
98381cb2
...
...
@@ -149,7 +149,7 @@ MYSQL_SOCKET socket __attribute__ ((unused))
/**
MYSQL_SOCKET helper. Get socket descriptor.
@param mysql_socket Instrumented socket
@sa mysql_socket_
s
etfd
@sa mysql_socket_
g
etfd
*/
static
inline
my_socket
mysql_socket_getfd
(
MYSQL_SOCKET
mysql_socket
)
...
...
@@ -161,7 +161,7 @@ mysql_socket_getfd(MYSQL_SOCKET mysql_socket)
MYSQL_SOCKET helper. Set socket descriptor.
@param mysql_socket Instrumented socket
@param fd Socket descriptor
@sa mysql_socket_
g
etfd
@sa mysql_socket_
s
etfd
*/
static
inline
void
mysql_socket_setfd
(
MYSQL_SOCKET
*
mysql_socket
,
my_socket
fd
)
...
...
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