Search
j0ke.net Open Build Service
>
Projects
>
server:database
:
percona
:
xtradb-cluster:8.0
>
nagios-plugins
> nagios-plugins-0001-Fix-mysql-f27.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File nagios-plugins-0001-Fix-mysql-f27.patch of Package nagios-plugins
diff -up ./plugins/check_mysql.c.fix_mysql_f27 ./plugins/check_mysql.c --- ./plugins/check_mysql.c.fix_mysql_f27 2017-11-20 21:19:47.597527944 -0500 +++ ./plugins/check_mysql.c 2017-11-20 21:17:15.715921194 -0500 @@ -41,7 +41,7 @@ const char *email = "devel@nagios-plugin #include "utils_base.h" #include "netutils.h" -#include <mysql.h> +#include <server/mysql.h> #include <mysqld_error.h> #include <errmsg.h> diff -up ./plugins/check_mysql_query.c.fix_mysql_f27 ./plugins/check_mysql_query.c --- ./plugins/check_mysql_query.c.fix_mysql_f27 2017-11-20 21:20:01.369764323 -0500 +++ ./plugins/check_mysql_query.c 2017-11-20 21:17:20.378001200 -0500 @@ -38,7 +38,7 @@ const char *email = "devel@nagios-plugin #include "utils_base.h" #include "netutils.h" -#include <mysql.h> +#include <server/mysql.h> #include <errmsg.h> char *db_user = NULL;