1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

MariaRocks port: temporarily disable gap lock checking

Also provide handler::is_using_full_key
This commit is contained in:
Sergei Petrunia
2016-10-19 14:27:43 +00:00
parent fe0b57dfbe
commit 8c5912e9ee
3 changed files with 15 additions and 0 deletions

View File

@@ -3159,6 +3159,7 @@ public:
size_t size)
{ return 0; }
bool is_using_full_key(key_part_map keypart_map, uint actual_key_parts);
virtual int read_range_first(const key_range *start_key,
const key_range *end_key,
bool eq_range, bool sorted);