summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/check_mysql.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_mysql.c b/plugins/check_mysql.c
index eee32e71..2b70926c 100644
--- a/plugins/check_mysql.c
+++ b/plugins/check_mysql.c
@@ -121,7 +121,7 @@ int main(int argc, char **argv) {
121 121
122 mp_check overall = mp_check_init(); 122 mp_check overall = mp_check_init();
123 123
124 mp_set_ok_summary(&overall, "Mariadb/MySQL seems to be ok"); 124 mp_set_ok_summary(&overall, "MariaDB/MySQL seems to be ok");
125 125
126 mp_subcheck sc_connection = mp_subcheck_init(); 126 mp_subcheck sc_connection = mp_subcheck_init();
127 /* establish a connection to the server and check for errors */ 127 /* establish a connection to the server and check for errors */