Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
10.0.9
-
None
-
None
Description
The thread status of the SQL thread is not changed when it starts to apply a log event. The result is that the SQL thread has the status of "System lock" for the whole time it is executing relay log events.
The status of the thread should be changed when it starts to execute an event.
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 10.0.11 [ 15200 ] |
Assignee | Michael Widenius [ monty ] |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Workflow | defaullt [ 36932 ] | MariaDB v2 [ 43448 ] |
Workflow | MariaDB v2 [ 43448 ] | MariaDB v3 [ 62553 ] |
Workflow | MariaDB v3 [ 62553 ] | MariaDB v4 [ 147665 ] |
+++ sql/log_event.cc 2014-03-19 19:24:26 +0000
@@ -9622,6 +9622,7 @@ int Rows_log_event::do_apply_event(rpl_g
goto err;
}
+ THD_STAGE_INFO(thd, stage_executing);
/*