• Vicențiu Ciorbaru's avatar
    MDEV-7682 Incorrect use of SPATIAL KEY for query plan · 9253064c
    Vicențiu Ciorbaru authored
    If the spatial key is used within an equality comparison, the comparison
    does not produce relevant results generally as identical geometry can be
    stored differently. Still, we want to support the operation. In order
    to allow a hash join plan, we must define a key_length for Field_geom.
    9253064c
field.h 88.8 KB