MySQL 8.4.0
Source Code Documentation
classic_session_tracker.h File Reference
#include <string>
#include <system_error>
#include <utility>
#include <vector>
#include "mysql/harness/net_ts/buffer.h"
#include "mysql/harness/stdx/expected.h"
#include "mysqlrouter/classic_protocol_constants.h"
#include "mysqlrouter/classic_protocol_session_track.h"

Go to the source code of this file.

Functions

stdx::expected< std::vector< std::pair< std::string, std::string > >, std::error_code > session_trackers_to_string (net::const_buffer session_trackers, classic_protocol::capabilities::value_type caps)
 

Function Documentation

◆ session_trackers_to_string()

stdx::expected< std::vector< std::pair< std::string, std::string > >, std::error_code > session_trackers_to_string ( net::const_buffer  session_trackers,
classic_protocol::capabilities::value_type  caps 
)