mirror of
https://github.com/MariaDB/server.git
synced 2025-07-18 23:03:28 +03:00
Merge branch bb-10.2-release into bb-10.3-release
This commit is contained in:
@ -1471,7 +1471,11 @@ static bool validate_password(LEX_USER *user, THD *thd)
|
||||
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