From 9558addbfe1d9b7a05f963825290f7440decd631 Mon Sep 17 00:00:00 2001 From: Johan Wikman Date: Tue, 2 Jan 2018 11:01:28 +0200 Subject: [PATCH] Update module name for mariadbmon --- server/modules/monitor/mariadbmon/mysql_mon.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/modules/monitor/mariadbmon/mysql_mon.cc b/server/modules/monitor/mariadbmon/mysql_mon.cc index 0332f16cf..bf1eb1855 100644 --- a/server/modules/monitor/mariadbmon/mysql_mon.cc +++ b/server/modules/monitor/mariadbmon/mysql_mon.cc @@ -15,7 +15,7 @@ * @file mysql_mon.c - A MySQL replication cluster monitor */ -#define MXS_MODULE_NAME "mysqlmon" +#define MXS_MODULE_NAME "mariadbmon" #include "../mysqlmon.h" #include