MySQL 9.3.0
Source Code Documentation
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
opt_tracker.h File Reference

Go to the source code of this file.

Functions

void track_group_replication_available ()
 Tracks the Group Replication feature as available, is installed but not running. More...
 
void track_group_replication_unavailable ()
 Tracks the Group Replication feature as unavailable, is not installed. More...
 
void track_group_replication_enabled (bool enabled)
 Tracks the Group Replication feature, including the usage data. More...
 

Variables

unsigned long long opt_option_tracker_usage_group_replication_plugin
 A status variable counter for usage tracking by the option_tracker component. More...
 

Function Documentation

◆ track_group_replication_available()

void track_group_replication_available ( )

Tracks the Group Replication feature as available, is installed but not running.

◆ track_group_replication_enabled()

void track_group_replication_enabled ( bool  enabled)

Tracks the Group Replication feature, including the usage data.

It only updates usage data if the feature is enabled.

Parameters
enabledtrue: tracks as enabled false: tracks as disabled

◆ track_group_replication_unavailable()

void track_group_replication_unavailable ( )

Tracks the Group Replication feature as unavailable, is not installed.

Variable Documentation

◆ opt_option_tracker_usage_group_replication_plugin

unsigned long long opt_option_tracker_usage_group_replication_plugin
extern

A status variable counter for usage tracking by the option_tracker component.