48
34
typedef drizzled::constrained_check<uint32_t, 300, 1> timeout_constraint;
49
35
typedef drizzled::constrained_check<uint32_t, 300, 1> retry_constraint;
50
36
typedef drizzled::constrained_check<uint32_t, 1048576, 1024, 1024> buffer_constraint;
52
38
class ListenMySQLProtocol: public drizzled::plugin::ListenTcp
55
41
const std::string _hostname;
56
42
bool _using_mysql41_protocol;