24#ifndef TEST_BINLOG_STORAGE_ITERATOR_REQUIRED_SERVICES_H 
   25#define TEST_BINLOG_STORAGE_ITERATOR_REQUIRED_SERVICES_H 
Specifies macros to define Components.
 
const mysql_service_status_variable_registration_t * statvar_register_srv
 
const mysql_service_pfs_plugin_table_v1_t * table_srv
 
const mysql_service_pfs_plugin_column_blob_v1_t * pc_blob_srv
 
const mysql_service_mysql_current_thread_reader_t * current_thd_srv
 
const mysql_service_pfs_plugin_column_bigint_v1_t * pc_bigint_srv
 
const mysql_service_pfs_plugin_column_string_v2_t * col_string_srv
 
const mysql_service_binlog_storage_iterator_t * binlog_iterator_svc
 
const mysql_service_mysql_current_thread_reader_t * mysql_current_thread_reader
Definition: rewriter_plugin.cc:63
 
#define SERVICE_TYPE(name)
Generates the standard Service type name.
Definition: service.h:76
 
Specifies macros to define Service Implementations.