提交 085f9a7c 编写于 作者: qq_43633081's avatar qq_43633081 提交者: wangzelin.wzl

add rpc flag

上级 dfba79d8
......@@ -805,6 +805,7 @@ PCODE_DEF(OB_CHECK_BACKUP_DEST_CONNECTIVITY, 0x1423)
PCODE_DEF(OB_BACKUP_META, 0x1424)
PCODE_DEF(OB_BACKUP_CHECK_TABLET_CREATE_TS, 0x1425)
PCODE_DEF(OB_DELETE_POLICY, 0x1426)
// 0x1427 for OB_RECOVER_TABLE
// backup and restore end 0x14ff
// logservice
......
......@@ -280,9 +280,9 @@ int ObExprToOutfileRow::print_wchar_to_buf(char *buf, const int64_t buf_len, int
int ret = OB_SUCCESS;
int result_len = 0;
if (OB_FAIL(ObCharset::wc_mb(coll_type, wchar, buf + pos, buf_len - pos, result_len))) {
LOG_WARN("failed to convert wc to mb");
} else {
pos += result_len;
LOG_WARN("failed to convert wc to mb");
} else {
pos += result_len;
}
return ret;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册