• Marko Mäkelä's avatar
    fts_optimize_words(): Remove stray output · 1c97e07f
    Marko Mäkelä authored
    With SET GLOBAL innodb_optimize_fulltext_only=1
    in effect, OPTIMIZE TABLE would output words from the fulltext index
    to the server error log, even in non-debug builds.
    
    fts_optimize_words(): Remove the unwanted output.
    1c97e07f
fts0opt.cc 77.9 KB