mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
db20c77782
because plugin code is not only about encryption anymore (also loads provider plugins), and xb_ prefix prevents name clashes with the server code (that mariabackup links with).
5 lines
205 B
C++
5 lines
205 B
C++
#include <mysql.h>
|
|
#include <string>
|
|
extern void xb_plugin_backup_init(MYSQL *mysql);
|
|
extern const char* xb_plugin_get_config();
|
|
extern void xb_plugin_prepare_init(int argc, char **argv, const char *dir);
|