We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 096510d commit 6246b4cCopy full SHA for 6246b4c
include/mysql/plugin_encryption.h
@@ -27,7 +27,7 @@
27
28
#include <mysql/plugin.h>
29
30
-#define MariaDB_ENCRYPTION_INTERFACE_VERSION 0x0200
+#define MariaDB_ENCRYPTION_INTERFACE_VERSION 0x0300
31
32
/**
33
Encryption plugin descriptor
include/service_versions.h
@@ -35,6 +35,6 @@
35
#define VERSION_thd_autoinc 0x0100
36
#define VERSION_thd_error_context 0x0100
37
#define VERSION_thd_specifics 0x0100
38
-#define VERSION_encryption 0x0200
+#define VERSION_encryption 0x0300
39
#define VERSION_encryption_scheme 0x0100
40
0 commit comments