MySQL 8.4.0
Source Code Documentation
mysqlbackup.h
Go to the documentation of this file.
1/* Copyright (c) 2019, 2024, 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 designed to work 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 either included with
13the program or referenced in the documentation.
14
15This program is distributed in the hope that it will be useful,
16but WITHOUT ANY WARRANTY; without even the implied warranty of
17MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18GNU General Public License, version 2.0, for more details.
19
20You should have received a copy of the GNU General Public License
21along with this program; if not, write to the Free Software
22Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */
23
24#ifndef MYSQLBACKUP_H
25#define MYSQLBACKUP_H
26
37#include <string>
39
40/* A place to specify component-wide declarations, including declarations of
41 placeholders for Service dependencies. */
42
44extern REQUIRES_SERVICE_PLACEHOLDER(log_builtins);
45extern REQUIRES_SERVICE_PLACEHOLDER(log_builtins_string);
46extern REQUIRES_SERVICE_PLACEHOLDER(component_sys_variable_register);
47extern REQUIRES_SERVICE_PLACEHOLDER(component_sys_variable_unregister);
48extern REQUIRES_SERVICE_PLACEHOLDER(status_variable_registration);
49extern REQUIRES_SERVICE_PLACEHOLDER(udf_registration);
50extern REQUIRES_SERVICE_PLACEHOLDER(mysql_thd_security_context);
51extern REQUIRES_SERVICE_PLACEHOLDER(mysql_runtime_error);
52extern REQUIRES_SERVICE_PLACEHOLDER(mysql_security_context_options);
55extern REQUIRES_SERVICE_PLACEHOLDER(psi_memory_v2);
56
57#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:63
const mysql_service_global_grants_check_t * global_grants_check
Definition: rewriter_plugin.cc:65
Specifies macros to define Service Implementations.