[MDEV-31484] Typo in SEL_ARG::number_of_eq_groups Created: 2023-06-15 Updated: 2023-06-30 Resolved: 2023-06-30 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Server |
| Affects Version/s: | 11.1 |
| Fix Version/s: | 11.0.3, 11.1.2 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Yury Chaikou | Assignee: | Michael Widenius |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
sql/opt_range.cc
Probably should be cur->min_flag | cur->max_flag |
| Comments |
| Comment by Michael Widenius [ 2023-06-30 ] |
|
commit f25a74c0b094f23e1600ed9499a81420cfab663b Fixed typo on opt_range.cc: SEL_ARG::number_of_eq_groups() It could cause wrong range estimation for GROUP BY queries that are Reporter: Yuty Chaikou |
| Comment by Michael Widenius [ 2023-06-30 ] |
|
Already fixed |