• Satya B's avatar
    Fix for Bug #43973 - backup_myisam.test fails on 6.0-bugteam · c045d1dc
    Satya B authored
          
    The test started failing following the push for BUG#41541.
    Some of the algorithms access bytes beyond the input data
    and this can affect up to one byte less than "word size"
    which is BITS_SAVED / 8. 
          
    Fixed by adding (BITS_SAVED / 8) -1 bytes to buffer size
    (i.e. Memory Segment #2) to avoid accessing un-allocated data.
    c045d1dc
myisampack.test 5.13 KB