Updated Changelog (markdown)
parent
51641efd27
commit
3752561a8a
|
@ -3,6 +3,7 @@
|
||||||
* Fix bug such that empty connect message is not created for MySQL 5.7 "pre authenticate" event.
|
* Fix bug such that empty connect message is not created for MySQL 5.7 "pre authenticate" event.
|
||||||
* Added offsets for client capabilities (all versions) and for session connect attributes (MySQL 5.6 and 5.7).
|
* Added offsets for client capabilities (all versions) and for session connect attributes (MySQL 5.6 and 5.7).
|
||||||
* 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.**
|
* 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: `client_capabilities` (all versions) and `sess_connect_attr` (MySQL 5.6 and 5.7).
|
||||||
* Improved the plugin's behavior on systems where skip_name_resolve is set in MySQL, particularly for Percona server.
|
* Improved the plugin's behavior on systems where skip_name_resolve is set in MySQL, particularly for Percona server.
|
||||||
|
|
||||||
## v1.1.0
|
## v1.1.0
|
||||||
|
|
Loading…
Reference in New Issue