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

@ -428,6 +428,7 @@ typedef enum ObItemType {
T_FUN_SYS_PI = 713,
T_FUN_SYS_ANY_VALUE = 714,
T_FUN_SYS_DEGREES = 715,
T_FUN_SYS_VALIDATE_PASSWORD_STRENGTH = 716,
T_FUN_SYS_BENCHMARK = 720,
T_FUN_SYS_EXPORT_SET = 721,