MySQL 9.0.0
Source Code Documentation
Manifest_file_option_parser_helper Class Referencefinal

Helper class for loading keyring component Keyring component is loaded after minimal chassis initialization. More...

Public Member Functions

 Manifest_file_option_parser_helper (int argc, char **argv)
 
 ~Manifest_file_option_parser_helper ()
 
bool valid () const
 

Private Attributes

char * datadir_
 
char * plugindir_
 
char save_homedir_ [FN_REFLEN+1]
 
char save_plugindir_ [FN_REFLEN+1]
 
bool valid_
 

Detailed Description

Helper class for loading keyring component Keyring component is loaded after minimal chassis initialization.

At this time, home dir and plugin dir may not be initialized.

This helper class sets them temporarily by reading configurations and resets them in destructor.

Constructor & Destructor Documentation

◆ Manifest_file_option_parser_helper()

Manifest_file_option_parser_helper::Manifest_file_option_parser_helper ( int  argc,
char **  argv 
)
inline

◆ ~Manifest_file_option_parser_helper()

Manifest_file_option_parser_helper::~Manifest_file_option_parser_helper ( )
inline

Member Function Documentation

◆ valid()

bool Manifest_file_option_parser_helper::valid ( ) const
inline

Member Data Documentation

◆ datadir_

char* Manifest_file_option_parser_helper::datadir_
private

◆ plugindir_

char* Manifest_file_option_parser_helper::plugindir_
private

◆ save_homedir_

char Manifest_file_option_parser_helper::save_homedir_[FN_REFLEN+1]
private

◆ save_plugindir_

char Manifest_file_option_parser_helper::save_plugindir_[FN_REFLEN+1]
private

◆ valid_

bool Manifest_file_option_parser_helper::valid_
private

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