• Vladislav Vaintroub's avatar
    Fix myisam_crash_before_flush_keys on Windows · 3fb8bc16
    Vladislav Vaintroub authored
    Problem : mtr reports test failure because it sees
    [ERROR] mysqld got exception 0x80000003 ;
    in the .err file
    
    The exception comes from DBUG_EXECUTE_IF (.. abort())
    
    Fix:  use DBUG_ABORT instead of abort() - it does not throw 
    any exceptions.
    3fb8bc16
mi_close.c 3.87 KB