Loading...
MySQL 9.5 Reference Manual 9.5의 14.18.1 Group Replication Functions의 한국어 번역본입니다.
아래의 경우에 피드백에서 신고해주신다면 반영하겠습니다.
감사합니다 :)
14.18.1.1 Function which Configures Group Replication Primary
14.18.1.2 Functions which Configure the Group Replication Mode
14.18.1.3 Functions to Inspect and Configure the Maximum Consensus Instances of a Group
14.18.1.4 Functions to Inspect and Set the Group Replication Communication Protocol Version
14.18.1.5 Functions to Set and Reset Group Replication Member Actions
다음 절들에 설명된 함수들은 Group Replication과 함께 사용됩니다.
Table 14.25 Group Replication Functions
| Name | Description |
|---|---|
group_replication_disable_member_action() | 지정된 이벤트에 대해 멤버 액션을 비활성화 |
group_replication_enable_member_action() | 지정된 이벤트에 대해 멤버 액션을 활성화 |
group_replication_get_communication_protocol() | 현재 사용 중인 그룹 복제 통신 프로토콜의 버전을 가져옴 |
group_replication_get_write_concurrency() | 그룹에 대해 현재 설정된 최대 합의 인스턴스 수를 가져옴 |
group_replication_reset_member_actions() | 모든 멤버 액션을 기본값으로 재설정하고 구성 버전 번호를 1로 설정 |
group_replication_set_as_primary() | 특정 그룹 멤버를 프라이머리로 설정 |
group_replication_set_communication_protocol() | 사용할 그룹 복제 통신 프로토콜의 버전을 설정 |
group_replication_set_write_concurrency() | 병렬로 실행될 수 있는 최대 합의 인스턴스 수를 설정 |
group_replication_switch_to_multi_primary_mode() | 싱글 프라이머리 모드로 실행 중인 그룹의 모드를 멀티 프라이머리 모드로 변경 |
group_replication_switch_to_single_primary_mode() | 멀티 프라이머리 모드로 실행 중인 그룹의 모드를 싱글 프라이머리 모드로 변경 |
14.18 Replication Functions
14.18.2 Functions Used with Global Transaction Identifiers (GTIDs)