MySQL 8.4.2
Source Code Documentation
|
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... | |
Command line options container.
|
static |
Component directory location.
|
static |
Destination keyring - Must be a component.
|
static |
Destination Keyring configuration path - If it is not in component dir.
|
static |
Help.
|
static |
Hostname.
|
static |
Flag for online migration.
|
static |
Password.
|
static |
Port.
|
static |
Socket.
|
static |
Source keyring - Component or plugin.
|
static |
Source Keyring configuration path - If it is not in component dir.
|
static |
Password to be fetched.
|
static |
User name.
|
static |
Be loud.