summaryrefslogtreecommitdiff
path: root/include/service_versions.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/service_versions.h')
-rw-r--r--include/service_versions.h25
1 files changed, 12 insertions, 13 deletions
diff --git a/include/service_versions.h b/include/service_versions.h
index a0831792643..d79474f1d36 100644
--- a/include/service_versions.h
+++ b/include/service_versions.h
@@ -23,21 +23,20 @@
#define VERSION_debug_sync 0x1000
#define VERSION_kill_statement 0x1000
+#define VERSION_base64 0x0100
+#define VERSION_encryption 0x0300
+#define VERSION_encryption_scheme 0x0100
+#define VERSION_logger 0x0100
+#define VERSION_my_md5 0x0100
+#define VERSION_my_sha1 0x0101
+#define VERSION_my_sha2 0x0100
#define VERSION_my_snprintf 0x0100
-#define VERSION_thd_alloc 0x0100
-#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
-#define VERSION_logger 0x0100
-#define VERSION_base64 0x0100
-#define VERSION_thd_rnd 0x0100
+#define VERSION_thd_alloc 0x0100
#define VERSION_thd_autoinc 0x0100
#define VERSION_thd_error_context 0x0100
+#define VERSION_thd_rnd 0x0100
#define VERSION_thd_specifics 0x0100
-#define VERSION_encryption 0x0300
-#define VERSION_encryption_scheme 0x0100
-
+#define VERSION_thd_timezone 0x0100
+#define VERSION_thd_wait 0x0100
+#define VERSION_wsrep 0x0201