summaryrefslogtreecommitdiff
path: root/include/service_versions.h
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2017-03-06 19:37:48 +0100
committerSergei Golubchik <serg@mariadb.org>2017-03-10 18:21:28 +0100
commit227f63db3b0b9a1ce29c37f1c104ba5d204d0392 (patch)
treebfc4ccc8b4471e3f738251fdd46b472461e67568 /include/service_versions.h
parent0877eff4012ab1184112814a3492d23bf266f848 (diff)
downloadmariadb-git-227f63db3b0b9a1ce29c37f1c104ba5d204d0392.tar.gz
cleanup: sort various lists of services
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