• Marko Mäkelä's avatar
    Clean up some SPATIAL INDEX code · bc7d40d0
    Marko Mäkelä authored
    Clarify some comments about accessing an externally stored column
    on which a spatial index has been defined. Add a TODO comment that
    we should actually write the minimum bounding rectangle (MBR) to
    the undo log record, so that we can avoid fetching BLOBs and recomputing
    MBR.
    
    row_build_spatial_index_key(): Split from row_build_index_entry_low().
    bc7d40d0
row0row.cc 43.5 KB