remove private url

This commit is contained in:
leslieyuchen
2023-03-09 09:11:11 +00:00
committed by ob-robot
parent 386fdf0619
commit dd7a43434c

View File

@ -3664,7 +3664,6 @@ inline bool ObObj::strict_equal(const ObObj &other) const
bret = false;
} else {
//here must use CS_TYPE_BINARY to compare, avoid spaces at the end of the string be ignored
//https://aone.alibaba-inc.com/project/81079/issue/17919616
bret = (0 == compare(other, CS_TYPE_BINARY));
if (bret && is_timestamp_tz()) {
//for the data type of timestamp with time zone,