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
162ab291
Commit
162ab291
authored
May 14, 2010
by
Marko Mäkelä
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused code.
parent
42a07d50
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
14 deletions
+0
-14
storage/innobase/srv/srv0start.c
storage/innobase/srv/srv0start.c
+0
-14
No files found.
storage/innobase/srv/srv0start.c
View file @
162ab291
...
@@ -102,20 +102,6 @@ static char* srv_monitor_file_name;
...
@@ -102,20 +102,6 @@ static char* srv_monitor_file_name;
#define SRV_MAX_N_PENDING_SYNC_IOS 100
#define SRV_MAX_N_PENDING_SYNC_IOS 100
/* Avoid warnings when using purify */
#ifdef HAVE_purify
static
int
inno_bcmp
(
register
const
char
*
s1
,
register
const
char
*
s2
,
register
uint
len
)
{
while
((
len
--
!=
0
)
&&
(
*
s1
++
==
*
s2
++
))
;
return
(
len
+
1
);
}
#define memcmp(A,B,C) inno_bcmp((A),(B),(C))
#endif
static
static
char
*
char
*
srv_parse_megabytes
(
srv_parse_megabytes
(
...
...
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