update encryption plugin and service versions

This commit is contained in:
Sergei Golubchik 2015-09-04 12:33:14 +02:00
parent 096510d02c
commit 6246b4c9f1
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@
#include <mysql/plugin.h>
#define MariaDB_ENCRYPTION_INTERFACE_VERSION 0x0200
#define MariaDB_ENCRYPTION_INTERFACE_VERSION 0x0300
/**
Encryption plugin descriptor

View File

@ -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