There was an error while loading. Please reload this page.
1 parent 1e7fed7 commit 6b8a896Copy full SHA for 6b8a896
sql/handle_connections_win.cc
@@ -601,7 +601,7 @@ void handle_connections_win()
601
wait_events.push_back(hEventShutdown);
602
n_waits= 1;
603
604
- for (int i= 0; i < all_listeners.size(); i++)
+ for (size_t i= 0; i < all_listeners.size(); i++)
605
{
606
HANDLE wait_handle= all_listeners[i]->wait_handle();
607
if (wait_handle)
0 commit comments