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
23b59582
Commit
23b59582
authored
Oct 12, 2007
by
marko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
branches/zip: page_zip_max_ins_size(): Correct the comment of the return value.
parent
46468a5a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
4 deletions
+10
-4
include/page0zip.h
include/page0zip.h
+5
-2
include/page0zip.ic
include/page0zip.ic
+5
-2
No files found.
include/page0zip.h
View file @
23b59582
...
...
@@ -139,8 +139,11 @@ UNIV_INLINE
lint
page_zip_max_ins_size
(
/*==================*/
/* out: TRUE if page_zip_write_rec()
will succeed */
/* out: a positive number
indicating the maximum size of
a record whose insertion is
guaranteed to succeed, or
zero or negative */
const
page_zip_des_t
*
page_zip
,
/* in: compressed page */
ibool
is_clust
)
/* in: TRUE if clustered index */
__attribute__
((
warn_unused_result
,
nonnull
,
pure
));
...
...
include/page0zip.ic
View file @
23b59582
...
...
@@ -243,8 +243,11 @@ UNIV_INLINE
lint
page_zip_max_ins_size(
/*==================*/
/* out: TRUE if page_zip_write_rec()
will succeed */
/* out: a positive number
indicating the maximum size of
a record whose insertion is
guaranteed to succeed, or
zero or negative */
const page_zip_des_t* page_zip,/* in: compressed page */
ibool is_clust)/* in: TRUE if clustered index */
{
...
...
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