mirror of
https://github.com/MariaDB/server.git
synced 2025-11-25 17:25:02 +03:00
don't construct open ranges from prefix blob keys for < (less than) just as it's already done for > (greater than) because prefix KEY_PART doesn't create prefix Field for blobs (see open_table_from_share() near "Create a new field for the key part"), so stored_field_cmp_to_item() will compare the original field to the value not taking the prefix length into account.
523 KiB
523 KiB