[MDEV-4670] THD::awake bug with my_sleep call Created: 2013-06-17 Updated: 2013-07-02 Resolved: 2013-07-02 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.0.3, 5.5.31, 5.1.67, 5.2.14, 5.3.12 |
| Fix Version/s: | 10.0.4, 5.5.32 |
| Type: | Bug | Priority: | Major |
| Reporter: | Alex Light | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| 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. |