• ingo@mysql.com's avatar
    Bug#17877 - Corrupted spatial index · d8499f2d
    ingo@mysql.com authored
    CHECK TABLE could complain about a fully intact spatial index.
    A wrong comparison operator was used for table checking. 
    The result was that it checked for non-matching spatial keys. 
    This succeeded if at least two different keys were present, 
    but failed if only the matching key was present.
    
    I fixed the key comparison.
    d8499f2d
rt_index.c 27 KB