diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2021-04-21 11:45:00 +0300 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2021-04-21 11:45:00 +0300 |
commit | 4930f9c94bb610f4d76b73a8b6b351d9fa9c5d68 (patch) | |
tree | ed6b2754116233ca8a39515c7ba06e09b2a8cdc8 /debian | |
parent | 502b769561760f35d2b612ab984906c8a4bb9b51 (diff) | |
parent | d104fe6f734df2aebe24b3e5e3dbc189a5302920 (diff) | |
download | mariadb-git-4930f9c94bb610f4d76b73a8b6b351d9fa9c5d68.tar.gz |
Merge 10.5 into 10.6
Diffstat (limited to 'debian')
-rw-r--r-- | debian/additions/innotop/innotop | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/additions/innotop/innotop b/debian/additions/innotop/innotop index 19229a57a82..dce494efeb1 100644 --- a/debian/additions/innotop/innotop +++ b/debian/additions/innotop/innotop @@ -4153,6 +4153,7 @@ my $nonfatal_errs = join('|', 'Access denied', 'AutoCommit', 'Lost connection to MySQL server', + 'Lost connection to server', 'Too many connections', ); |