Remove mysql prefix.
Now monitor.c includes <mysqld_error.h> and not <mysql/mysqld_error.h>. The latter can not be found from connector-c.
This commit is contained in:
@ -43,7 +43,7 @@
|
|||||||
#include <secrets.h>
|
#include <secrets.h>
|
||||||
#include <maxscale_pcre2.h>
|
#include <maxscale_pcre2.h>
|
||||||
#include <externcmd.h>
|
#include <externcmd.h>
|
||||||
#include <mysql/mysqld_error.h>
|
#include <mysqld_error.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Create declarations of the enum for monitor events and also the array of
|
* Create declarations of the enum for monitor events and also the array of
|
||||||
|
|||||||
Reference in New Issue
Block a user