Bug #77083 | ib_cursor_moveto() doesn't accept search tupple with smaller n_fields | ||
---|---|---|---|
Submitted: | 19 May 2015 6:06 | Modified: | 25 May 2015 14:39 |
Reporter: | Yasufumi Kinoshita | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S3 (Non-critical) |
Version: | 5.7.7 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[19 May 2015 6:06]
Yasufumi Kinoshita
[20 May 2015 4:28]
Yasufumi Kinoshita
Just we should use table name instead of table id.
[20 May 2015 4:29]
Yasufumi Kinoshita
Sorry for wrong previous post.
[20 May 2015 13:50]
MySQL Verification Team
This bug is verified by source code inspection and some debugging ... The available fix is also quite small.
[25 May 2015 14:39]
Daniel Price
Posted by developer: Fixed as of the upcoming 5.6.26, 5.7.8, 5.8.0 release, and here's the changelog entry: The "ib_cursor_moveto" function did not accept a search tuple with fewer fields than are defined for the index. Thank you for the bug report.