MySQL 9.1.0
Source Code Documentation
|
A SQLLogFilter allows to replace substrings defined by a set of hardcoded regular expressions with '***'. More...
#include <log_filter.h>
Public Member Functions | |
void | add_default_sql_patterns () |
Public Member Functions inherited from mysqlrouter::LogFilter | |
std::string | filter (std::string statement) const |
void | add_pattern (const std::string &pattern, const std::vector< size_t > &group_indices) |
void | add_pattern (const std::string &pattern, const std::string &replacement) |
Additional Inherited Members | |
Static Public Attributes inherited from mysqlrouter::LogFilter | |
static const char | kFillCharacter = '*' |
static const unsigned int | kFillSize = 3 |
A SQLLogFilter allows to replace substrings defined by a set of hardcoded regular expressions with '***'.
void mysqlrouter::SQLLogFilter::add_default_sql_patterns | ( | ) |