fix some window func bugs

This commit is contained in:
wangt1xiuyi
2023-08-14 07:18:41 +00:00
committed by ob-robot
parent ef9887b33b
commit e067fa2e07
14 changed files with 261 additions and 17 deletions

View File

@ -5087,6 +5087,9 @@ int ObWindow::assign(const ObWindow &other)
LOG_WARN("failed to assign order items", K(ret));
} else if (OB_FAIL(ObFrame::assign(other))) {
LOG_WARN("failed to assign frame", K(ret));
} else {
win_name_ = other.win_name_;
has_frame_orig_ = other.has_frame_orig_;
}
}
return ret;