Új hozzászólás Aktív témák

  • Sk8erPeter

    nagyúr

    válasz Sk8erPeter #7717 üzenetére

    Itt is hasonló van:
    "If you modify full-text variables that affect indexing (ft_min_word_len, ft_max_word_len, or ft_stopword_file), or if you change the stopword file itself, you must rebuild your FULLTEXT indexes after making the changes and restarting the server. To rebuild the indexes in this case, it is sufficient to do a QUICK repair operation:
    mysql> REPAIR TABLE tbl_name QUICK;

    Alternatively, use ALTER TABLE with the DROP INDEX and ADD INDEX options to drop and re-create each FULLTEXT index. In some cases, this may be faster than a repair operation.

    Each table that contains any FULLTEXT index must be repaired as just shown. Otherwise, queries for the table may yield incorrect results, and modifications to the table will cause the server to see the table as corrupt and in need of repair."

    ==
    Még ezt is nézd meg a témában: [link], [link], [link] (alul, az incorrect results rész)

    [ Szerkesztve ]

    Sk8erPeter

Új hozzászólás Aktív témák