Bug 282570: Missing errors for DB compatibility layer

Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=justdave
This commit is contained in:
mkanat%kerio.com 2005-02-18 15:48:24 +00:00
Родитель f2a74c7f10
Коммит 00621be5f4
1 изменённых файлов: 12 добавлений и 0 удалений

Просмотреть файл

@ -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