1
0
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:
Sergei Golubchik
2017-03-11 16:25:03 +01:00
parent 9ce639af52
commit 6e899642fe
6 changed files with 27 additions and 26 deletions

View File

@ -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;