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

@ -189,6 +189,7 @@
#include "ob_expr_any_value.h"
#include "ob_expr_validate_password_strength.h"
#include "ob_expr_benchmark.h"
#include "ob_expr_uuid_short.h"
namespace oceanbase {
using namespace common;
@ -710,7 +711,7 @@ static ObExpr::EvalFunc g_expr_eval_functions[] = {
NULL, /* 445 */
NULL, /* 446 */
NULL, /* 447 */
NULL, /* 448 */
ObExprUuidShort::eval_uuid_short, /* 448 */
ObExprBenchmark::eval_benchmark, /* 449 */
ObExprExportSet::eval_export_set, /* 450 */
ObExprInet6Aton::calc_inet6_aton, /* 451 */