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
51ed64a5
Commit
51ed64a5
authored
Jun 21, 2016
by
Sergei Golubchik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
5.6.31
parent
72d23896
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22 additions
and
22 deletions
+22
-22
include/mysql/psi/mysql_file.h
include/mysql/psi/mysql_file.h
+4
-4
include/mysql/psi/mysql_socket.h
include/mysql/psi/mysql_socket.h
+5
-5
include/mysql/psi/mysql_thread.h
include/mysql/psi/mysql_thread.h
+13
-13
No files found.
include/mysql/psi/mysql_file.h
View file @
51ed64a5
/* Copyright (c) 2008, 201
2
, Oracle and/or its affiliates. All rights reserved.
/* Copyright (c) 2008, 201
6
, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
@@ -511,9 +511,9 @@ static inline void inline_mysql_file_register(
PSI_file_info
*
info
,
int
count
#else
const
char
*
category
__attribute__
((
unused
)),
void
*
info
__attribute__
((
unused
)),
int
count
__attribute__
((
unused
))
const
char
*
category
MY_ATTRIBUTE
((
unused
)),
void
*
info
MY_ATTRIBUTE
((
unused
)),
int
count
MY_ATTRIBUTE
((
unused
))
#endif
)
{
...
...
include/mysql/psi/mysql_socket.h
View file @
51ed64a5
/* Copyright (c) 2010, 201
2
, Oracle and/or its affiliates. All rights reserved.
/* Copyright (c) 2010, 201
6
, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
...
...
@@ -114,9 +114,9 @@ mysql_socket_set_address(
const
struct
sockaddr
*
addr
,
socklen_t
addr_len
#else
MYSQL_SOCKET
socket
__attribute__
((
unused
)),
const
struct
sockaddr
*
addr
__attribute__
((
unused
)),
socklen_t
addr_len
__attribute__
((
unused
))
MYSQL_SOCKET
socket
MY_ATTRIBUTE
((
unused
)),
const
struct
sockaddr
*
addr
MY_ATTRIBUTE
((
unused
)),
socklen_t
addr_len
MY_ATTRIBUTE
((
unused
))
#endif
)
{
...
...
@@ -136,7 +136,7 @@ mysql_socket_set_thread_owner(
#ifdef HAVE_PSI_SOCKET_INTERFACE
MYSQL_SOCKET
socket
#else
MYSQL_SOCKET
socket
__attribute__
((
unused
))
MYSQL_SOCKET
socket
MY_ATTRIBUTE
((
unused
))
#endif
)
{
...
...
include/mysql/psi/mysql_thread.h
View file @
51ed64a5
/* Copyright (c) 2008, 201
3
, Oracle and/or its affiliates. All rights reserved.
/* Copyright (c) 2008, 201
6
, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
@@ -587,9 +587,9 @@ static inline void inline_mysql_mutex_register(
PSI_mutex_info
*
info
,
int
count
#else
const
char
*
category
__attribute__
((
unused
)),
void
*
info
__attribute__
((
unused
)),
int
count
__attribute__
((
unused
))
const
char
*
category
MY_ATTRIBUTE
((
unused
)),
void
*
info
MY_ATTRIBUTE
((
unused
)),
int
count
MY_ATTRIBUTE
((
unused
))
#endif
)
{
...
...
@@ -771,9 +771,9 @@ static inline void inline_mysql_rwlock_register(
PSI_rwlock_info
*
info
,
int
count
#else
const
char
*
category
__attribute__
((
unused
)),
void
*
info
__attribute__
((
unused
)),
int
count
__attribute__
((
unused
))
const
char
*
category
MY_ATTRIBUTE
((
unused
)),
void
*
info
MY_ATTRIBUTE
((
unused
)),
int
count
MY_ATTRIBUTE
((
unused
))
#endif
)
{
...
...
@@ -1089,9 +1089,9 @@ static inline void inline_mysql_cond_register(
PSI_cond_info
*
info
,
int
count
#else
const
char
*
category
__attribute__
((
unused
)),
void
*
info
__attribute__
((
unused
)),
int
count
__attribute__
((
unused
))
const
char
*
category
MY_ATTRIBUTE
((
unused
)),
void
*
info
MY_ATTRIBUTE
((
unused
)),
int
count
MY_ATTRIBUTE
((
unused
))
#endif
)
{
...
...
@@ -1231,9 +1231,9 @@ static inline void inline_mysql_thread_register(
PSI_thread_info
*
info
,
int
count
#else
const
char
*
category
__attribute__
((
unused
)),
void
*
info
__attribute__
((
unused
)),
int
count
__attribute__
((
unused
))
const
char
*
category
MY_ATTRIBUTE
((
unused
)),
void
*
info
MY_ATTRIBUTE
((
unused
)),
int
count
MY_ATTRIBUTE
((
unused
))
#endif
)
{
...
...
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