MySQL 8.1.0
Source Code Documentation
mysqlbackup.h
Go to the documentation of this file.
1/* Copyright (c) 2019, 2023, Oracle and/or its affiliates.
2
3This program is free software; you can redistribute it and/or modify
4it under the terms of the GNU General Public License, version 2.0,
5as published by the Free Software Foundation.
6
7This program is also distributed with certain software (including
8but not limited to OpenSSL) that is licensed under separate terms,
9as designated in a particular file or component or in included license
10documentation. The authors of MySQL hereby grant you an additional
11permission to link the program and your derivative works with the
12separately licensed software that they have included with MySQL.
13
14This program is distributed in the hope that it will be useful,
15but WITHOUT ANY WARRANTY; without even the implied warranty of
16MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17GNU General Public License, version 2.0, for more details.
18
19You should have received a copy of the GNU General Public License
20along with this program; if not, write to the Free Software
21Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */
22
23#ifndef MYSQLBACKUP_H
24#define MYSQLBACKUP_H
25
36#include <string>
38
39/* A place to specify component-wide declarations, including declarations of
40 placeholders for Service dependencies. */
41
43extern REQUIRES_SERVICE_PLACEHOLDER(log_builtins);
44extern REQUIRES_SERVICE_PLACEHOLDER(log_builtins_string);
45extern REQUIRES_SERVICE_PLACEHOLDER(component_sys_variable_register);
46extern REQUIRES_SERVICE_PLACEHOLDER(component_sys_variable_unregister);
47extern REQUIRES_SERVICE_PLACEHOLDER(status_variable_registration);
48extern REQUIRES_SERVICE_PLACEHOLDER(udf_registration);
49extern REQUIRES_SERVICE_PLACEHOLDER(mysql_thd_security_context);
50extern REQUIRES_SERVICE_PLACEHOLDER(mysql_runtime_error);
51extern REQUIRES_SERVICE_PLACEHOLDER(mysql_security_context_options);
54extern REQUIRES_SERVICE_PLACEHOLDER(psi_memory_v2);
55
56#endif /* MYSQLBACKUP_H */
Specifies macros to define Components.
REQUIRES_SERVICE_PLACEHOLDER(registry)
const mysql_service_mysql_current_thread_reader_t * mysql_current_thread_reader
Definition: rewriter_plugin.cc:62
const mysql_service_global_grants_check_t * global_grants_check
Definition: rewriter_plugin.cc:64
Specifies macros to define Service Implementations.