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
508373d5
Commit
508373d5
authored
6 years ago
by
Sergey Vojtovich
Committed by
Vladislav Vaintroub
6 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
OS X warnings fixes
parent
8c55277d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
storage/innobase/include/sync0policy.h
storage/innobase/include/sync0policy.h
+3
-2
No files found.
storage/innobase/include/sync0policy.h
View file @
508373d5
...
...
@@ -50,7 +50,7 @@ class MutexDebug {
m_mutex
(),
m_filename
(),
m_line
(),
m_thread_id
(
os_thread_id_t
(
ULINT_UNDEFINED
)
)
m_thread_id
(
ULINT_UNDEFINED
)
{
/* No op */
}
...
...
@@ -76,7 +76,8 @@ class MutexDebug {
{
m_mutex
=
mutex
;
my_atomic_storelint
(
&
m_thread_id
,
os_thread_get_curr_id
());
my_atomic_storelint
(
&
m_thread_id
,
ulint
(
os_thread_get_curr_id
()));
m_filename
=
filename
;
...
...
This diff is collapsed.
Click to expand it.
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