2
Definitions required for Logging plugin
5
#ifndef DRIZZLED_PLUGIN_LOGGING_H
6
#define DRIZZLED_PLUGIN_LOGGING_H
8
typedef struct logging_st
10
bool (*logging_pre)(THD *thd);
11
bool (*logging_post)(THD *thd);
14
#endif /* DRIZZLED_PLUGIN_LOGGING_H */