You've already forked mysql-audit
mirror of
https://github.com/trellix-enterprise/mysql-audit.git
synced 2025-12-14 18:14:01 +08:00
Upgrade PCRE to 8.39 and YAJL to 2.1.0.
This commit is contained in:
@@ -354,8 +354,7 @@ public:
|
||||
m_password_mask_regex_compiled(false),
|
||||
m_perform_password_masking(NULL)
|
||||
{
|
||||
config.beautify = 0;
|
||||
config.indentString = NULL;
|
||||
|
||||
}
|
||||
|
||||
virtual ~Audit_json_formatter()
|
||||
@@ -405,11 +404,6 @@ public:
|
||||
*/
|
||||
char *m_msg_delimiter;
|
||||
|
||||
/**
|
||||
* Configuration of yajl. Leave public so sysvar can update this directly.
|
||||
*/
|
||||
yajl_gen_config config;
|
||||
|
||||
protected:
|
||||
|
||||
Audit_json_formatter& operator =(const Audit_json_formatter& b);
|
||||
|
||||
Reference in New Issue
Block a user