mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
ce4c56db0c
- Modify backup code to work with MariaDB's 10.1 xtradb - Remove crypt encryption, version_check.pl, "compact backup" - Add encryption plugin
7 lines
275 B
C++
7 lines
275 B
C++
#include <mysql.h>
|
|
#include <string>
|
|
extern void encryption_plugin_backup_init(MYSQL *mysql);
|
|
extern const char* encryption_plugin_get_config();
|
|
extern void encryption_plugin_prepare_init(int argc, char **argv);
|
|
|
|
//extern void encryption_plugin_init(int argc, char **argv);
|