24#ifndef MYSQL_OPTION_TRACKER_H
25#define MYSQL_OPTION_TRACKER_H
124 size_t sizeof_usage_data));
128 unsigned long long new_value);
157 add, (const
char *option_name,
170 remove, (const
char *option_name,
bool(* mysql_option_tracker_usage_cache_update_callback)(unsigned long long new_value)
Definition: mysql_option_tracker.h:127
Definition: atomics_array.h:39
bool is_enabled()
Check if doublewrite is enabled.
Definition: buf0dblwr.h:390
static mysql_service_status_t get(THD **thd) noexcept
Definition: mysql_current_thread_reader_all_empty.cc:31
static mysql_service_status_t remove(reference_caching_channel channel, const char *implementation_name) noexcept
Definition: component.cc:137
static mysql_service_status_t add(reference_caching_channel channel, const char *implementation_name) noexcept
Definition: component.cc:127
std::set< Key, Compare, ut::allocator< Key > > set
Specialization of set which uses ut_allocator.
Definition: ut0new.h:2884
#define END_SERVICE_DEFINITION(name)
A macro to end the last Service definition started with the BEGIN_SERVICE_DEFINITION macro.
Definition: service.h:91
#define BEGIN_SERVICE_DEFINITION(name)
Declares a new Service.
Definition: service.h:86
#define DECLARE_BOOL_METHOD(name, args)
Declares a method that returns bool as a part of the Service definition.
Definition: service.h:112