fix print global hint bug for set stmt
This commit is contained in:
@ -122,7 +122,7 @@ int ObCreateTableExecutor::prepare_ins_arg(ObCreateTableStmt &stmt,
|
||||
obj_print_params,
|
||||
param_store,
|
||||
true);
|
||||
select_stmt_printer.set_is_root(true); // print hint as root stmt
|
||||
select_stmt_printer.set_is_first_stmt_for_hint(true); // need print global hint
|
||||
if (OB_ISNULL(buf)) {
|
||||
ret = OB_ALLOCATE_MEMORY_FAILED;
|
||||
LOG_ERROR("allocate memory failed");
|
||||
|
||||
Reference in New Issue
Block a user