Fix dblink bugs
This commit is contained in:
@ -67,8 +67,7 @@ int ObUpdateStmtPrinter::print_basic_stmt()
|
||||
LOG_WARN("stmt_ should not be NULL", K(ret));
|
||||
} else if (OB_FAIL(print_with())) {
|
||||
LOG_WARN("failed to print with", K(ret));
|
||||
} else if ((print_params_.force_print_cte_ || print_params_.print_with_cte_) &&
|
||||
OB_FAIL(print_cte_define())) {
|
||||
} else if (OB_FAIL(print_temp_table_as_cte())) {
|
||||
LOG_WARN("failed to print cte", K(ret));
|
||||
} else if (OB_FAIL(print_update())) {
|
||||
LOG_WARN("fail to print select", K(ret), K(*stmt_));
|
||||
|
||||
Reference in New Issue
Block a user