23#ifndef BACKUP_LOCK_SERVICE_H
24#define BACKUP_LOCK_SERVICE_H
40#define MYSQL_THD THD *
42#define MYSQL_THD void *
enum_backup_lock_service_lock_kind
Kind of Backup Lock to be acquired.
Definition: backup_lock_service.h:34
@ BACKUP_LOCK_SERVICE_DEFAULT
Definition: backup_lock_service.h:35
#define MYSQL_THD
Definition: backup_lock_service.h:40
struct Backup_lock_handle_imp * Backup_lock_handle
Definition: backup_lock_service.h:45
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:35
#define END_SERVICE_DEFINITION(name)
A macro to end the last Service definition started with the BEGIN_SERVICE_DEFINITION macro.
Definition: service.h:90
#define BEGIN_SERVICE_DEFINITION(name)
Declares a new Service.
Definition: service.h:85
#define DEFINE_SERVICE_HANDLE(name)
Defines an object type that is meant for carrying handles to the implementation-specific objects used...
Definition: service.h:128
#define DECLARE_BOOL_METHOD(name, args)
Declares a method that returns bool as a part of the Service definition.
Definition: service.h:111