MXS-2205 Convert maxscale/protocol/mysql.h to .hh

This commit is contained in:
Esa Korhonen
2018-12-04 12:17:52 +02:00
parent 0d09b56f58
commit 9f721f725e
67 changed files with 79 additions and 80 deletions

View File

@ -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>

View File

@ -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
{

View File

@ -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>

View File

@ -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;

View File

@ -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>

View File

@ -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)
{

View File

@ -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)

View File

@ -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>
/**

View File

@ -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"

View File

@ -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

View File

@ -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"

View File

@ -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>

View File

@ -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"

View File

@ -12,7 +12,7 @@
*/
#include "maxscale/mock/mock.hh"
#include <maxscale/protocol/mysql.h>
#include <maxscale/protocol/mysql.hh>
namespace maxscale

View File

@ -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;