diff options
Diffstat (limited to 'include/service_versions.h')
-rw-r--r-- | include/service_versions.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/service_versions.h b/include/service_versions.h index 0f0990d43b3..9b333127858 100644 --- a/include/service_versions.h +++ b/include/service_versions.h @@ -1,5 +1,5 @@ /* Copyright (c) 2009, 2010, Oracle and/or its affiliates. - Copyright (c) 2012, 2013, Monty Program Ab + Copyright (c) 2012, 2017, MariaDB This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -28,6 +28,7 @@ #define VERSION_thd_wait 0x0100 #define VERSION_progress_report 0x0100 #define VERSION_thd_timezone 0x0100 +#define VERSION_my_sha2 0x0100 #define VERSION_my_sha1 0x0101 #define VERSION_my_md5 0x0100 #define VERSION_wsrep 0x0201 |