[MDEV-8198] Excessive initialization of POSITION objects Created: 2015-05-21 Updated: 2015-05-21 Resolved: 2015-05-21 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | OTHER |
| Fix Version/s: | 10.1.5 |
| Type: | Task | Priority: | Major |
| Reporter: | Sergey Vojtovich | Assignee: | Sergey Vojtovich |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | None | ||
| Epic Link: | Performance: micro optimizations |
| Description |
|
POSITION object has no constructor, still it is called explicitly by make_join_statistic(). Remove this explicit initialization. |
| Comments |
| Comment by Sergey Vojtovich [ 2015-05-21 ] |
|
False alarm: it has members with constructors. |