Skip to content

Commit 6246b4c

Browse files
committed
update encryption plugin and service versions
1 parent 096510d commit 6246b4c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

include/mysql/plugin_encryption.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
#include <mysql/plugin.h>
2929

30-
#define MariaDB_ENCRYPTION_INTERFACE_VERSION 0x0200
30+
#define MariaDB_ENCRYPTION_INTERFACE_VERSION 0x0300
3131

3232
/**
3333
Encryption plugin descriptor

include/service_versions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@
3535
#define VERSION_thd_autoinc 0x0100
3636
#define VERSION_thd_error_context 0x0100
3737
#define VERSION_thd_specifics 0x0100
38-
#define VERSION_encryption 0x0200
38+
#define VERSION_encryption 0x0300
3939
#define VERSION_encryption_scheme 0x0100
4040

0 commit comments

Comments
 (0)