1/* Copyright (c) 2009, 2010, Oracle and/or its affiliates.
2 Copyright (c) 2012, 2017, MariaDB
3
4 This program is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by
6 the Free Software Foundation; version 2 of the License.
7
8 This program is distributed in the hope that it will be useful,
9 but WITHOUT ANY WARRANTY; without even the implied warranty of
10 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 GNU General Public License for more details.
12
13 You should have received a copy of the GNU General Public License
14 along with this program; if not, write to the Free Software
15 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */
16
17#ifdef _WIN32
18#define SERVICE_VERSION __declspec(dllexport) void *
19#else
20#define SERVICE_VERSION void *
21#endif
22
23#define VERSION_debug_sync 0x1000
24#define VERSION_kill_statement 0x1000
25
26#define VERSION_base64 0x0100
27#define VERSION_encryption 0x0300
28#define VERSION_encryption_scheme 0x0100
29#define VERSION_logger 0x0100
30#define VERSION_my_crypt 0x0100
31#define VERSION_my_md5 0x0100
32#define VERSION_my_print_error 0x0100
33#define VERSION_my_sha1 0x0101
34#define VERSION_my_sha2 0x0100
35#define VERSION_my_snprintf 0x0100
36#define VERSION_progress_report 0x0100
37#define VERSION_thd_alloc 0x0200
38#define VERSION_thd_autoinc 0x0100
39#define VERSION_thd_error_context 0x0200
40#define VERSION_thd_rnd 0x0100
41#define VERSION_thd_specifics 0x0100
42#define VERSION_thd_timezone 0x0100
43#define VERSION_thd_wait 0x0100
44#define VERSION_wsrep 0x0201
45