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

@ -62,7 +62,8 @@ struct NAME_MAPPING
static NAME_MAPPING name_mappings[] =
{
{ MODULE_MONITOR, "mysqlmon", "mariadbmon", false }
{ MODULE_MONITOR, "mysqlmon", "mariadbmon", false },
{ MODULE_PROTOCOL, "mysqlclient", "mariadbclient", false }
};
static const size_t N_NAME_MAPPINGS = sizeof(name_mappings) / sizeof(name_mappings[0]);