1 | #ifndef MYSQL_SERVICES_INCLUDED |
2 | /* Copyright (c) 2009, 2010, Oracle and/or its affiliates. |
3 | Copyright (c) 2012, 2017, MariaDB |
4 | |
5 | This program is free software; you can redistribute it and/or modify |
6 | it under the terms of the GNU General Public License as published by |
7 | the Free Software Foundation; version 2 of the License. |
8 | |
9 | This program is distributed in the hope that it will be useful, |
10 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
11 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
12 | GNU General Public License for more details. |
13 | |
14 | You should have received a copy of the GNU General Public License |
15 | along with this program; if not, write to the Free Software |
16 | Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ |
17 | |
18 | #ifdef __cplusplus |
19 | extern "C" { |
20 | #endif |
21 | |
22 | #include <mysql/service_base64.h> |
23 | #include <mysql/service_debug_sync.h> |
24 | #include <mysql/service_encryption.h> |
25 | #include <mysql/service_encryption_scheme.h> |
26 | #include <mysql/service_kill_statement.h> |
27 | #include <mysql/service_logger.h> |
28 | #include <mysql/service_md5.h> |
29 | #include <mysql/service_my_crypt.h> |
30 | #include <mysql/service_my_print_error.h> |
31 | #include <mysql/service_my_snprintf.h> |
32 | #include <mysql/service_progress_report.h> |
33 | #include <mysql/service_sha1.h> |
34 | #include <mysql/service_sha2.h> |
35 | #include <mysql/service_thd_alloc.h> |
36 | #include <mysql/service_thd_autoinc.h> |
37 | #include <mysql/service_thd_error_context.h> |
38 | #include <mysql/service_thd_rnd.h> |
39 | #include <mysql/service_thd_specifics.h> |
40 | #include <mysql/service_thd_timezone.h> |
41 | #include <mysql/service_thd_wait.h> |
42 | /*#include <mysql/service_wsrep.h>*/ |
43 | |
44 | #ifdef __cplusplus |
45 | } |
46 | #endif |
47 | |
48 | #define MYSQL_SERVICES_INCLUDED |
49 | #endif |
50 | |
51 | |