Fix udt bugs
This commit is contained in:
@ -363,12 +363,14 @@ public:
|
||||
common::ObString &outline_sql);
|
||||
|
||||
static int reconstruct_sql(ObIAllocator &allocator, const ObStmt *stmt, ObString &sql,
|
||||
ObSchemaGetterGuard *schema_guard,
|
||||
ObObjPrintParams print_params = ObObjPrintParams());
|
||||
static int print_sql(ObIAllocator &allocator,
|
||||
char *buf,
|
||||
int64_t buf_len,
|
||||
const ObStmt *stmt,
|
||||
ObString &sql,
|
||||
ObSchemaGetterGuard *schema_guard,
|
||||
ObObjPrintParams print_params);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user