• Magne Mahre's avatar
    Bug#50574 5.5.x allows spatial indexes on non-spatial columns, · 5f2c8cae
    Magne Mahre authored
              causing crashes!
    
    Adding a SPATIAL INDEX on a non-geometrical column caused a
    segmentation fault when the table was subsequently 
    inserted into.
          
    A test was added in mysql_prepare_create_table to explicitly
    check whether non-geometrical columns are used in a
    spatial index, and throw an error if so.
    5f2c8cae
gis.result 46.2 KB