• holyfoot/hf@mysql.com/hfmain.(none)'s avatar
    Bug #30284 spatial key corruption. · 140dd4f3
    holyfoot/hf@mysql.com/hfmain.(none) authored
    SPATIAL key is fine actually, but the chk_key() function
    mistakenly returns error. It tries to compare checksums
    of btree and SPATIAL keys while the checksum for the SPATIAL isn't
    calculated (always 0). Same thing with FULLTEXT keys is handled
    using full_text_keys counter, so fixed by counting both
    SPATIAL and FULLTEXT keys in that counter.
    140dd4f3
gis.result 32.4 KB