[MDEV-14518] HA_REC_NOT_IN_SEQ comment appears to be incorrect Created: 2017-11-28 Updated: 2020-12-01 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Server |
| Affects Version/s: | 5.5, 10.0, 10.1, 10.2 |
| Fix Version/s: | 10.2 |
| Type: | Bug | Priority: | Trivial |
| Reporter: | Andrew Hutchings (Inactive) | Assignee: | Vicențiu Ciorbaru |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
In handler.h the comment for "HA_REC_NOT_IN_SEQ" says: "If this flag is not set, filesort will do a position() call for each matched Through testing and looking at the comment in ha_partition.h the opposite appears to be true. The comment should probably have the "not" removed. |