implement expr benchmark in mysql mode

This commit is contained in:
ls0
2021-11-29 14:58:10 +08:00
committed by LINxiansheng
parent f0e34e03f6
commit 7b9fe43335
7 changed files with 159 additions and 1 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_BENCHMARK = 720,
T_FUN_SYS_EXPORT_SET = 721,
T_FUN_SYS_INET6NTOA = 722,