Loading sql/sql_acl.cc +3 −1 Original line number Diff line number Diff line Loading @@ -995,7 +995,9 @@ static int replace_user_table(TABLE *table, const LEX_USER &combo, { if (combo.password.length != HASH_PASSWORD_LENGTH) { my_error(ER_PASSWORD_NO_MATCH,MYF(0)); my_printf_error(ER_PASSWORD_NO_MATCH, "Password hash should be a %d-digit hexadecimal number", MYF(0),HASH_PASSWORD_LENGTH); DBUG_RETURN(-1); } password=combo.password.str; Loading Loading
sql/sql_acl.cc +3 −1 Original line number Diff line number Diff line Loading @@ -995,7 +995,9 @@ static int replace_user_table(TABLE *table, const LEX_USER &combo, { if (combo.password.length != HASH_PASSWORD_LENGTH) { my_error(ER_PASSWORD_NO_MATCH,MYF(0)); my_printf_error(ER_PASSWORD_NO_MATCH, "Password hash should be a %d-digit hexadecimal number", MYF(0),HASH_PASSWORD_LENGTH); DBUG_RETURN(-1); } password=combo.password.str; Loading