Clear sensitive url information for 2.0 protocol and newsort
This commit is contained in:
1
deps/oblib/src/lib/charset/ob_ctype.h
vendored
1
deps/oblib/src/lib/charset/ob_ctype.h
vendored
@ -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,
|
||||
|
1
deps/oblib/src/lib/ob_define.h
vendored
1
deps/oblib/src/lib/ob_define.h
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user