24#ifndef BACKUP_LOCK_SERVICE_H 
   25#define BACKUP_LOCK_SERVICE_H 
   41#define MYSQL_THD THD * 
   43#define MYSQL_THD void * 
enum_backup_lock_service_lock_kind
Kind of Backup Lock to be acquired.
Definition: backup_lock_service.h:35
 
@ BACKUP_LOCK_SERVICE_DEFAULT
Definition: backup_lock_service.h:36
 
#define MYSQL_THD
Definition: backup_lock_service.h:41
 
struct Backup_lock_handle_imp * Backup_lock_handle
Definition: backup_lock_service.h:46
 
enum enum_backup_lock_service_lock_kind backup_lock_service_lock_kind
Kind of Backup Lock to be acquired.
 
For each client connection we create a separate thread with THD serving as a thread/connection descri...
Definition: sql_lexer_thd.h:36
 
#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 DEFINE_SERVICE_HANDLE(name)
Defines an object type that is meant for carrying handles to the implementation-specific objects used...
Definition: service.h:129
 
#define DECLARE_BOOL_METHOD(name, args)
Declares a method that returns bool as a part of the Service definition.
Definition: service.h:112