Commit 6246b4c9 authored by Sergei Golubchik's avatar Sergei Golubchik

update encryption plugin and service versions

parent 096510d0
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
#include <mysql/plugin.h> #include <mysql/plugin.h>
#define MariaDB_ENCRYPTION_INTERFACE_VERSION 0x0200 #define MariaDB_ENCRYPTION_INTERFACE_VERSION 0x0300
/** /**
Encryption plugin descriptor Encryption plugin descriptor
......
...@@ -35,6 +35,6 @@ ...@@ -35,6 +35,6 @@
#define VERSION_thd_autoinc 0x0100 #define VERSION_thd_autoinc 0x0100
#define VERSION_thd_error_context 0x0100 #define VERSION_thd_error_context 0x0100
#define VERSION_thd_specifics 0x0100 #define VERSION_thd_specifics 0x0100
#define VERSION_encryption 0x0200 #define VERSION_encryption 0x0300
#define VERSION_encryption_scheme 0x0100 #define VERSION_encryption_scheme 0x0100
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment