MXS-1595 Rename mysqlclient to mariadbclient

Documentation update will follow.
This commit is contained in:
Johan Wikman
2018-01-04 19:43:06 +02:00
parent c39dab9434
commit f129dd56be
10 changed files with 15 additions and 14 deletions

View File

@ -25,7 +25,7 @@
#include <maxscale/log_manager.h>
#include <maxscale/protocol/mysql.h>
#include <maxscale/query_classifier.h>
#include "../../server/modules/protocol/MySQL/MySQLClient/setsqlmodeparser.hh"
#include "../../server/modules/protocol/MySQL/mariadbclient/setsqlmodeparser.hh"
#include "testreader.hh"
using std::cerr;
using std::cin;