MySQL 8.4.0
Source Code Documentation
dd::upgrade::anonymous_namespace{server.cc}::Server_option_guard< T > Class Template Reference

Public Member Functions

 Server_option_guard (T *opt, T new_value)
 
 ~Server_option_guard ()
 

Private Attributes

T * server_opt
 
old_value
 

Constructor & Destructor Documentation

◆ Server_option_guard()

template<typename T >
dd::upgrade::anonymous_namespace{server.cc}::Server_option_guard< T >::Server_option_guard ( T *  opt,
new_value 
)
inline

◆ ~Server_option_guard()

template<typename T >
dd::upgrade::anonymous_namespace{server.cc}::Server_option_guard< T >::~Server_option_guard ( )
inline

Member Data Documentation

◆ old_value

template<typename T >
T dd::upgrade::anonymous_namespace{server.cc}::Server_option_guard< T >::old_value
private

◆ server_opt

template<typename T >
T* dd::upgrade::anonymous_namespace{server.cc}::Server_option_guard< T >::server_opt
private

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