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

@ -35,7 +35,7 @@
#include <maxscale/log.h>
#include <maxscale/modulecmd.hh>
#include <maxscale/paths.h>
#include <maxscale/protocol/mysql.h>
#include <maxscale/protocol/mysql.hh>
#include <maxscale/random.h>
#include <maxscale/router.hh>
#include <maxscale/server.hh>

View File

@ -31,7 +31,7 @@
#include <maxscale/log.h>
#include <maxscale/modulecmd.hh>
#include <maxscale/paths.h>
#include <maxscale/protocol/mysql.h>
#include <maxscale/protocol/mysql.hh>
#include <maxscale/random.h>
#include <maxscale/router.hh>
#include <maxscale/server.hh>

View File

@ -27,7 +27,7 @@
#include <cdc.hh>
#include <maxavro.h>
#include <binlog_common.h>
#include <maxscale/protocol/mysql.h>
#include <maxscale/protocol/mysql.hh>
#include <blr_constants.h>
#include "rpl.hh"

View File

@ -19,7 +19,7 @@
#include <maxbase/assert.h>
#include <maxscale/mysql_utils.hh>
#include <maxscale/protocol/mysql.h>
#include <maxscale/protocol/mysql.hh>
void gtid_pos_t::extract(const REP_HEADER& hdr, uint8_t* ptr)
{

View File

@ -42,7 +42,7 @@
#include <maxscale/dcb.hh>
#include <maxscale/housekeeper.h>
#include <maxscale/log.h>
#include <maxscale/protocol/mysql.h>
#include <maxscale/protocol/mysql.hh>
#include <maxscale/router.hh>
#include <maxscale/secrets.h>
#include <maxscale/server.hh>

View File

@ -33,7 +33,7 @@
#include <maxscale/buffer.h>
#include <maxscale/dcb.hh>
#include <maxscale/protocol/mysql.h>
#include <maxscale/protocol/mysql.hh>
#include <maxscale/router.hh>
#include <maxscale/secrets.h>
#include <maxscale/service.hh>

View File

@ -46,7 +46,7 @@
#include <maxscale/dcb.hh>
#include <maxscale/housekeeper.h>
#include <maxscale/log.h>
#include <maxscale/protocol/mysql.h>
#include <maxscale/protocol/mysql.hh>
#include <maxscale/router.hh>
#include <maxscale/routingworker.h>
#include <maxbase/worker.hh>

View File

@ -42,7 +42,7 @@
#include "../../../../core/internal/modules.hh"
#include "../../../../core/internal/config.hh"
#include <maxscale/protocol/mysql.h>
#include <maxscale/protocol/mysql.hh>
#include <ini.h>
#include <sys/stat.h>
#include <getopt.h>

View File

@ -13,7 +13,7 @@
#include "cat.hh"
#include "catsession.hh"
#include <maxscale/protocol/mysql.h>
#include <maxscale/protocol/mysql.hh>
#include <maxscale/modutil.hh>
using namespace maxscale;

View File

@ -49,7 +49,7 @@
#include <maxscale/resultset.hh>
#include <maxscale/secrets.h>
#include <maxscale/users.h>
#include <maxscale/protocol/mysql.h>
#include <maxscale/protocol/mysql.hh>
#include "../../../core/internal/modules.hh"
#include "../../../core/internal/monitor.hh"

View File

@ -85,7 +85,7 @@
#include <maxscale/dcb.hh>
#include <maxscale/modinfo.h>
#include <maxscale/log.h>
#include <maxscale/protocol/mysql.h>
#include <maxscale/protocol/mysql.hh>
#include <maxscale/modutil.hh>
#include <maxscale/utils.hh>

View File

@ -33,7 +33,7 @@
#include <maxscale/router.hh>
#include <maxscale/service.hh>
#include <maxscale/session_command.hh>
#include <maxscale/protocol/mysql.h>
#include <maxscale/protocol/mysql.hh>
#include <maxscale/routingworker.hh>
#include <maxscale/protocol/rwbackend.hh>
#include <maxscale/session_stats.hh>

View File

@ -25,7 +25,7 @@
#include <maxscale/dcb.hh>
#include <maxscale/modinfo.h>
#include <maxscale/modutil.hh>
#include <maxscale/protocol/mysql.h>
#include <maxscale/protocol/mysql.hh>
#include <maxscale/alloc.h>
/**

View File

@ -17,7 +17,7 @@
#include <string>
#include <list>
#include <maxscale/protocol/mysql.h>
#include <maxscale/protocol/mysql.hh>
#include <maxscale/router.hh>
#include <maxscale/session_command.hh>