[CBRD-26527] drop table시 사용된 페이지가 반환되지 오류 - 히든 유틸리티 지원#6883
Merged
hornetmj merged 18 commits intoCUBRID:release/11.3from Apr 2, 2026
Merged
[CBRD-26527] drop table시 사용된 페이지가 반환되지 오류 - 히든 유틸리티 지원#6883hornetmj merged 18 commits intoCUBRID:release/11.3from
hornetmj merged 18 commits intoCUBRID:release/11.3from
Conversation
mhoh3963
reviewed
Mar 2, 2026
mhoh3963
reviewed
Mar 3, 2026
mhoh3963
reviewed
Mar 3, 2026
mhoh3963
reviewed
Mar 3, 2026
mhoh3963
reviewed
Mar 3, 2026
mhoh3963
reviewed
Mar 3, 2026
mhoh3963
reviewed
Mar 3, 2026
mhoh3963
reviewed
Mar 3, 2026
mhoh3963
reviewed
Mar 3, 2026
mhoh3963
reviewed
Mar 3, 2026
mhoh3963
reviewed
Mar 4, 2026
mhoh3963
reviewed
Mar 5, 2026
| return; | ||
| } | ||
|
|
||
| outfp = tmpfile (); |
Contributor
There was a problem hiding this comment.
기술팀에서 /tmp에 권한 문제로부터 오류를 방지하기 위해 CUBRID_TMP 환경 변수를 사용하는데, tmpfile()는 NULL을 반환해서 해당 함수가 오류를 발생하게 되는데, 원인을 찾기 힘들 것 같습니다.
tmpfile()를 사용하는 곳이 많아, 이번 PR에서는 수정하지 말고, 다른 이슈로 수정 필요해보이네요.
Contributor
|
Reviews (2): Last reviewed commit: "2nd review feedback" | Re-trigger Greptile |
beedb52 to
9e7061e
Compare
Contributor
|
Reviews (3): Last reviewed commit: "greptile review" | Re-trigger Greptile |
mhoh3963
reviewed
Apr 1, 2026
mhoh3963
reviewed
Apr 1, 2026
mhoh3963
reviewed
Apr 1, 2026
mhoh3963
reviewed
Apr 1, 2026
Contributor
|
Reviews (4): Last reviewed commit: "review feedback" | Re-trigger Greptile |
Contributor
|
Reviews (5): Last reviewed commit: "greptile review" | Re-trigger Greptile |
hornetmj
added a commit
to hornetmj/cubrid
that referenced
this pull request
Apr 2, 2026
hornetmj
added a commit
that referenced
this pull request
Apr 3, 2026
hyunikn
added a commit
to hyunikn/cubrid
that referenced
this pull request
Apr 3, 2026
hornetmj
added a commit
to hornetmj/cubrid
that referenced
this pull request
Apr 3, 2026
hyunikn
added a commit
to hyunikn/cubrid
that referenced
this pull request
Apr 3, 2026
hornetmj
added a commit
that referenced
this pull request
Apr 5, 2026
hgryoo
pushed a commit
to cubrid-systems/cubrid
that referenced
this pull request
Apr 8, 2026
InChiJun
added a commit
to InChiJun/cubrid
that referenced
this pull request
Apr 17, 2026
hornetmj
pushed a commit
that referenced
this pull request
Apr 17, 2026
hornetmj
pushed a commit
that referenced
this pull request
Apr 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
http://jira.cubrid.org/browse/CBRD-26527
Purpose
cleanfiledb 히든 유틸리티 제공
Implementation
N/A
Remarks
N/A