1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

encryption keys service

This commit is contained in:
Sergei Golubchik
2015-01-02 22:53:54 +01:00
parent cf8bf0b68e
commit 21430e4378
25 changed files with 245 additions and 44 deletions

View File

@@ -32,6 +32,7 @@ extern "C" {
#include <mysql/service_thd_autoinc.h>
#include <mysql/service_thd_error_context.h>
#include <mysql/service_thd_specifics.h>
#include <mysql/service_encryption_keys.h>
/*#include <mysql/service_wsrep.h>*/
#ifdef __cplusplus