Skip to content

Commit

Permalink
Fix merge.
Browse files Browse the repository at this point in the history
Remove wrong DBUG_ASSERT(hEventShutdown). hEventShutdown was created
right after this DBUG_ASSERT
  • Loading branch information
vaintroub committed Aug 12, 2020
1 parent 32798e1 commit e12ed97
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sql/handle_connections_win.cc
Original file line number Diff line number Diff line change
Expand Up @@ -531,11 +531,9 @@ void network_init_win()

void handle_connections_win()
{
DBUG_ASSERT(hEventShutdown);
int n_waits;

create_shutdown_event();

wait_events[SHUTDOWN_IDX]= hEventShutdown;
n_waits= 1;

Expand Down

0 comments on commit e12ed97

Please sign in to comment.