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
a80e4104
Commit
a80e4104
authored
May 24, 2018
by
Marko Mäkelä
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correct comments
parent
54999f4e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
storage/innobase/include/log0log.h
storage/innobase/include/log0log.h
+2
-2
No files found.
storage/innobase/include/log0log.h
View file @
a80e4104
...
...
@@ -632,11 +632,11 @@ struct log_t{
AND flushed to disk */
ulint
n_pending_flushes
;
/*!< number of currently
pending flushes; protected by
log_sys
_t::
mutex */
log_sys
.
mutex */
os_event_t
flush_event
;
/*!< this event is in the reset state
when a flush is running;
os_event_set() and os_event_reset()
are protected by log_sys
_t::
mutex */
are protected by log_sys
.
mutex */
ulint
n_log_ios
;
/*!< number of log i/os initiated thus
far */
ulint
n_log_ios_old
;
/*!< number of log i/o's at the
...
...
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