mirror of https://github.com/MariaDB/server
Browse Source
When we calculate max_key_len for RANGE_OPT_PARAM::min_key/max_key, take
into account that QUICK_RANGE::QUICK_RANGE for some reason assumes
that there is one more byte there:
max_key((uchar*) sql_memdup(max_key_arg,max_length_arg+1)),
pull/90/merge
1 changed files with 3 additions and 0 deletions
Loading…
Reference in new issue