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
7b0e68b8
Commit
7b0e68b8
authored
2 years ago
by
haomi123
Committed by
Anel
2 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix DBUG_ENTER awake_no_mutex
parent
dbe39f14
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
sql/sql_class.cc
sql/sql_class.cc
+1
-1
No files found.
sql/sql_class.cc
View file @
7b0e68b8
...
...
@@ -1795,7 +1795,7 @@ void add_diff_to_status(STATUS_VAR *to_var, STATUS_VAR *from_var,
void
THD
::
awake_no_mutex
(
killed_state
state_to_set
)
{
DBUG_ENTER
(
"THD::awake"
);
DBUG_ENTER
(
"THD::awake
_no_mutex
"
);
DBUG_PRINT
(
"enter"
,
(
"this: %p current_thd: %p state: %d"
,
this
,
current_thd
,
(
int
)
state_to_set
));
THD_CHECK_SENTRY
(
this
);
...
...
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