MXS-553: Update and document the protocol API
Removed unused and properly documented all entry points in the protocol module API. As the removal of the `session` entry point is an backwards incompatible change, the protocol API version was updated.
This commit is contained in:
@ -82,7 +82,6 @@ MXS_MODULE* MXS_CREATE_MODULE()
|
||||
gw_backend_close, /* Close */
|
||||
NULL, /* Listen */
|
||||
gw_change_user, /* Authentication */
|
||||
NULL, /* Session */
|
||||
gw_backend_default_auth, /* Default authenticator */
|
||||
NULL, /* Connection limit reached */
|
||||
gw_connection_established
|
||||
|
Reference in New Issue
Block a user