• Arun Kuruvila's avatar
    Bug#25541037: MYSQL BUG ON DELETE · bd5ca6ac
    Arun Kuruvila authored
    Description:- MyISAM table gets corrupted with concurrent
    executions of INSERT, DELETE statements in a particular
    sequence.
    
    Analysis:- Due to the inappropriate manipulation of w_lock
    and r_lock associated with a MyISAM table, there arises a
    scenario where the table's state information becomes
    invalid.
    
    Fix:- A lock is introduced to resolve this issue.
    bd5ca6ac
mi_check.c 156 KB