MySQL 8.4.0
Source Code Documentation
log_filter.h File Reference
#include "mysqlrouter/router_export.h"
#include <string>
#include <vector>
#include <regex>

Go to the source code of this file.

Classes

class  mysqlrouter::LogFilter
 
class  mysqlrouter::SQLLogFilter
 A SQLLogFilter allows to replace substrings defined by a set of hardcoded regular expressions with '***'. More...
 

Namespaces

namespace  mysqlrouter
 

Typedefs

using regex_search_and_replace_patterns = std::pair< std::regex, std::string >
 

Typedef Documentation

◆ regex_search_and_replace_patterns

using regex_search_and_replace_patterns = std::pair<std::regex, std::string>