MXS-2205 Convert maxscale/protocol/mysql.h to .hh
This commit is contained in:
@ -48,7 +48,7 @@
|
||||
#include <inttypes.h>
|
||||
#include <algorithm>
|
||||
|
||||
#include <maxscale/protocol/mysql.h>
|
||||
#include <maxscale/protocol/mysql.hh>
|
||||
#include <maxscale/alloc.h>
|
||||
#include <maxscale/poll.hh>
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
#include <string>
|
||||
|
||||
#include <maxscale/buffer.h>
|
||||
#include <maxscale/protocol/mysql.h>
|
||||
#include <maxscale/protocol/mysql.hh>
|
||||
|
||||
typedef enum cache_result_bits
|
||||
{
|
||||
|
2
server/modules/filter/cache/rules.cc
vendored
2
server/modules/filter/cache/rules.cc
vendored
@ -23,7 +23,7 @@
|
||||
#include <maxscale/config.hh>
|
||||
#include <maxscale/modutil.hh>
|
||||
#include <maxscale/mysql_utils.hh>
|
||||
#include <maxscale/protocol/mysql.h>
|
||||
#include <maxscale/protocol/mysql.hh>
|
||||
#include <maxscale/query_classifier.h>
|
||||
#include <maxscale/session.hh>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
#include <maxscale/config.hh>
|
||||
#include <maxscale/log.h>
|
||||
#include <maxscale/paths.h>
|
||||
#include <maxscale/protocol/mysql.h>
|
||||
#include <maxscale/protocol/mysql.hh>
|
||||
#include <maxscale/query_classifier.h>
|
||||
|
||||
using namespace std;
|
||||
|
@ -73,7 +73,7 @@
|
||||
#include <maxscale/modulecmd.hh>
|
||||
#include <maxscale/modutil.hh>
|
||||
#include <maxscale/log.h>
|
||||
#include <maxscale/protocol/mysql.h>
|
||||
#include <maxscale/protocol/mysql.hh>
|
||||
#include <maxscale/pcre2.h>
|
||||
#include <maxscale/alloc.h>
|
||||
#include <maxscale/utils.h>
|
||||
|
@ -19,7 +19,7 @@
|
||||
#include <maxscale/buffer.h>
|
||||
#include <maxscale/log.h>
|
||||
#include <maxscale/modutil.hh>
|
||||
#include <maxscale/protocol/mysql.h>
|
||||
#include <maxscale/protocol/mysql.hh>
|
||||
|
||||
static inline bool query_is_sql(GWBUF* query)
|
||||
{
|
||||
|
@ -15,7 +15,7 @@
|
||||
|
||||
#include <maxscale/alloc.h>
|
||||
#include <maxscale/modutil.hh>
|
||||
#include <maxscale/protocol/mysql.h>
|
||||
#include <maxscale/protocol/mysql.hh>
|
||||
|
||||
User::User(std::string name)
|
||||
: m_name(name)
|
||||
|
@ -23,7 +23,7 @@
|
||||
#include <maxscale/modinfo.h>
|
||||
#include <maxscale/modutil.hh>
|
||||
#include <maxscale/poll.hh>
|
||||
#include <maxscale/protocol/mysql.h>
|
||||
#include <maxscale/protocol/mysql.hh>
|
||||
#include <maxscale/query_classifier.h>
|
||||
|
||||
/**
|
||||
|
@ -21,7 +21,7 @@
|
||||
#include <maxscale/modutil.hh>
|
||||
#include <maxscale/mysql_utils.hh>
|
||||
#include <maxscale/poll.hh>
|
||||
#include <maxscale/protocol/mysql.h>
|
||||
#include <maxscale/protocol/mysql.hh>
|
||||
|
||||
#include "maskingfilter.hh"
|
||||
#include "mysql.hh"
|
||||
|
@ -19,7 +19,7 @@
|
||||
#include <vector>
|
||||
#include <maxscale/buffer.h>
|
||||
#include <maxscale/mysql_utils.hh>
|
||||
#include <maxscale/protocol/mysql.h>
|
||||
#include <maxscale/protocol/mysql.hh>
|
||||
|
||||
/**
|
||||
* @class LEncInt
|
||||
|
@ -32,7 +32,7 @@
|
||||
#include <maxscale/mysql_utils.hh>
|
||||
#include <maxscale/paths.h>
|
||||
#include <maxscale/poll.hh>
|
||||
#include <maxscale/protocol/mysql.h>
|
||||
#include <maxscale/protocol/mysql.hh>
|
||||
#include <maxscale/query_classifier.h>
|
||||
|
||||
#include "maxrows.h"
|
||||
|
@ -72,7 +72,7 @@
|
||||
#include <amqp_framing.h>
|
||||
#include <amqp_tcp_socket.h>
|
||||
#include <amqp_ssl_socket.h>
|
||||
#include <maxscale/protocol/mysql.h>
|
||||
#include <maxscale/protocol/mysql.hh>
|
||||
#include <maxscale/log.h>
|
||||
#include <maxscale/query_classifier.h>
|
||||
#include <maxscale/session.hh>
|
||||
|
@ -13,8 +13,9 @@
|
||||
#pragma once
|
||||
|
||||
#include "mock.hh"
|
||||
#include <maxscale/protocol/mysql.h>
|
||||
#include <maxscale/protocol/mysql.hh>
|
||||
#include <maxscale/listener.hh>
|
||||
#include <maxscale/protocol/mysql.hh>
|
||||
#include "client.hh"
|
||||
|
||||
#include "../../../core/internal/session.hh"
|
||||
|
@ -12,7 +12,7 @@
|
||||
*/
|
||||
|
||||
#include "maxscale/mock/mock.hh"
|
||||
#include <maxscale/protocol/mysql.h>
|
||||
#include <maxscale/protocol/mysql.hh>
|
||||
|
||||
|
||||
namespace maxscale
|
||||
|
@ -15,7 +15,7 @@
|
||||
#include <algorithm>
|
||||
#include <vector>
|
||||
#include <maxscale/query_classifier.h>
|
||||
#include <maxscale/protocol/mysql.h>
|
||||
#include <maxscale/protocol/mysql.hh>
|
||||
#include <iostream>
|
||||
|
||||
using namespace std;
|
||||
|
Reference in New Issue
Block a user