mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge 10.5 into 10.6
This commit is contained in:
@ -2196,7 +2196,11 @@ static bool validate_password(THD *thd, const LEX_CSTRING &user,
|
||||
else
|
||||
{
|
||||
if (!thd->slave_thread &&
|
||||
strict_password_validation && has_validation_plugins())
|
||||
strict_password_validation && has_validation_plugins()
|
||||
#ifdef WITH_WSREP
|
||||
&& !thd->wsrep_applier
|
||||
#endif
|
||||
)
|
||||
{
|
||||
my_error(ER_OPTION_PREVENTS_STATEMENT, MYF(0), "--strict-password-validation");
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user