• svoj@mysql.com/april.(none)'s avatar
    BUG#23196 - MySQL server does not exit / shutdown when · 5e733ee8
    svoj@mysql.com/april.(none) authored
                storage engine returns errno 12
    
    If there is not enough memory to store or update blob record
    (while allocating record buffer), myisam marks table as crashed.
    
    With this fix myisam attempts to roll an index back and return
    an error, not marking a table as crashed.
    
    Affects myisam tables with blobs only. No test case for this fix.
    5e733ee8
mi_update.c 6.92 KB