[FEAT MERGE] Support float/double(m, d) in mysql mode

This commit is contained in:
hezuojiao
2022-12-29 12:09:23 +00:00
committed by ob-robot
parent d967637528
commit 26f2754db2
58 changed files with 695 additions and 118 deletions

View File

@ -316,6 +316,7 @@ int ObExprLeastGreatest::cg_expr(ObExprCGCtx &op_cg_ctx,
cmp_meta.get_type(),
NULL_LAST,
cmp_meta.get_collation_type(),
info->cmp_meta_.scale_,
lib::is_oracle_mode());
if (OB_ISNULL(cmp_func)) {
ret = OB_INVALID_ARGUMENT;