From: mkanat%kerio.com <> Date: Fri, 18 Feb 2005 23:48:24 +0000 (+0000) Subject: Bug 282570: Missing errors for DB compatibility layer X-Git-Tag: bugzilla-2.19.3~284 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c720bf60573fdb92874056ffd07c3d6055df22af;p=thirdparty%2Fbugzilla.git Bug 282570: Missing errors for DB compatibility layer Patch By Tomas Kopal r=mkanat, a=justdave --- diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl index 5026d8314e..3a2a9606e1 100644 --- a/template/en/default/global/code-error.html.tmpl +++ b/template/en/default/global/code-error.html.tmpl @@ -235,6 +235,18 @@ I could not figure out what you wanted to do. [% END %] + [% ELSIF error == "nested_transaction" %] + Attempted to start a new transaction without finishing previous one first. + + [% ELSIF error == "not_in_transaction" %] + Attempted to end transaction without starting one first. + + [% ELSIF error == "already_locked" %] + Attempted to lock a table without releasing previous lock first. + + [% ELSIF error == "no_matching_lock" %] + Attempted to unlock tables without locking them first. + [% ELSE %] [% title = "Internal error" %] An internal error has occured, but [% terms.Bugzilla %] doesn't know