aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS12
1 files changed, 10 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 516ca69..06d58b3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,9 @@
-vmod-dbrw -- history of user-visible changes. 2019-02-13
+vmod-dbrw -- history of user-visible changes. 2019-02-15
See the end of file for copying conditions.
Please send vmod-dbrw bug reports to <gray@gnu.org>
-Version 2.4.90 (git)
+Version 2.5, 2019-02-15
* req.http.X-VMOD-DBRW-Error
@@ -17,6 +17,14 @@ set. The 'eq' flag instructs dbrw.rewrite to use exact string match,
instead of regular expressions. The 'regex' flag instructs it to use
regular expression matching. It is the default.
+* Improve error handling in mysql submodule
+
+Previously, error codes ER_PARSE_ERROR and ER_EMPTY_QUERY were treated
+as permanent conditions, causing mysql connection to be closed and
+disabled. This is no longer the case, as they both can well mean a
+transient condition (e.g. ER_PARSE_ERROR returned for the 'Illegal mix
+of collations' error).
+
Version 2.4, 2018-12-10

Return to:

Send suggestions and report system problems to the System administrator.