MySQL 9.3.0
Source Code Documentation
mysql_option_tracker.h File Reference
#include <mysql/components/service.h>
#include <cstddef>

Go to the source code of this file.

Classes

struct  s_mysql_mysql_option_tracker_option
 Option tracker registration and deregistration services. More...
 
struct  s_mysql_mysql_option_tracker_usage
 Option tracker usage marker. More...
 
struct  s_mysql_mysql_option_tracker_usage_cache_callbacks
 Option tracker usage cache updater callbacks registry. More...
 

Typedefs

typedef struct s_mysql_mysql_option_tracker_option mysql_service_mysql_option_tracker_option_t
 Option tracker registration and deregistration services. More...
 
typedef struct s_mysql_mysql_option_tracker_usage mysql_service_mysql_option_tracker_usage_t
 Option tracker usage marker. More...
 
typedef bool(* mysql_option_tracker_usage_cache_update_callback) (unsigned long long new_value)
 
typedef struct s_mysql_mysql_option_tracker_usage_cache_callbacks mysql_service_mysql_option_tracker_usage_cache_callbacks_t
 Option tracker usage cache updater callbacks registry. More...
 

Typedef Documentation

◆ mysql_option_tracker_usage_cache_update_callback

typedef bool(* mysql_option_tracker_usage_cache_update_callback) (unsigned long long new_value)