Deprecate old admin modules

Added notification messages for the deprecation of the old admin interface
modules. Also added notes into the documentation about their deprecation.
This commit is contained in:
Markus Mäkelä
2018-11-20 10:38:25 +02:00
parent e3ad827288
commit c552845fd1
5 changed files with 19 additions and 6 deletions

View File

@ -63,7 +63,7 @@ extern int execute_cmd(CLI_SESSION* cli);
*/
extern "C" MXS_MODULE* MXS_CREATE_MODULE()
{
MXS_NOTICE("Initialise CLI router module");
MXS_WARNING("THE 'cli' MODULE AND 'maxadmin' ARE DEPRECATED: Use 'maxctrl' instead");
static MXS_ROUTER_OBJECT MyObject =
{