• Satya B's avatar
    Fix for BUG#32880 - Repairing Archive table fails with internal error 144 · bbd694a3
    Satya B authored
    Any statement reading corrupt archive data file
    (CHECK/REPAIR/SELECT/UPDATE/DELETE) may cause assertion
    failure in debug builds. This assertion has been removed
    and an error is returned instead.
    
    Also fixed that CHECK/REPAIR returns vague error message
    when it mets corruption in archive data file. This is
    fixed by returning proper error code.
    bbd694a3