MXS-1957 Change the default authenticators to MariaDB aliases
Using MySQLAuth or MySQLBackendAuth causes warning to be logged.
This commit is contained in:
@ -124,7 +124,7 @@ MXS_MODULE* MXS_CREATE_MODULE()
|
||||
*/
|
||||
static char* gw_backend_default_auth()
|
||||
{
|
||||
return const_cast<char*>("MySQLBackendAuth");
|
||||
return const_cast<char*>("mariadbbackendauth");
|
||||
}
|
||||
/*lint +e14 */
|
||||
|
||||
|
Reference in New Issue
Block a user