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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
7683ebd0
Commit
7683ebd0
authored
Jan 13, 2009
by
marko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
branches/zip: Fix some comments to say buf_pool_mutex.
parent
a2e50d04
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
buf/buf0buf.c
buf/buf0buf.c
+1
-1
buf/buf0lru.c
buf/buf0lru.c
+1
-1
No files found.
buf/buf0buf.c
View file @
7683ebd0
...
...
@@ -245,7 +245,7 @@ static ulint buf_dbg_counter = 0; /* This is used to insert validation
operations in excution in the
debug version */
/** Flag to forbid the release of the buffer pool mutex.
Protected by buf_pool
->
mutex. */
Protected by buf_pool
_
mutex. */
UNIV_INTERN
ulint
buf_pool_mutex_exit_forbidden
=
0
;
#endif
/* UNIV_DEBUG || UNIV_BUF_DEBUG */
#ifdef UNIV_DEBUG
...
...
buf/buf0lru.c
View file @
7683ebd0
...
...
@@ -251,7 +251,7 @@ scan_again:
if
(
num_entries
<
BUF_LRU_DROP_SEARCH_HASH_SIZE
)
{
goto
next_page
;
}
/* Array full. We release the buf_pool
->
mutex to
/* Array full. We release the buf_pool
_
mutex to
obey the latching order. */
buf_pool_mutex_exit
();
...
...
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