Home
last modified time | relevance | path

Searched refs:socketsdir (Results 1 – 4 of 4) sorted by relevance

/dports/databases/sqlrelay/sqlrelay-1.7.0/src/util/
H A Dsqlrpaths.cpp94 socketsdir=scratch.detachString(); in sqlrpaths()
139 delete[] socketsdir; in ~sqlrpaths()
167 return socketsdir; in getSocketsDir()
/dports/databases/sqlrelay/sqlrelay-1.7.0/src/util/sqlrelay/
H A Dsqlrutil.h43 char *socketsdir; variable
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/router/src/router/src/
H A Dconfig_generator.cc964 options.socketsdir = user_options.at("socketsdir"); in fill_options()
1831 r.append("socket=" + options.socketsdir + "/" + ep.socket); in endpoint_option()
2069 const std::string &socketsdir, in get_bootstrap_report_text()
2083 ss << socketsdir << "/" << rw_endpoint.socket; in get_bootstrap_report_text()
2097 ss << socketsdir << "/" << ro_endpoint.socket; in get_bootstrap_report_text()
2106 dump_sockets("MySQL Classic protocol", options.socketsdir, in get_bootstrap_report_text()
2108 dump_sockets("MySQL X protocol", options.socketsdir, options.rw_x_endpoint, in get_bootstrap_report_text()
H A Dconfig_generator.h177 std::string socketsdir; member