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:
parent
e8c2b27c27
commit
7aab966573
@ -43,7 +43,7 @@
|
||||
#include <secrets.h>
|
||||
#include <maxscale_pcre2.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
|
||||
|
Loading…
x
Reference in New Issue
Block a user