1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

MDEV-6712 THD specifics for plugins

thd_specifics service
This commit is contained in:
Sergei Golubchik
2014-12-03 23:51:47 +01:00
parent 0c7d773fca
commit 8360e1a5b5
11 changed files with 236 additions and 0 deletions

View File

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