mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
move rocksdb specific changes into rocksdb
This commit is contained in:
@ -2728,14 +2728,6 @@ int handler::ha_index_first(uchar * buf)
|
||||
return result;
|
||||
}
|
||||
|
||||
bool handler::is_using_full_key(key_part_map keypart_map,
|
||||
uint actual_key_parts)
|
||||
{
|
||||
return (keypart_map == HA_WHOLE_KEY) ||
|
||||
(keypart_map == ((key_part_map(1) << actual_key_parts)
|
||||
- 1));
|
||||
}
|
||||
|
||||
int handler::ha_index_last(uchar * buf)
|
||||
{
|
||||
int result;
|
||||
|
Reference in New Issue
Block a user