implement mysql function VALIDATE_PASSWORD_STRENGTH()

This commit is contained in:
rq0
2021-11-29 19:24:42 +08:00
committed by LINxiansheng
parent da6f7be724
commit 3c36c7057c
8 changed files with 270 additions and 2 deletions

View File

@ -187,6 +187,7 @@
#include "ob_expr_degrees.h"
#include "ob_expr_weight_string.h"
#include "ob_expr_any_value.h"
#include "ob_expr_validate_password_strength.h"
#include "ob_expr_benchmark.h"
namespace oceanbase {
@ -704,7 +705,7 @@ static ObExpr::EvalFunc g_expr_eval_functions[] = {
NULL, /* 440 */
ObExprTimestamp::calc_timestamp1, /* 441 */
ObExprTimestamp::calc_timestamp2, /* 442 */
NULL, /* 443 */
ObExprValidatePasswordStrength::eval_password_strength, /* 443 */
NULL, /* 444 */
NULL, /* 445 */
NULL, /* 446 */