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
5a20c7a8
Commit
5a20c7a8
authored
May 20, 2009
by
marko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
branches/zip: fil0fil.c: Correct some comments.
parent
dbe13c2b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
fil/fil0fil.c
fil/fil0fil.c
+3
-4
No files found.
fil/fil0fil.c
View file @
5a20c7a8
...
@@ -185,8 +185,7 @@ struct fil_space_struct {
...
@@ -185,8 +185,7 @@ struct fil_space_struct {
tablespace whose size we do not know yet;
tablespace whose size we do not know yet;
last incomplete megabytes in data files may be
last incomplete megabytes in data files may be
ignored if space == 0 */
ignored if space == 0 */
ulint
flags
;
/* in: compressed page size
ulint
flags
;
/* compressed page size and file format, or 0 */
and file format, or 0 */
ulint
n_reserved_extents
;
ulint
n_reserved_extents
;
/* number of reserved free extents for
/* number of reserved free extents for
ongoing operations like B-tree page split */
ongoing operations like B-tree page split */
...
@@ -1625,8 +1624,8 @@ fil_write_lsn_and_arch_no_to_file(
...
@@ -1625,8 +1624,8 @@ fil_write_lsn_and_arch_no_to_file(
ulint
sum_of_sizes
,
/* in: combined size of previous files
ulint
sum_of_sizes
,
/* in: combined size of previous files
in space, in database pages */
in space, in database pages */
ib_uint64_t
lsn
,
/* in: lsn to write */
ib_uint64_t
lsn
,
/* in: lsn to write */
ulint
arch_log_no
/* in: archived log number to write */
ulint
arch_log_no
__attribute__
((
unused
)))
__attribute__
((
unused
)))
/* in: archived log number to write */
{
{
byte
*
buf1
;
byte
*
buf1
;
byte
*
buf
;
byte
*
buf
;
...
...
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