diff options
-rw-r--r-- | Bugzilla/Sentry.pm | 1 |
1 files changed, 1 insertions, 0 deletions
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 |