[CP] to issue<55080967>:fix opaque type core
This commit is contained in:
@ -382,7 +382,6 @@ int ObUserDefinedType::destruct_obj(ObObj &src, ObSQLSessionInfo *session)
|
|||||||
ObPLOpaque *opaque = reinterpret_cast<ObPLOpaque*>(src.get_ext());
|
ObPLOpaque *opaque = reinterpret_cast<ObPLOpaque*>(src.get_ext());
|
||||||
CK (OB_NOT_NULL(opaque));
|
CK (OB_NOT_NULL(opaque));
|
||||||
OX (opaque->~ObPLOpaque());
|
OX (opaque->~ObPLOpaque());
|
||||||
OX (src.set_null());
|
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user