![]() |
MySQL 9.2.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 () |
![]() | |
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 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 | ( | ) |