Fix mysqltest

This commit is contained in:
xianyu-w
2024-12-06 12:45:31 +00:00
committed by ob-robot
parent 8a703c91c7
commit c308fd87ac

View File

@ -347,9 +347,9 @@ int ObLLVMDIHelper::create_struct_type(
struct_type.set_v(type_ptr);
}
}
return ret;
}
return ret;
}
int ObLLVMDIHelper::create_array_type(ObLLVMDIType &base_type, int64_t count,
ObLLVMDIType &array_type)
{