• Monty's avatar
    Fixed bug in aria_chk that overwrote sort_buffer_length · 0d47945b
    Monty authored
    This bug happens when one runs aria_chk on multiple tables. It does not
    affect REPAIR TABLE.
    aria_chk tries to optimize the sort buffer size to minimize memory usage
    when used with small tables. The bug was that the adjusted value was
    used as a base for the next table, which could cause problems.
    0d47945b
myisamchk.h 4.57 KB