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
6d7aec8d
Commit
6d7aec8d
authored
Feb 23, 2006
by
osku
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix wrong placement of static keyword in a few places.
parent
95d14fea
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
4 deletions
+1
-4
fsp/fsp0fsp.c
fsp/fsp0fsp.c
+0
-1
ibuf/ibuf0ibuf.c
ibuf/ibuf0ibuf.c
+1
-2
usr/usr0sess.c
usr/usr0sess.c
+0
-1
No files found.
fsp/fsp0fsp.c
View file @
6d7aec8d
...
...
@@ -809,7 +809,6 @@ fsp_init_file_page_low(
/***************************************************************
Inits a file page whose prior contents should be ignored. */
static
void
fsp_init_file_page
(
...
...
ibuf/ibuf0ibuf.c
View file @
6d7aec8d
...
...
@@ -140,8 +140,7 @@ access order rules. */
/* The insert buffer control structure */
ibuf_t
*
ibuf
=
NULL
;
static
ulint
ibuf_rnd
=
986058871
;
static
ulint
ibuf_rnd
=
986058871
;
ulint
ibuf_flush_count
=
0
;
...
...
usr/usr0sess.c
View file @
6d7aec8d
...
...
@@ -48,7 +48,6 @@ sess_open(void)
/*************************************************************************
Closes a session, freeing the memory occupied by it. */
static
void
sess_close
(
...
...
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