• unknown's avatar
    BUG#19702 - Using myisampack/myisamchk on a FULLTEXT indexed · 62f12569
    unknown authored
                table results in table corrupt
    
    Fulltext key has always two keysegs, thus we need to update
    FT_SEGS (last) element from seg array in case of compressed table.
    Also we must update ft2_keyinfo.
    
    
    myisam/mi_packrec.c:
      Fulltext key has always two keysegs, thus we need to update
      FT_SEGS (last) element from seg array in case of compressed table.
      Also we must update ft2_keyinfo.
    62f12569
mi_packrec.c 36.6 KB