MCPcopy Create free account
hub / github.com/MariaDB/server / reconnect

Method reconnect

plugin/handler_socket/libhsclient/hstcpcli.cpp:92–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92int
93hstcpcli::reconnect()
94{
95 clear_error();
96 close();
97 std::string err;
98 if (socket_connect(fd, sargs, err) != 0) {
99 set_error(-1, err);
100 }
101 return error_code;
102}
103
104bool
105hstcpcli::stable_point()

Callers

nothing calls this directly

Calls 1

socket_connectFunction · 0.85

Tested by

no test coverage detected