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
73605d18
Commit
73605d18
authored
Feb 14, 2022
by
Marko Mäkelä
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clean up some @return and @retval comments
parent
972b4564
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
storage/innobase/log/log0log.cc
storage/innobase/log/log0log.cc
+3
-3
No files found.
storage/innobase/log/log0log.cc
View file @
73605d18
...
...
@@ -518,8 +518,8 @@ inline void log_t::persist(lsn_t lsn) noexcept
/** Write buf to ib_logfile0.
@tparam release_latch whether to invoke latch.wr_unlock()
@return
new write target
@retval
lsn of a callback pending on write_lock, or 0
@return
lsn of a callback pending on write_lock
@retval
0 if everything was written
*/
template
<
bool
release_latch
>
inline
lsn_t
log_t
::
write_buf
()
noexcept
{
...
...
@@ -606,7 +606,7 @@ inline bool log_t::flush(lsn_t lsn) noexcept
/** Ensure that previous log writes are durable.
@param lsn previously written LSN
@return new durable lsn target
@retval 0
,
if there are no pending callbacks on flush_lock
@retval 0
if there are no pending callbacks on flush_lock
or there is another group commit lead.
*/
static
lsn_t
log_flush
(
lsn_t
lsn
)
...
...
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