25
25
#include <drizzled/plugin/client.h>
26
26
#include <drizzled/atomics.h>
27
27
#include <drizzled/plugin/table_function.h>
29
28
#include <boost/filesystem.hpp>
31
29
#include <plugin/mysql_protocol/mysql_protocol.h>
37
Protocol(std::string name, bool using_mysql41_protocol, const boost::filesystem::path &unix_socket_path) :
38
ListenMySQLProtocol(name, unix_socket_path.file_string(), using_mysql41_protocol),
47
39
_unix_socket_path(unix_socket_path)