[MDEV-5989] connect: max(indexed) doesn't work Created: 2014-03-31 Updated: 2014-04-01 Resolved: 2014-04-01 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.0.10 |
| Fix Version/s: | 10.0.11 |
| Type: | Bug | Priority: | Major |
| Reporter: | Sergei Golubchik | Assignee: | Olivier Bertrand |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | connect-engine | ||
| Description |
|
After the latest merge with 10.0-connect the following stopped working:
This happens because index_flags() now have HA_READ_ORDER, but index_last() is still not implemented. |
| Comments |
| Comment by Olivier Bertrand [ 2014-04-01 ] |
|
index_last is now implemented |