Commit 1915bfeb authored by unknown's avatar unknown

typo fixed

parent 63811cb0
......@@ -375,7 +375,7 @@ ha_rows ha_heap::records_in_range(uint inx, key_range *min_key,
min_key->length != key->key_length ||
min_key->flag != HA_READ_KEY_EXACT ||
max_key->flag != HA_READ_AFTER_KEY)
return HA_POS_ERROR; // Can't only use exact keys
return HA_POS_ERROR; // Can only use exact keys
return 10; // Good guess
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment