[CP] fix mysqltest of testing ob_tcp_invited_nodes
This commit is contained in:
@ -84,7 +84,7 @@ int ObExprGetSysVar::calc_result_type2(ObExprResType &type,
|
||||
if (0 == var_name.compare(OB_SV_TCP_INVITED_NODES)) {
|
||||
uint64_t data_version = 0;
|
||||
if (OB_FAIL(GET_MIN_DATA_VERSION(session->get_effective_tenant_id(), data_version))) {
|
||||
LOG_WARN("fail to get sys data version", KR(ret));
|
||||
LOG_WARN("fail to get tenant data version", KR(ret));
|
||||
} else if (data_version >= DATA_VERSION_4_2_1_1) {
|
||||
sys_var_val_length = OB_MAX_TCP_INVITED_NODES_LENGTH;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user