Clear sensitive url information for 2.0 protocol and newsort

This commit is contained in:
obdev
2023-03-09 09:44:03 +00:00
committed by ob-robot
parent 5c64c72df5
commit 51c2177230
2 changed files with 0 additions and 2 deletions

View File

@ -280,7 +280,6 @@ typedef struct ObCollationHandler
// 获取weight_string结果的长度
size_t (*strnxfrmlen)(const struct ObCharsetInfo *, size_t);
// makes a sortkey suitable for memcmp() corresponding to the given variable length string
// for more details: https://yuque.antfin.com/guoyun.lgy/gz2cw4/fdsv1b
size_t (*strnxfrm_varlen)(const struct ObCharsetInfo*,
uchar* dst, size_t dst_len, uint nweights,
const uchar *src, size_t srclen,

View File

@ -459,7 +459,6 @@ const int64_t OB_MYSQL_COMPRESSED_HEADER_SIZE = OB_MYSQL_HEADER_LENGTH + 3; /*
//-----------------------------------oceanbase 2.0 c/s protocol----------------------//
// https://lark.alipay.com/quanwei.wqw/aap9pg/wrga61
const uint16_t OB20_PROTOCOL_MAGIC_NUM = 0x20AB;
const int64_t OB20_PROTOCOL_HEADER_LENGTH = 24;
const int64_t OB20_PROTOCOL_TAILER_LENGTH = 4; // for CRC32