mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
ha_innodb.h, ha_innodb.cc:
Reverted the change which allowed use of HA_READ_PREFIX_LAST in InnoDB sql/ha_innodb.cc: Reverted the change which allowed use of HA_READ_PREFIX_LAST in InnoDB sql/ha_innodb.h: Reverted the change which allowed use of HA_READ_PREFIX_LAST in InnoDB
This commit is contained in:
parent
0b5c1838bf
commit
57a2cf1377
2 changed files with 6 additions and 2 deletions
|
|
@ -96,7 +96,7 @@ class ha_innobase: public handler
|
|||
ulong index_flags(uint idx) const
|
||||
{
|
||||
return (HA_READ_NEXT | HA_READ_PREV | HA_READ_ORDER |
|
||||
HA_KEY_READ_ONLY);
|
||||
HA_KEY_READ_ONLY | HA_NOT_READ_PREFIX_LAST);
|
||||
}
|
||||
uint max_record_length() const { return HA_MAX_REC_LENGTH; }
|
||||
uint max_keys() const { return MAX_KEY; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue