MySQL 8.3.0
Source Code Documentation
options::Options Class Reference

Command line options container. More...

#include <options.h>

Static Public Attributes

static bool s_help = false
 Help. More...
 
static bool s_verbose = false
 Be loud. More...
 
static char * s_component_dir = nullptr
 Component directory location. More...
 
static char * s_source_keyring = nullptr
 Source keyring - Component or plugin. More...
 
static char * s_source_keyring_configuration_dir = nullptr
 Source Keyring configuration path - If it is not in component dir. More...
 
static char * s_destination_keyring = nullptr
 Destination keyring - Must be a component. More...
 
static char * s_destination_keyring_configuration_dir = nullptr
 Destination Keyring configuration path - If it is not in component dir. More...
 
static bool s_online_migration = false
 Flag for online migration. More...
 
static char * s_hostname = nullptr
 Hostname. More...
 
static unsigned int s_port = 0
 Port. More...
 
static char * s_socket = nullptr
 Socket. More...
 
static char * s_username = nullptr
 User name. More...
 
static char * s_password = nullptr
 Password. More...
 
static bool s_tty_password = false
 Password to be fetched. More...
 

Detailed Description

Command line options container.

Member Data Documentation

◆ s_component_dir

char * options::Options::s_component_dir = nullptr
static

Component directory location.

◆ s_destination_keyring

char * options::Options::s_destination_keyring = nullptr
static

Destination keyring - Must be a component.

◆ s_destination_keyring_configuration_dir

char * options::Options::s_destination_keyring_configuration_dir = nullptr
static

Destination Keyring configuration path - If it is not in component dir.

◆ s_help

bool options::Options::s_help = false
static

Help.

◆ s_hostname

char * options::Options::s_hostname = nullptr
static

Hostname.

◆ s_online_migration

bool options::Options::s_online_migration = false
static

Flag for online migration.

◆ s_password

char * options::Options::s_password = nullptr
static

Password.

◆ s_port

unsigned int options::Options::s_port = 0
static

Port.

◆ s_socket

char * options::Options::s_socket = nullptr
static

Socket.

◆ s_source_keyring

char * options::Options::s_source_keyring = nullptr
static

Source keyring - Component or plugin.

◆ s_source_keyring_configuration_dir

char * options::Options::s_source_keyring_configuration_dir = nullptr
static

Source Keyring configuration path - If it is not in component dir.

◆ s_tty_password

bool options::Options::s_tty_password = false
static

Password to be fetched.

◆ s_username

char * options::Options::s_username = nullptr
static

User name.

◆ s_verbose

bool options::Options::s_verbose = false
static

Be loud.


The documentation for this class was generated from the following files: