Skip to content

Instantly share code, notes, and snippets.

@rsky
Last active December 12, 2015 06:09
Show Gist options
  • Save rsky/4727539 to your computer and use it in GitHub Desktop.
Save rsky/4727539 to your computer and use it in GitHub Desktop.
MySQL 5.6.10 s/connection_tcpwrap_errors/connection_errors_tcpwrap/
--- a/sql/mysqld.cc
+++ b/sql/mysqld.cc
@@ -6292,7 +6292,7 @@
The connection was refused by TCP wrappers.
There are no details (by client IP) available to update the host_cache.
*/
- statistic_increment(connection_tcpwrap_errors, &LOCK_status);
+ statistic_increment(connection_errors_tcpwrap, &LOCK_status);
continue;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment