From 18f29b25e8a0d40b3d5229c526fb59a5f545f052 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Tue, 3 Mar 2015 12:24:40 +0800 Subject: don't log illegal collation errors in sentry --- Bugzilla/Sentry.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'Bugzilla/Sentry.pm') diff --git a/Bugzilla/Sentry.pm b/Bugzilla/Sentry.pm index ce45d4823..d0d8b68ad 100644 --- a/Bugzilla/Sentry.pm +++ b/Bugzilla/Sentry.pm @@ -60,6 +60,7 @@ use constant CONFIG => { qr/Lost connection to MySQL server during query/, qr/Call me again when you have some data to chart/, qr/relative paths are not allowed/, + qr/Illegal mix of collations for operation/, ], # (ab)use the logger to classify error/warning types -- cgit v1.2.3-24-g4f1b