Search
j0ke.net Open Build Service
>
Projects
>
server:database
:
percona
:
xtradb-cluster:8.0
>
nagios-plugins
> nagios-plugins-0010-include-mysql-version-header.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File nagios-plugins-0010-include-mysql-version-header.patch of Package nagios-plugins
diff -up nagios-plugins-5c7eb5b9d5a7ed20ce27dcd81f23ecdb6720c2d6/plugins/check_mysql.c.kh1 nagios-plugins-5c7eb5b9d5a7ed20ce27dcd81f23ecdb6720c2d6/plugins/check_mysql.c --- nagios-plugins-5c7eb5b9d5a7ed20ce27dcd81f23ecdb6720c2d6/plugins/check_mysql.c.kh1 2018-02-14 12:02:07.740364135 +0100 +++ nagios-plugins-5c7eb5b9d5a7ed20ce27dcd81f23ecdb6720c2d6/plugins/check_mysql.c 2018-02-14 12:02:25.604360688 +0100 @@ -43,6 +43,7 @@ const char *email = "devel@nagios-plugin #include <mysql.h> #include <mysqld_error.h> +#include <mysql_version.h> #include <errmsg.h> char *db_user = NULL; --- nagios-plugins-2.3.1/plugins/check_mysql_query.c.orig 2020-01-04 21:23:56.947538170 +0100 +++ nagios-plugins-2.3.1/plugins/check_mysql_query.c 2020-01-04 21:30:17.500921506 +0100 @@ -39,6 +39,7 @@ #include "netutils.h" #include <server/mysql.h> +#include <mysql_version.h> #include <errmsg.h> char *db_user = NULL;