![]() |
MySQL 9.3.0
Source Code Documentation
|
#include "mysqlrouter/mysql_session.h"
#include <algorithm>
#include <cassert>
#include <chrono>
#include <functional>
#include <map>
#include <queue>
#include <sstream>
#include <string>
#include "mysql.h"
#include "violite.h"
#include "mysql/harness/logging/logger.h"
#include "mysql/harness/stdx/expected.h"
#include "mysqlrouter/mysql_client_thread_token.h"
Classes | |
class | anonymous_namespace{mysql_session.cc}::SSLSessionsCache |
class | StmtResultRow |
class | RealResultRow |
Namespaces | |
namespace | anonymous_namespace{mysql_session.cc} |
Typedefs | |
using | anonymous_namespace{mysql_session.cc}::MysqlSessionTrackGet = int(*)(MYSQL *mysql, enum enum_session_state_type type, const char **data, size_t *length) |
Functions | |
const std::error_category & | mysql_category () noexcept |
static MysqlError | make_mysql_error_code (unsigned int e) |
static MysqlError | make_mysql_error_code (MYSQL *m) |
|
static |
|
static |
|
noexcept |