[to #2024111400105121039]flush mysqltest
This commit is contained in:
parent
b647871c42
commit
ce7abf177e
@ -353,9 +353,9 @@ int ObLLVMDIHelper::create_struct_type(
|
||||
int ObLLVMDIHelper::create_array_type(ObLLVMDIType &base_type, int64_t count,
|
||||
ObLLVMDIType &array_type)
|
||||
{
|
||||
int ret = OB_SUCCESS;
|
||||
ObDIType *type_ptr = NULL;
|
||||
DISubrange *subrange = NULL;
|
||||
int ret = OB_SUCCESS;
|
||||
ObDIType *type_ptr = NULL;
|
||||
DISubrange *subrange = NULL;
|
||||
if (OB_ISNULL(jc_)) {
|
||||
ret = OB_NOT_INIT;
|
||||
LOG_WARN("jc is NULL", K(ret));
|
||||
|
Loading…
x
Reference in New Issue
Block a user