MySQL 9.1.0
Source Code Documentation
|
#include <cstring>
#include <memory>
#include <string>
#include <vector>
#include <components/keyrings/common/component_helpers/include/service_requirements.h>
#include <components/keyrings/common/operations/operations.h>
#include <mysql/components/services/log_builtins.h>
#include "mysql/components/component_implementation.h"
#include "mysql/components/services/registry.h"
#include "mysqld_error.h"
#include "backend/backend.h"
#include "config/config.h"
Go to the source code of this file.
Namespaces | |
namespace | keyring_file |
Functions | |
bool | keyring_file::init_or_reinit_keyring (std::string &err) |
Initialize or re-initialize keyring. More... | |
bool | keyring_file::set_paths (const char *component_path, const char *instance_path) |
Set path to component. More... | |
REQUIRES_SERVICE_PLACEHOLDER (registry) | |
REQUIRES_SERVICE_PLACEHOLDER (registry_registration) | |
REQUIRES_SERVICE_PLACEHOLDER_AS (registry, mysql_service_registry_no_lock) | |
REQUIRES_SERVICE_PLACEHOLDER_AS (registry_registration, mysql_service_registration_no_lock) | |
REQUIRES_SERVICE_PLACEHOLDER | ( | registry | ) |
REQUIRES_SERVICE_PLACEHOLDER | ( | registry_registration | ) |
REQUIRES_SERVICE_PLACEHOLDER_AS | ( | registry | , |
mysql_service_registry_no_lock | |||
) |
REQUIRES_SERVICE_PLACEHOLDER_AS | ( | registry_registration | , |
mysql_service_registration_no_lock | |||
) |