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()
|
static char* gw_backend_default_auth()
|
||||||
{
|
{
|
||||||
return const_cast<char*>("MySQLBackendAuth");
|
return const_cast<char*>("mariadbbackendauth");
|
||||||
}
|
}
|
||||||
/*lint +e14 */
|
/*lint +e14 */
|
||||||
|
|
||||||
|
@ -193,7 +193,7 @@ static void thread_finish(void)
|
|||||||
*/
|
*/
|
||||||
static char* gw_default_auth()
|
static char* gw_default_auth()
|
||||||
{
|
{
|
||||||
return (char*)"MySQLAuth";
|
return (char*)"mariadbauth";
|
||||||
}
|
}
|
||||||
|
|
||||||
std::string get_version_string(SERVICE* service)
|
std::string get_version_string(SERVICE* service)
|
||||||
|
Reference in New Issue
Block a user