From 5d31a5ef4be19bd2114b0f7e9a65960b7fe9a483 Mon Sep 17 00:00:00 2001 From: Guy Lichtman Date: Wed, 11 Jan 2017 10:13:33 +0200 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 944d0df..c5fa071 100644 --- a/Changelog.md +++ b/Changelog.md @@ -12,7 +12,7 @@ * Fixed a bug such that an empty connect message is not created for the MySQL 5.7 "pre authenticate" event. * Added offsets for client capabilities (all versions) and for session connect attributes (MySQL 5.6 and 5.7). The default is to log the connection attributes but not the capabilities. * Updated the offset-extract.sh script. **If you have extracted offsets on your own, you should rerun the script to make the new offsets available.** -* Added two new configuration variables: `audit_client_capabilities` (all versions) and `audit_sess_connect_attr` (MySQL 5.6 and 5.7). Both default to `ON`. +* Added two new configuration variables: `audit_client_capabilities` (all versions, default `OFF`) and `audit_sess_connect_attr` (MySQL 5.6 and 5.7, default `ON`). * Improved the plugin's behavior on systems where `skip_name_resolve` is set in MySQL, particularly for Percona server. ## v1.1.0