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
413654b5
Commit
413654b5
authored
Jun 04, 2009
by
marko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
branches/zip: Replace <= in a function comment.
parent
763466c7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
fsp/fsp0fsp.c
fsp/fsp0fsp.c
+4
-2
No files found.
fsp/fsp0fsp.c
View file @
413654b5
...
...
@@ -264,7 +264,8 @@ ulint
fseg_n_reserved_pages_low
(
/*======================*/
fseg_inode_t
*
header
,
/*!< in: segment inode */
ulint
*
used
,
/*!< out: number of pages used (<= reserved) */
ulint
*
used
,
/*!< out: number of pages used (not
more than reserved) */
mtr_t
*
mtr
);
/*!< in: mtr handle */
/********************************************************************//**
Marks a page used. The page must reside within the extents of the given
...
...
@@ -2337,7 +2338,8 @@ ulint
fseg_n_reserved_pages_low
(
/*======================*/
fseg_inode_t
*
inode
,
/*!< in: segment inode */
ulint
*
used
,
/*!< out: number of pages used (<= reserved) */
ulint
*
used
,
/*!< out: number of pages used (not
more than reserved) */
mtr_t
*
mtr
)
/*!< in: mtr handle */
{
ulint
ret
;
...
...
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