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

@ -63,7 +63,7 @@
#include <maxbase/assert.h>
#include <maxscale/log.h>
#include <maxscale/query_classifier.h>
#include <maxscale/protocol/mysql.h>
#include <maxscale/protocol/mysql.hh>
#include <maxscale/paths.h>
#include <maxscale/utils.h>

View File

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

View File

@ -23,7 +23,7 @@
#include <my_config.h>
#include <maxscale/paths.h>
#include <maxscale/log.h>
#include <maxscale/protocol/mysql.h>
#include <maxscale/protocol/mysql.hh>
#include <maxscale/query_classifier.h>
#include "../../server/modules/protocol/MySQL/mariadbclient/setsqlmodeparser.hh"
#include "testreader.hh"

View File

@ -17,7 +17,7 @@
#include <maxscale/log.h>
#include <maxscale/paths.h>
#include <maxscale/query_classifier.h>
#include <maxscale/protocol/mysql.h>
#include <maxscale/protocol/mysql.hh>
using namespace std;

View File

@ -16,7 +16,7 @@
#include <maxscale/paths.h>
#include <maxscale/query_classifier.h>
#include <maxscale/server.hh>
#include <maxscale/protocol/mysql.h>
#include <maxscale/protocol/mysql.hh>
using namespace std;