Upgrade PCRE to 8.39 and YAJL to 2.1.0.

This commit is contained in:
Arnold Robbins
2016-07-31 15:37:14 +03:00
parent 1c4412df6c
commit 0839e929a5
144 changed files with 23581 additions and 15730 deletions

View File

@@ -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);