fix white scan code
This commit is contained in:
committed by
LINxiansheng
parent
0e9cb3a0a5
commit
a290fc4604
@ -537,7 +537,6 @@
|
|||||||
} else if (OB_ERR_NULL_VALUE == ret || OB_ERR_COLUMN_NOT_FOUND == ret) { \
|
} else if (OB_ERR_NULL_VALUE == ret || OB_ERR_COLUMN_NOT_FOUND == ret) { \
|
||||||
ret = OB_SUCCESS; \
|
ret = OB_SUCCESS; \
|
||||||
real_length = 0; \
|
real_length = 0; \
|
||||||
field[0] = '\0'; \
|
|
||||||
} else { \
|
} else { \
|
||||||
SQL_LOG(WARN, "fail to extract strbuf field mysql. ", K(ret)); \
|
SQL_LOG(WARN, "fail to extract strbuf field mysql. ", K(ret)); \
|
||||||
} \
|
} \
|
||||||
|
|||||||
@ -480,7 +480,6 @@ int ObPhysicalRestoreTableOperator::retrieve_restore_option(
|
|||||||
int64_t real_len = 0; // not used
|
int64_t real_len = 0; // not used
|
||||||
EXTRACT_STRBUF_FIELD_MYSQL_SKIP_RET(result, "name", name, OB_INNER_TABLE_DEFAULT_KEY_LENTH, real_len);
|
EXTRACT_STRBUF_FIELD_MYSQL_SKIP_RET(result, "name", name, OB_INNER_TABLE_DEFAULT_KEY_LENTH, real_len);
|
||||||
EXTRACT_LONGTEXT_FIELD_MYSQL_WITH_ALLOCATOR_SKIP_RET(result, "value", value, allocator, real_len);
|
EXTRACT_LONGTEXT_FIELD_MYSQL_WITH_ALLOCATOR_SKIP_RET(result, "value", value, allocator, real_len);
|
||||||
LOG_DEBUG("retrieve restore option", K(ret), "name", name, "value", value);
|
|
||||||
|
|
||||||
#define RETRIEVE_UINT_VALUE(COLUMN_NAME, OBJ) \
|
#define RETRIEVE_UINT_VALUE(COLUMN_NAME, OBJ) \
|
||||||
if (OB_SUCC(ret)) { \
|
if (OB_SUCC(ret)) { \
|
||||||
|
|||||||
Reference in New Issue
Block a user