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

@ -65,7 +65,7 @@ static CLI_INSTANCE* instances;
*/
extern "C" MXS_MODULE* MXS_CREATE_MODULE()
{
MXS_NOTICE("Initialise debug CLI router module.");
MXS_WARNING("THE 'debugcli' MODULE IS DEPRECATED");
pthread_mutex_init(&instlock, NULL);
instances = NULL;