You've already forked mariadb-connector-c
mirror of
https://github.com/mariadb-corporation/mariadb-connector-c.git
synced 2025-08-08 14:02:17 +03:00
MDEV-11340 Allow multiple alternative authentication methods for the same user
continue the authentication if the auth plugin is not found, perhaps the next plugin in the chain will work.
This commit is contained in:
@@ -132,8 +132,6 @@ struct st_mariadb_methods MARIADB_DEFAULT_METHODS;
|
||||
|
||||
#include <mysql/client_plugin.h>
|
||||
|
||||
#define native_password_plugin_name "mysql_native_password"
|
||||
|
||||
#define IS_CONNHDLR_ACTIVE(mysql)\
|
||||
((mysql)->extension && (mysql)->extension->conn_hdlr)
|
||||
|
||||
|
Reference in New Issue
Block a user