24#ifndef KEYRING_WRITER_INCLUDED 
   25#define KEYRING_WRITER_INCLUDED 
  103                            const unsigned char *data, 
size_t data_size,
 
  104                            const char *data_type));
 
bool store(THD *thd, const Table *tp)
Stores the SDI for a table.
Definition: sdi.cc:607
 
static mysql_service_status_t remove(reference_caching_channel channel, const char *implementation_name) noexcept
Definition: component.cc:137
 
#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