Commit 80f57fb2 authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

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

parent ebc6b1d3
...@@ -3532,7 +3532,7 @@ int MYSQL_BIN_LOG::purge_logs(const char *to_log, ...@@ -3532,7 +3532,7 @@ int MYSQL_BIN_LOG::purge_logs(const char *to_log,
break; 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())) 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