mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
wl#3700 - post-review fixes:
s/ulonglong/key_part_map/, comments
This commit is contained in:
@ -3282,8 +3282,8 @@ int handler::compare_key(key_range *range)
|
||||
|
||||
|
||||
int handler::index_read_idx(byte * buf, uint index, const byte * key,
|
||||
ulonglong keypart_map,
|
||||
enum ha_rkey_function find_flag)
|
||||
key_part_map keypart_map,
|
||||
enum ha_rkey_function find_flag)
|
||||
{
|
||||
int error, error1;
|
||||
error= index_init(index, 0);
|
||||
|
Reference in New Issue
Block a user