maxscale/maxscale_pcre2.h renamed to maxscale/pcre2.h
This commit is contained in:
@ -24,7 +24,7 @@
|
||||
* @endverbatim
|
||||
*/
|
||||
|
||||
#include <maxscale/maxscale_pcre2.h>
|
||||
#include <maxscale/pcre2.h>
|
||||
#include <maxscale/alloc.h>
|
||||
|
||||
/**
|
||||
|
@ -1099,7 +1099,7 @@ void prepare_pcre2_patterns()
|
||||
* @param string String to match
|
||||
* @return MXS_PCRE2_MATCH if the pattern matches, MXS_PCRE2_NOMATCH if it does
|
||||
* not match and MXS_PCRE2_ERROR if an error occurred
|
||||
* @see maxscale_pcre2.h
|
||||
* @see maxscale/pcre2.h
|
||||
*/
|
||||
mxs_pcre2_result_t modutil_mysql_wildcard_match(const char* pattern, const char* string)
|
||||
{
|
||||
|
@ -36,7 +36,7 @@
|
||||
#include <maxscale/skygw_utils.h>
|
||||
#include <maxscale/log_manager.h>
|
||||
#include <maxscale/secrets.h>
|
||||
#include <maxscale/maxscale_pcre2.h>
|
||||
#include <maxscale/pcre2.h>
|
||||
#include <maxscale/externcmd.h>
|
||||
#include <mysqld_error.h>
|
||||
#include <maxscale/mysql_utils.h>
|
||||
|
@ -34,7 +34,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <maxscale/alloc.h>
|
||||
#include <maxscale/maxscale_pcre2.h>
|
||||
#include <maxscale/pcre2.h>
|
||||
#include <maxscale/skygw_debug.h>
|
||||
|
||||
#define test_assert(a, b) if(!(a)){fprintf(stderr, b);return 1;}
|
||||
|
Reference in New Issue
Block a user