24 #include <drizzled/plugin/listen_tcp.h>
25 #include <drizzled/plugin/client.h>
26 #include <drizzled/atomics.h>
27 #include <drizzled/plugin/table_function.h>
28 #include <boost/filesystem.hpp>
29 #include <plugin/mysql_protocol/mysql_protocol.h>
31 namespace drizzle_plugin {
32 namespace mysql_unix_socket_protocol {
37 Protocol(std::string name,
const boost::filesystem::path &unix_socket_path) :
39 _unix_socket_path(unix_socket_path)
50 const boost::filesystem::path _unix_socket_path;