summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbhay Choubey <nirbhay@skysql.com>2014-05-27 10:11:42 -0400
committerNirbhay Choubey <nirbhay@skysql.com>2014-05-27 10:11:42 -0400
commit8d37bd48c71e0f7edf3b26b112952e70140d392a (patch)
tree9d124de36c486c15bb593c0c81a85daf2e9c344c
parentef7e1734044c5303348b7c33d2267554190a901e (diff)
downloadmariadb-git-8d37bd48c71e0f7edf3b26b112952e70140d392a.tar.gz
Fixing a typo s/connection_tcpwrap_errors/connection_errors_tcpwrap,
causing build to fail when HAVE_LIBWRAP is enabled.
-rw-r--r--sql/mysqld.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/mysqld.cc b/sql/mysqld.cc
index 4c72a16e7dc..b523769677e 100644
--- a/sql/mysqld.cc
+++ b/sql/mysqld.cc
@@ -6996,7 +6996,7 @@ void handle_connections_sockets()
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;
}
}