From 6246b4c9f11e8863c881d82bcf99b6fbc383a30c Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Fri, 4 Sep 2015 12:33:14 +0200 Subject: [PATCH] update encryption plugin and service versions --- include/mysql/plugin_encryption.h | 2 +- include/service_versions.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/mysql/plugin_encryption.h b/include/mysql/plugin_encryption.h index 625aaeed9f5..3f35c2bcf80 100644 --- a/include/mysql/plugin_encryption.h +++ b/include/mysql/plugin_encryption.h @@ -27,7 +27,7 @@ #include -#define MariaDB_ENCRYPTION_INTERFACE_VERSION 0x0200 +#define MariaDB_ENCRYPTION_INTERFACE_VERSION 0x0300 /** Encryption plugin descriptor diff --git a/include/service_versions.h b/include/service_versions.h index 79b36092a0d..58d5f41c4a3 100644 --- a/include/service_versions.h +++ b/include/service_versions.h @@ -35,6 +35,6 @@ #define VERSION_thd_autoinc 0x0100 #define VERSION_thd_error_context 0x0100 #define VERSION_thd_specifics 0x0100 -#define VERSION_encryption 0x0200 +#define VERSION_encryption 0x0300 #define VERSION_encryption_scheme 0x0100