[MDEV-6023] size limited index not used even when query len(data) < len(index) Created: 2014-04-04 Updated: 2014-04-04 Resolved: 2014-04-04 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 5.5.35-galera |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Minor |
| Reporter: | Daniel Black | Assignee: | Unassigned |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Description |
|
When a search is on a 5 character cid, it should be able to use a cid(255) index.
|
| Comments |
| Comment by Elena Stepanova [ 2014-04-04 ] | |||||||||||
|
It does if there is anything to find:
Or did you mean something different? | |||||||||||
| Comment by Daniel Black [ 2014-04-04 ] | |||||||||||
|
nope, you're right - needed data. invalid. |