Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 10.0.3, 5.5.31, 5.1.67, 5.2.14, 5.3.12
-
Component/s: None
-
Labels:None
Description
In sql/sql_class.cc in the THD::awake method on line 1767 there is a call to my_sleep. This call looks like it should be made within the for loop that is 1 line above it. Where it is it simply waits for no real reason.