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
584e5211
Commit
584e5211
authored
Feb 17, 2021
by
Marko Mäkelä
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MDEV-20612 fixup: Make comments refer to lock_sys.latch
parent
1146e98b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
6 deletions
+4
-6
storage/innobase/include/srv0srv.h
storage/innobase/include/srv0srv.h
+1
-2
storage/innobase/lock/lock0lock.cc
storage/innobase/lock/lock0lock.cc
+2
-2
storage/innobase/srv/srv0srv.cc
storage/innobase/srv/srv0srv.cc
+1
-2
No files found.
storage/innobase/include/srv0srv.h
View file @
584e5211
...
...
@@ -611,8 +611,7 @@ ibool
srv_printf_innodb_monitor
(
/*======================*/
FILE
*
file
,
/*!< in: output stream */
ibool
nowait
,
/*!< in: whether to wait for the
lock_sys_t::mutex */
ibool
nowait
,
/*!< in: whether to wait for lock_sys.latch */
ulint
*
trx_start
,
/*!< out: file position of the start of
the list of active transactions */
ulint
*
trx_end
);
/*!< out: file position of the end of
...
...
storage/innobase/lock/lock0lock.cc
View file @
584e5211
...
...
@@ -459,8 +459,8 @@ static bool lock_rec_validate_page(const buf_block_t *block, bool latched)
/* The lock system */
lock_sys_t
lock_sys
;
/** Only created if !srv_read_only_mode */
static
FILE
*
lock_latest_err_file
;
/** Only created if !srv_read_only_mode
. Protected by lock_sys.latch.
*/
static
FILE
*
lock_latest_err_file
;
/*********************************************************************//**
Reports that a transaction id is insensible, i.e., in the future. */
...
...
storage/innobase/srv/srv0srv.cc
View file @
584e5211
...
...
@@ -731,8 +731,7 @@ ibool
srv_printf_innodb_monitor
(
/*======================*/
FILE
*
file
,
/*!< in: output stream */
ibool
nowait
,
/*!< in: whether to wait for the
lock_sys_t:: mutex */
ibool
nowait
,
/*!< in: whether to wait for lock_sys.latch */
ulint
*
trx_start_pos
,
/*!< out: file position of the start of
the list of active transactions */
ulint
*
trx_end
)
/*!< out: file position of the end of
...
...
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