Convert maxscale/query_classifier.h to .hh
The header was not merged with queryclassifier.hh since the latter does not include the former.
This commit is contained in:
2
server/modules/filter/cache/cache.cc
vendored
2
server/modules/filter/cache/cache.cc
vendored
@ -20,7 +20,7 @@
|
||||
#include <maxscale/alloc.h>
|
||||
#include <maxscale/buffer.h>
|
||||
#include <maxscale/modutil.hh>
|
||||
#include <maxscale/query_classifier.h>
|
||||
#include <maxscale/query_classifier.hh>
|
||||
#include <maxscale/paths.h>
|
||||
#include "storagefactory.hh"
|
||||
#include "storage.hh"
|
||||
|
@ -17,7 +17,7 @@
|
||||
#include <maxscale/alloc.h>
|
||||
#include <maxscale/modutil.hh>
|
||||
#include <maxscale/mysql_utils.hh>
|
||||
#include <maxscale/query_classifier.h>
|
||||
#include <maxscale/query_classifier.hh>
|
||||
#include "storage.hh"
|
||||
|
||||
namespace
|
||||
|
2
server/modules/filter/cache/rules.cc
vendored
2
server/modules/filter/cache/rules.cc
vendored
@ -24,7 +24,7 @@
|
||||
#include <maxscale/modutil.hh>
|
||||
#include <maxscale/mysql_utils.hh>
|
||||
#include <maxscale/protocol/mysql.hh>
|
||||
#include <maxscale/query_classifier.h>
|
||||
#include <maxscale/query_classifier.hh>
|
||||
#include <maxscale/session.hh>
|
||||
|
||||
#include "cachefilter.hh"
|
||||
|
@ -15,7 +15,7 @@
|
||||
#include "inmemorystorage.hh"
|
||||
#include <maxscale/alloc.h>
|
||||
#include <maxscale/modutil.hh>
|
||||
#include <maxscale/query_classifier.h>
|
||||
#include <maxscale/query_classifier.hh>
|
||||
#include "inmemorystoragest.hh"
|
||||
#include "inmemorystoragemt.hh"
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
#include <unordered_map>
|
||||
#include <maxscale/alloc.h>
|
||||
#include <maxscale/paths.h>
|
||||
#include <maxscale/query_classifier.h>
|
||||
#include <maxscale/query_classifier.hh>
|
||||
#include "storagefactory.hh"
|
||||
#include "cache.hh"
|
||||
#include "cache_storage_api.hh"
|
||||
|
@ -18,7 +18,7 @@
|
||||
#include <maxscale/config.hh>
|
||||
#include <maxscale/paths.h>
|
||||
#include <maxscale/protocol/mysql.hh>
|
||||
#include <maxscale/query_classifier.h>
|
||||
#include <maxscale/query_classifier.hh>
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
#include <maxscale/alloc.h>
|
||||
#include <maxscale/paths.h>
|
||||
#include <maxscale/query_classifier.h>
|
||||
#include <maxscale/query_classifier.hh>
|
||||
#include <maxscale/utils.h>
|
||||
|
||||
#include "storagefactory.hh"
|
||||
|
@ -23,7 +23,7 @@
|
||||
#include <maxscale/modinfo.h>
|
||||
#include <maxscale/modutil.hh>
|
||||
#include <maxscale/pcre2.h>
|
||||
#include <maxscale/query_classifier.h>
|
||||
#include <maxscale/query_classifier.hh>
|
||||
|
||||
using std::string;
|
||||
|
||||
|
@ -25,7 +25,7 @@
|
||||
#include <vector>
|
||||
|
||||
#include <maxscale/filter.hh>
|
||||
#include <maxscale/query_classifier.h>
|
||||
#include <maxscale/query_classifier.hh>
|
||||
|
||||
#include "dbfwfilter.h"
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
||||
#include <maxscale/modutil.hh>
|
||||
#include <maxscale/poll.hh>
|
||||
#include <maxscale/protocol/mysql.hh>
|
||||
#include <maxscale/query_classifier.h>
|
||||
#include <maxscale/query_classifier.hh>
|
||||
|
||||
/**
|
||||
* @file datastream.c - Streaming of bulk inserts
|
||||
|
@ -54,7 +54,7 @@ extern "C"
|
||||
#include <maxscale/alloc.h>
|
||||
#include <maxscale/filter.hh>
|
||||
#include <maxscale/modutil.hh>
|
||||
#include <maxscale/query_classifier.h>
|
||||
#include <maxscale/query_classifier.hh>
|
||||
#include <maxscale/session.hh>
|
||||
|
||||
/*
|
||||
|
@ -30,7 +30,7 @@
|
||||
#include <maxscale/paths.h>
|
||||
#include <maxscale/poll.hh>
|
||||
#include <maxscale/protocol/mysql.hh>
|
||||
#include <maxscale/query_classifier.h>
|
||||
#include <maxscale/query_classifier.hh>
|
||||
|
||||
static MXS_FILTER* createInstance(const char* name, MXS_CONFIG_PARAMETER*);
|
||||
static MXS_FILTER_SESSION* newSession(MXS_FILTER* instance,
|
||||
|
@ -74,7 +74,7 @@
|
||||
#include <amqp_tcp_socket.h>
|
||||
#include <amqp_ssl_socket.h>
|
||||
#include <maxscale/protocol/mysql.hh>
|
||||
#include <maxscale/query_classifier.h>
|
||||
#include <maxscale/query_classifier.hh>
|
||||
#include <maxscale/session.hh>
|
||||
#include <maxscale/mainworker.hh>
|
||||
#include <maxscale/alloc.h>
|
||||
|
@ -14,7 +14,7 @@
|
||||
|
||||
#include <maxscale/ccdefs.hh>
|
||||
#include <memory>
|
||||
#include <maxscale/query_classifier.h>
|
||||
#include <maxscale/query_classifier.hh>
|
||||
#include "module.hh"
|
||||
|
||||
namespace maxscale
|
||||
|
@ -14,7 +14,7 @@
|
||||
#include "maxscale/mock/backend.hh"
|
||||
#include <algorithm>
|
||||
#include <vector>
|
||||
#include <maxscale/query_classifier.h>
|
||||
#include <maxscale/query_classifier.hh>
|
||||
#include <maxscale/protocol/mysql.hh>
|
||||
#include <iostream>
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
#include <maxscale/ccdefs.hh>
|
||||
#include <maxscale/modutil.hh>
|
||||
#include <maxscale/poll.hh>
|
||||
#include <maxscale/query_classifier.h>
|
||||
#include <maxscale/query_classifier.hh>
|
||||
|
||||
#include "throttlesession.hh"
|
||||
#include "throttlefilter.hh"
|
||||
|
@ -61,7 +61,7 @@
|
||||
#include <maxscale/modutil.hh>
|
||||
#include <maxscale/server.hh>
|
||||
#include <maxbase/atomic.h>
|
||||
#include <maxscale/query_classifier.h>
|
||||
#include <maxscale/query_classifier.hh>
|
||||
|
||||
/* The maximum size for query statements in a transaction (64MB) */
|
||||
static size_t sql_size_limit = 64 * 1024 * 1024;
|
||||
|
Reference in New Issue
Block a user