[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

@ -68,6 +68,7 @@ void TestPkeyRangeSliceCalc::SetUp()
ObObjType::ObIntType,
ObCmpNullPos::NULL_LAST,
ObCollationType::CS_TYPE_BINARY,
SCALE_UNKNOWN_YET,
false/*is_orace_mode*/);
ASSERT_EQ(OB_SUCCESS, sort_cmp_funcs_.push_back(cmp_func));
int_datum_.int_ = &tmp_int_;