Updated Changelog (markdown)
parent
2c2c3c88b0
commit
91674995df
|
@ -10,6 +10,8 @@
|
||||||
* New configuration variable, `audit_before_after`, which determines if the log record is written before or after execution of the SQL statement. Possible string values are `'before'`, `'after'`, or `'both'`. The default is `after`.
|
* New configuration variable, `audit_before_after`, which determines if the log record is written before or after execution of the SQL statement. Possible string values are `'before'`, `'after'`, or `'both'`. The default is `after`.
|
||||||
* This changes the behavior of the plugin for statements created with `PREPARE`.
|
* This changes the behavior of the plugin for statements created with `PREPARE`.
|
||||||
* Using `'both'` produces two records for each statement, be prepared to process them.
|
* Using `'both'` produces two records for each statement, be prepared to process them.
|
||||||
|
* The offset extraction script is now included in the pre-built binary releases.
|
||||||
|
* Fixed a crash in cases where there are no connection attributes. See issue [#160](https://github.com/mcafee/mysql-audit/issues/160).
|
||||||
|
|
||||||
## v1.1.1
|
## v1.1.1
|
||||||
* Added support for MySQL 5.5.54, 5.6.35, and 5.7.17.
|
* Added support for MySQL 5.5.54, 5.6.35, and 5.7.17.
|
||||||
|
|
Loading…
Reference in New Issue