• Vladislav Vaintroub's avatar
    Fix LP Bug#686184 - merge_debug test fails. · 60722bca
    Vladislav Vaintroub authored
    The reason for failure is that DBUG_EXECUTE_IF in mi_open()
    only worked for Unix-formatted file names, due to strstr(name, "/crashed")
    
    The fix change strstr() above to strstr(name, "crashed"), to it can work with 
    Windows file names as well.
    60722bca
mi_open.c 43.9 KB