23 #include <drizzled/plugin/logging.h>
25 namespace drizzle_plugin
34 uint64_t _threshold_slow;
35 uint64_t _threshold_big_resultset;
36 uint64_t _threshold_big_examined;
39 Syslog(
const std::string &facility,
40 uint64_t threshold_slow,
41 uint64_t threshold_big_resultset,
42 uint64_t threshold_big_examined);