remove links.
This commit is contained in:
2
deps/oblib/src/lib/number/ob_number_v2.h
vendored
2
deps/oblib/src/lib/number/ob_number_v2.h
vendored
@ -3494,7 +3494,7 @@ OB_INLINE bool ObNumber::try_fast_add(ObNumber &l_num, ObNumber &r_num,
|
||||
}
|
||||
}
|
||||
res_desc.sign_ = POSITIVE;
|
||||
res_desc.reserved_ = 0; // must assign 0 explicitly here, due to optimization in sql, https://work.aone.alibaba-inc.com/issue/40852179.
|
||||
res_desc.reserved_ = 0; // must assign 0 explicitly here, due to optimization in sql.
|
||||
}
|
||||
|
||||
return is_fast_panel;
|
||||
|
||||
Reference in New Issue
Block a user