Commit df9f68e9 authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

Replace another abort() under DBUG_EXECUTE_IF with DBUG_ABORT to avoid popups on Windows.

parent cb5b0d4f
......@@ -3532,7 +3532,7 @@ int MYSQL_BIN_LOG::purge_logs(const char *to_log,
break;
}
DBUG_EXECUTE_IF("crash_purge_before_update_index", abort(););
DBUG_EXECUTE_IF("crash_purge_before_update_index", DBUG_ABORT(););
if ((error= sync_purge_index_file()))
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment