MXS-553: Add diagnostics_json to protocol API

The protocol now allows protocol modules to return JSON formatted
information about the protocol module internals. Currently this is only
implemented by the mariadbbackend module and it returns the current
connection ID on the backend server.
This commit is contained in:
Markus Mäkelä
2018-05-18 13:53:03 +03:00
parent cdb43335a2
commit 3f4d6391b5
9 changed files with 37 additions and 4 deletions

View File

@ -107,6 +107,7 @@ extern "C"
NULL, /* Authentication */
gw_default_auth, /* Default authenticator */
gw_connection_limit, /* Send error connection limit */
NULL,
NULL
};