[MDEV-12206] Query_cache::send_result_to_client() may corrupt THD::query_plan_flags Created: 2017-03-08 Updated: 2017-03-08 Resolved: 2017-03-08 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Query Cache |
| Affects Version/s: | 5.5 |
| Fix Version/s: | 10.0.22, 10.1.8, 10.2.0, 5.5.55 |
| Type: | Bug | Priority: | Major |
| Reporter: | Marko Mäkelä | Assignee: | Marko Mäkelä |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Due to missing parentheses in a macro definition, a statement is corrupting some flags:
This bug was already fixed in MariaDB Server 10.0.22 and merged to 10.1.8 and 10.2.0. |