LevelDB Storage Engine MS2
(MDEV-4201)
|
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Technical task | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Sergei Petrunia |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | leveldb | ||
| Issue Links: |
|
||||
| Description |
|
Actual result:
Expected result:
EXPLAIN:
|
| Comments |
| Comment by Sergei Petrunia [ 2013-03-22 ] |
|
List of ranges to be scanned (it is surprising that 'w' is not in the list of endpoints, but that itself is not a bug): "ranges": [ The following happens: However, HA_READ_AFTER_KEY in the parameter refers to the whole lookup tuple, not to the prefix that's stored in the index. |
| Comment by Sergei Petrunia [ 2013-03-22 ] |
|
The problem can be observed on MyISAM, too! http://bugs.mysql.com/bug.php?id=68750 |