MySQL 8.0.40
Source Code Documentation
|
#include <cstring>
#include <iostream>
#include <sstream>
#include "my_byteorder.h"
#include "my_inttypes.h"
Go to the source code of this file.
Typedefs | |
typedef void(* | plugin_messages_callback) (const char *msg) |
Enumerations | |
enum class | message_type { INFO , ERROR } |
Functions | |
void | get_plugin_messages (const std::string &msg, message_type type) |
uchar * | net_store_length (uchar *packet, ulonglong length) |
uint | net_length_size (ulonglong num) |
uint64_t | net_field_length_ll (uchar **packet) |
Variables | |
plugin_messages_callback | mc |
typedef void(* plugin_messages_callback) (const char *msg) |
|
strong |
void get_plugin_messages | ( | const std::string & | msg, |
message_type | type | ||
) |
|
inline |
|
extern |