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