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
a092c0a7
Commit
a092c0a7
authored
May 20, 2009
by
marko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
branches/zip: Remove bogus in: comments from struct members.
parent
6e042881
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
include/trx0rseg.h
include/trx0rseg.h
+1
-1
include/trx0undo.h
include/trx0undo.h
+1
-1
No files found.
include/trx0rseg.h
View file @
a092c0a7
...
...
@@ -148,7 +148,7 @@ struct trx_rseg_struct{
rseg mutex */
ulint
space
;
/* space where the rollback segment is
header is placed */
ulint
zip_size
;
/*
in:
compressed page size of space
ulint
zip_size
;
/* compressed page size of space
in bytes, or 0 for uncompressed spaces */
ulint
page_no
;
/* page number of the rollback segment
header */
...
...
include/trx0undo.h
View file @
a092c0a7
...
...
@@ -389,7 +389,7 @@ struct trx_undo_struct{
/*-----------------------------*/
ulint
space
;
/* space id where the undo log
placed */
ulint
zip_size
;
/*
in:
compressed page size of space
ulint
zip_size
;
/* compressed page size of space
in bytes, or 0 for uncompressed */
ulint
hdr_page_no
;
/* page number of the header page in
the undo log */
...
...
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