MXS-2205 Convert maxscale/protocol/mysql.h to .hh
This commit is contained in:
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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"
|
||||
|
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user