Loading...
MySQL 9.5 Reference Manual 9.5의 30.4.1 sys Schema Object Index의 한국어 번역본입니다.
아래의 경우에 피드백에서 신고해주신다면 반영하겠습니다.
감사합니다 :)
다음 테이블들은 sys
schema object들을 나열하고 각 object에 대한 짧은 설명을 제공합니다.
Table 30.1 sys Schema Tables and Triggers
| Table or Trigger Name | Description |
|---|---|
sys_config | sys schema configuration 옵션 테이블 |
sys_config_insert_set_user | sys_config insert 트리거 |
sys_config_update_set_user | sys_config update 트리거 |
Table 30.2 sys Schema Views
| View Name | Description | Deprecated |
|---|
Table 30.3 sys Schema Stored Procedures
| Procedure Name | Description |
|---|
Table 30.4 sys Schema Stored Functions
| Function Name | Description | Deprecated |
|---|---|---|
extract_schema_from_file_name() | 파일 이름의 스키마 이름 부분 추출 | |
extract_table_from_file_name() | 파일 이름의 테이블 이름 부분 추출 | |
format_bytes() | 바이트 수를 단위를 가진 값으로 변환 | Yes |
format_path() | 경로 이름의 디렉터리를 심볼릭 시스템 변수 이름으로 대체 | |
format_statement() | 긴 스테이트먼트를 고정 길이로 트렁케이트 | |
format_time() | 피코초 단위의 시간을 단위를 가진 값으로 변환 | Yes |
list_add() | 리스트에 아이템 추가 | |
list_drop() | 리스트에서 아이템 제거 | |
ps_is_account_enabled() | 계정에 대한 Performance Schema 인스트루먼테이션이 활성화되어 있는지 여부 | |
ps_is_consumer_enabled() | Performance Schema 컨슈머가 활성화되어 있는지 여부 | |
ps_is_instrument_default_enabled() | Performance Schema 인스트루먼트가 기본적으로 활성화되어 있는지 여부 | |
ps_is_instrument_default_timed() | Performance Schema 인스트루먼트가 기본적으로 시간 측정되는지 여부 | |
ps_is_thread_instrumented() | 커넥션 ID에 대한 Performance Schema 인스트루먼테이션이 활성화되어 있는지 여부 | |
ps_thread_account() | Performance Schema 스레드 ID와 연관된 계정 | |
ps_thread_id() | 커넥션 ID와 연관된 Performance Schema 스레드 ID | Yes |
ps_thread_stack() | 커넥션 ID에 대한 이벤트 정보 | |
ps_thread_trx_info() | 스레드 ID에 대한 트랜잭션 정보 | |
quote_identifier() | 문자열을 식별자로 쿼트 | |
sys_get_config() | sys schema configuration 옵션 값 | |
version_major() | MySQL 서버 메이저 버전 번호 | |
version_minor() | MySQL 서버 마이너 버전 번호 | |
version_patch() | MySQL 서버 패치 릴리스 버전 번호 |
| Function Name | Description | Deprecated |
|---|
30.4 sys Schema Object Reference
30.4.2 sys Schema Tables and Triggers