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
6d49d3b2
Commit
6d49d3b2
authored
Jun 11, 2015
by
Sergei Golubchik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
compiler warnings
parent
810cf362
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
10 deletions
+9
-10
mysys/psi_noop.c
mysys/psi_noop.c
+9
-10
No files found.
mysys/psi_noop.c
View file @
6d49d3b2
/* Copyright (c) 2011,
Oracle and/or its affiliates. All rights reserved
.
/* Copyright (c) 2011,
2015, Oracle and/or its affiliates
.
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
...
...
@@ -629,18 +629,17 @@ digest_start_noop(PSI_statement_locker *locker NNN)
return
NULL
;
}
static
PSI_digest_locker
*
digest_add_token_noop
(
PSI_digest_locker
*
locker
NNN
,
uint
token
NNN
,
struct
OPAQUE_LEX_YYSTYPE
*
yylval
NNN
)
static
void
digest_end_noop
(
PSI_digest_locker
*
locker
NNN
,
const
struct
sql_digest_storage
*
digest
NNN
)
{
return
NULL
;
return
;
}
static
int
set_thread_connect_attrs_noop
(
const
char
*
buffer
__attribute__
((
unused
))
,
uint
length
__attribute__
((
unused
))
,
const
void
*
from_cs
__attribute__
((
unused
))
)
set_thread_connect_attrs_noop
(
const
char
*
buffer
NNN
,
uint
length
NNN
,
const
void
*
from_cs
NNN
)
{
return
0
;
}
...
...
@@ -742,7 +741,7 @@ static PSI PSI_noop=
set_socket_info_noop
,
set_socket_thread_owner_noop
,
digest_start_noop
,
digest_
add_token
_noop
,
digest_
end
_noop
,
set_thread_connect_attrs_noop
};
...
...
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