[FEAT MERGE] Support float/double(m, d) in mysql mode
This commit is contained in:
@ -265,6 +265,7 @@ public:
|
||||
tmp_type,
|
||||
field_collation.null_pos_,
|
||||
field_collation.cs_type_,
|
||||
SCALE_UNKNOWN_YET,
|
||||
lib::is_oracle_mode());
|
||||
if (OB_FAIL(spec.sort_cmp_funs_.push_back(cmp_func))) {
|
||||
LOG_WARN("failed to push back sort function", K(ret));
|
||||
@ -359,6 +360,7 @@ public:
|
||||
tmp_type,
|
||||
field_collation.null_pos_,
|
||||
field_collation.cs_type_,
|
||||
SCALE_UNKNOWN_YET,
|
||||
lib::is_oracle_mode());
|
||||
if (OB_FAIL(spec.cmp_funcs_.push_back(cmp_func))) {
|
||||
LOG_WARN("failed to push back sort function", K(ret));
|
||||
|
||||
Reference in New Issue
Block a user