Add OB_TENANT_NOT_IN_SERVER to ObVirtualTableErrorWhitelist
This commit is contained in:
parent
bd4a1f3d3d
commit
ba4460ca3f
@ -3526,6 +3526,10 @@ bool ObVirtualTableErrorWhitelist::should_ignore_vtable_error(int error_code)
|
||||
should_ignore = true;
|
||||
break;
|
||||
}
|
||||
case OB_TENANT_NOT_IN_SERVER: {
|
||||
should_ignore = true;
|
||||
break;
|
||||
}
|
||||
default: {
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user