• Marko Mäkelä's avatar
    MDEV-18659: Revert a non-functional change · 4b5dc47f
    Marko Mäkelä authored
    fts_fetch_index_words(): Restore the initialization len=0.
    The test innodb_fts.create in 10.2 would end up in an infinite loop
    if this assignment is removed, because a following iteration of the
    while() loop would assign zip->zp->avail_in=len with the original value
    instead of the 0 that was reset in the previous iteration.
    4b5dc47f
fts0opt.cc 76.9 KB