• Vladislav Vaintroub's avatar
    Fix myisam_crash_before_flush_keys on Windows · a1abfb58
    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.
    a1abfb58
mi_close.c 3.87 KB