MXS-1957 Change the default authenticators to MariaDB aliases

Using MySQLAuth or MySQLBackendAuth causes warning to be logged.
This commit is contained in:
Marko
2019-05-09 12:11:39 +03:00
parent 50fef6f361
commit 22a9e20f1f
2 changed files with 2 additions and 2 deletions

View File

@ -193,7 +193,7 @@ static void thread_finish(void)
*/
static char* gw_default_auth()
{
return (char*)"MySQLAuth";
return (char*)"mariadbauth";
}
std::string get_version_string(SERVICE* service)