![]()  | 
  
    MySQL 9.5.0
    
   Source Code Documentation 
   | 
 
#include <mysql/components/component_implementation.h>#include <mysql/components/service_implementation.h>#include <mysql/components/services/backup_lock_service.h>#include <cstdio>Functions | |
| REQUIRES_SERVICE_PLACEHOLDER (mysql_backup_lock) | |
| mysql_service_status_t | test_backup_lock_service_init () | 
| Initialization method for Component.  More... | |
| mysql_service_status_t | test_backup_lock_service_deinit () | 
| De-initialization method for Component.  More... | |
| END_COMPONENT_PROVIDES () | |
| REQUIRES_SERVICE (mysql_backup_lock) | |
| END_COMPONENT_REQUIRES () | |
| METADATA ("mysql.author", "Oracle Corporation") | |
| METADATA ("mysql.license", "GPL") | |
| METADATA ("test_backup_lock_service", "1") | |
| END_COMPONENT_METADATA () | |
Variables | |
| mysql_component_t | mysql_component_test_backup_lock_service | 
| END_COMPONENT_METADATA | ( | ) | 
| END_COMPONENT_PROVIDES | ( | ) | 
| END_COMPONENT_REQUIRES | ( | ) | 
| METADATA | ( | "mysql.author" | , | 
| "Oracle Corporation" | |||
| ) | 
| METADATA | ( | "mysql.license" | , | 
| "GPL" | |||
| ) | 
| METADATA | ( | "test_backup_lock_service" | , | 
| "1" | |||
| ) | 
| REQUIRES_SERVICE | ( | mysql_backup_lock | ) | 
| REQUIRES_SERVICE_PLACEHOLDER | ( | mysql_backup_lock | ) | 
| mysql_service_status_t test_backup_lock_service_deinit | ( | ) | 
De-initialization method for Component.
| 0 | Success | 
| !=0 | Failure | 
| mysql_service_status_t test_backup_lock_service_init | ( | ) | 
Initialization method for Component.
| 0 | Success | 
| !=0 | Failure | 
| mysql_component_t mysql_component_test_backup_lock_service |