From d3fb2ef4a18c40b231be349e459c8a0a3ba99c92 Mon Sep 17 00:00:00 2001 From: aharonrobbins Date: Thu, 25 Aug 2016 13:41:22 +0300 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Changelog.md b/Changelog.md index 619064a..d8ba4cd 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,7 @@ * Added support for MySQL 5.5.49 - 5.5.51, 5.6.30 - 5.6.32, 5.7.12 - 5.7.14. * Fixed problem computing the name of the audit socket if MySQL was configured for no networking or with no sockets specified in the configuration file. * Fixed problem loading the plugin on Debian 8 32-bit systems. See issue: [#132](https://github.com/mcafee/mysql-audit/issues/132). +Fixed problem with very large query crashing MySQL when the plugin is loaded. See issue: [#145](https://github.com/mcafee/mysql-audit/issues/145). * Updated to latest YAJL and PCRE libraries. * Fixed an Autoconf warning in yajl/src/Makefile.am. * Reformatted the code, including making line endings consistent.