Skip to content

Commit

Permalink
update encryption plugin and service versions
Browse files Browse the repository at this point in the history
  • Loading branch information
vuvova committed Sep 4, 2015
1 parent 096510d commit 6246b4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/mysql/plugin_encryption.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

#include <mysql/plugin.h>

#define MariaDB_ENCRYPTION_INTERFACE_VERSION 0x0200
#define MariaDB_ENCRYPTION_INTERFACE_VERSION 0x0300

/**
Encryption plugin descriptor
Expand Down
2 changes: 1 addition & 1 deletion include/service_versions.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6246b4c

Please sign in to comment.