WL#5259: PERFORMANCE_SCHEMA HOST_CACHE

Affects: Server-Prototype Only   —   Status: Complete

The server has an internal table containing information
about the host cache, including 'host name' and 'ip address'
and 'error count'. Expose this name via a new table in the performance_schema.
The benefits are:
* Users will know when the 'error count' approaches the value in
  the system variable 'max_connect_errors'
* Users will know how many hosts are cached.

According to support people, there are several support issues
which this would solve.