We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99077a5 commit 5eeb4d5Copy full SHA for 5eeb4d5
sql/conn_handler/socket_connection.cc
@@ -924,7 +924,7 @@ Channel_info* Mysqld_socket_listener::listen_for_connection_event()
924
#ifdef __APPLE__
925
if (mysql_socket_getfd(connect_sock) >= FD_SETSIZE)
926
{
927
- sql_print_warning("File Descriptor %d exceedeed FD_SETSIZE=%d",
+ sql_print_warning("File Descriptor %d exceeded FD_SETSIZE=%d",
928
mysql_socket_getfd(connect_sock), FD_SETSIZE);
929
connection_errors_internal++;
930
(void) mysql_socket_close(connect_sock);
0 commit comments