MySQL 8.4.0
Source Code Documentation
protocol_callback.cc File Reference

Implementation of the Protocol_callback class, which is used by the Command service as proxy protocol. More...

#include "sql/protocol_callback.h"
#include <assert.h>
#include <stddef.h>
#include <algorithm>
#include "mysql/strings/m_ctype.h"
#include "mysql_com.h"
#include "sql-common/my_decimal.h"
#include "sql/current_thd.h"
#include "sql/debug_sync.h"
#include "sql/field.h"
#include "sql/item.h"
#include "sql/item_func.h"
#include "sql/sql_class.h"
#include "sql/sql_error.h"
#include "sql/sql_lex.h"
#include "sql/sql_list.h"
#include "sql_string.h"

Detailed Description

Implementation of the Protocol_callback class, which is used by the Command service as proxy protocol.