Skip to content

Commit

Permalink
[CUBRIDMAN-260] Change the description of 'Creation_time' displayed w…
Browse files Browse the repository at this point in the history
…hen using the 'SHOW' statement to refer to the volume creation time instead of the database creation time (#574)

http://jira.cubrid.org/browse/CUBRIDMAN-260
  • Loading branch information
H2SU authored Jan 10, 2025
1 parent 86ea5a9 commit 1ae0f7f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions en/sql/query/show.rst
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ Sector_alloc_table_first_page INT First page of sector allocat
Page_alloc_table_size_in_pages INT Size of page allocation table in page
Page_alloc_table_first_page INT First page of page allocation table
Last_system_page INT Last system page
Creation_time DATETIME Database creation time
Creation_time DATETIME Volume creation time
Db_charset INT Charset number of database
Checkpoint_lsa VARCHAR(64) Lowest log sequence address to start the recovery process of this volume
Boot_hfid VARCHAR(64) System Heap file for booting purposes and multi volumes
Expand Down Expand Up @@ -733,7 +733,7 @@ Column name Type Description
Volume_id INT Volume identifier
Magic_symbol VARCHAR(32) Magic value for log file
Magic_symbol_location INT Magic symbol location from log page
Creation_time DATETIME Database creation time
Creation_time DATETIME Volume creation time
Release VARCHAR(32) CUBRID Release version
Compatibility_disk_version VARCHAR(32) Compatibility of the database against the current release of CUBRID
Db_page_size INT Size of pages in the database
Expand Down Expand Up @@ -886,7 +886,7 @@ Column name Type Description
Volume_id INT Identifier of log volume
Magic_symbol VARCHAR(32) Magic value for file/magic Unix utility
Magic_symbol_location INT Magic symbol location from log page
Creation_time DATETIME Database creation time
Creation_time DATETIME Volume creation time
Next_trans_id BIGINT Next transaction identifier
Num_pages INT Number of pages in the archive log
First_page_id BIGINT Logical page id at physical location 1 in archive log
Expand Down
6 changes: 3 additions & 3 deletions ko/sql/query/show.rst
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@ Sector_alloc_table_first_page INT 섹터 할당 테이블의
Page_alloc_table_size_in_pages INT 페이지 내 페이지 할당 테이블의 크기
Page_alloc_table_first_page INT 페이지 할당 테이블의 첫번째 페이지
Last_system_page INT 마지막 시스템 페이지
Creation_time DATETIME 데이터베이스 생성 시간
Creation_time DATETIME 볼륨 생성 시간
Db_charset INT 데이터베이스 문자셋번호
Checkpoint_lsa VARCHAR(64) 이 볼륨의 복구 절차를 시작하는 가장 작은 로그 일련 주소
Boot_hfid VARCHAR(64) 다중 볼륨과 데이터베이스 기동을 위한 시스템 힙 파일ID
Expand Down Expand Up @@ -734,7 +734,7 @@ Column name Type Description
Volume_id INT 볼륨 식별자
Magic_symbol VARCHAR(32) 로그 파일의 매직 값
Magic_symbol_location INT 로그 페이지의 매직 심볼 위치
Creation_time DATETIME 데이터베이스 생성 시간
Creation_time DATETIME 볼륨 생성 시간
Release VARCHAR(32) CUBRID 릴리즈 버전
Compatibility_disk_version VARCHAR(32) 현재 릴리즈 버전에 대한 DB의 호환성
Db_page_size INT DB 페이지의 크기
Expand Down Expand Up @@ -887,7 +887,7 @@ SHOW ARCHIVE LOG HEADER
Volume_id INT 로그 볼륨 ID
Magic_symbol VARCHAR(32) 보관 로그 파일의 매직 값
Magic_symbol_location INT 로그 페이지로부터 매직 심볼 위치
Creation_time DATETIME DB 생성 시간
Creation_time DATETIME 볼륨 생성 시간
Next_trans_id BIGINT 다음 트랜잭션 ID
Num_pages INT 보관 로그에서 페이지의 개수
First_page_id BIGINT 보관 로그에서 물리적 위치 1에 대한 논리 페이지 ID
Expand Down

0 comments on commit 1ae0f7f

Please sign in to comment.