Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ivan Ivlev
bugzilla
Commits
c720bf60
Commit
c720bf60
authored
Feb 18, 2005
by
mkanat%kerio.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 282570: Missing errors for DB compatibility layer
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=justdave
parent
9d9d882b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
code-error.html.tmpl
template/en/default/global/code-error.html.tmpl
+12
-0
No files found.
template/en/default/global/code-error.html.tmpl
View file @
c720bf60
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment