MySQL 9.0.0
Source Code Documentation
plugin_utils.cc File Reference

Functions

void log_primary_member_details ()
 
void abort_plugin_process (const char *message)
 
void plugin_escape_string (std::string &string_to_escape)
 Simple method to escape character on a string. More...
 

Function Documentation

◆ abort_plugin_process()

void abort_plugin_process ( const char *  message)

◆ log_primary_member_details()

void log_primary_member_details ( )

◆ plugin_escape_string()

void plugin_escape_string ( std::string &  string_to_escape)

Simple method to escape character on a string.

Note
based on escape_string_for_mysql
the result is stored in the parameter string
Parameters
[in,out]string_to_escapethe string to escape