MXS-2205 Convert maxscale/protocol/mysql.h to .hh
This commit is contained in:
@ -17,7 +17,7 @@
|
||||
|
||||
#include <maxbase/atomic.hh>
|
||||
|
||||
#include <maxscale/protocol/mysql.h>
|
||||
#include <maxscale/protocol/mysql.hh>
|
||||
|
||||
using namespace maxscale;
|
||||
|
||||
|
@ -26,7 +26,7 @@
|
||||
#include <maxscale/buffer.hh>
|
||||
#include <maxscale/modutil.hh>
|
||||
#include <maxscale/poll.hh>
|
||||
#include <maxscale/protocol/mysql.h>
|
||||
#include <maxscale/protocol/mysql.hh>
|
||||
#include <maxscale/utils.h>
|
||||
#include <maxscale/mysql_utils.hh>
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
||||
#include <strings.h>
|
||||
#include <math.h>
|
||||
|
||||
#include <maxscale/protocol/mysql.h>
|
||||
#include <maxscale/protocol/mysql.hh>
|
||||
|
||||
static uint64_t unpack_bytes(uint8_t* ptr, size_t bytes);
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
#include <maxscale/alloc.h>
|
||||
#include <maxscale/modutil.hh>
|
||||
#include <maxscale/query_classifier.h>
|
||||
#include <maxscale/protocol/mysql.h>
|
||||
#include <maxscale/protocol/mysql.hh>
|
||||
|
||||
namespace
|
||||
{
|
||||
|
@ -20,7 +20,7 @@
|
||||
#include <maxscale/buffer.h>
|
||||
#include <maxscale/dcb.hh>
|
||||
#include <maxscale/mysql_binlog.h>
|
||||
#include <maxscale/protocol/mysql.h>
|
||||
#include <maxscale/protocol/mysql.hh>
|
||||
|
||||
/**
|
||||
* Send the field count packet in a response packet sequence.
|
||||
|
@ -21,7 +21,7 @@
|
||||
#include <maxscale/alloc.h>
|
||||
#include <maxscale/log.h>
|
||||
#include <maxscale/paths.h>
|
||||
#include <maxscale/protocol/mysql.h>
|
||||
#include <maxscale/protocol/mysql.hh>
|
||||
#include <maxscale/random.h>
|
||||
#include <maxscale/utils.h>
|
||||
|
||||
|
@ -39,7 +39,7 @@
|
||||
#include <maxscale/routingworker.hh>
|
||||
#include <maxscale/service.hh>
|
||||
#include <maxscale/utils.h>
|
||||
#include <maxscale/protocol/mysql.h>
|
||||
#include <maxscale/protocol/mysql.hh>
|
||||
|
||||
#include "internal/dcb.hh"
|
||||
#include "internal/filter.hh"
|
||||
|
@ -14,7 +14,7 @@
|
||||
#include <maxscale/session_command.hh>
|
||||
|
||||
#include <maxscale/modutil.hh>
|
||||
#include <maxscale/protocol/mysql.h>
|
||||
#include <maxscale/protocol/mysql.hh>
|
||||
|
||||
namespace maxscale
|
||||
{
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
#include <maxscale/alloc.h>
|
||||
#include <maxscale/buffer.h>
|
||||
#include <maxscale/protocol/mysql.h>
|
||||
#include <maxscale/protocol/mysql.hh>
|
||||
|
||||
MySQLProtocol proto;
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
#include "../internal/query_classifier.hh"
|
||||
#include <maxscale/alloc.h>
|
||||
#include <maxscale/paths.h>
|
||||
#include <maxscale/protocol/mysql.h>
|
||||
#include <maxscale/protocol/mysql.hh>
|
||||
#include "../../../query_classifier/test/testreader.hh"
|
||||
|
||||
using namespace std;
|
||||
|
@ -16,7 +16,7 @@
|
||||
#include <iostream>
|
||||
#include <maxscale/modutil.hh>
|
||||
#include <maxscale/paths.h>
|
||||
#include <maxscale/protocol/mysql.h>
|
||||
#include <maxscale/protocol/mysql.hh>
|
||||
#include "../core/internal/query_classifier.hh"
|
||||
|
||||
using namespace std;
|
||||
|
Reference in New Issue
Block a user