Support uuid_short in mysql mode.

This commit is contained in:
al0
2021-11-30 11:13:10 +08:00
committed by LINxiansheng
parent d06570baf4
commit e28151b107
9 changed files with 143 additions and 4 deletions

View File

@ -429,6 +429,7 @@ typedef enum ObItemType {
T_FUN_SYS_ANY_VALUE = 714,
T_FUN_SYS_DEGREES = 715,
T_FUN_SYS_VALIDATE_PASSWORD_STRENGTH = 716,
T_FUN_SYS_UUID_SHORT = 719,
T_FUN_SYS_BENCHMARK = 720,
T_FUN_SYS_EXPORT_SET = 721,