Modify ↓
#8420 closed defect (wontfix)
OperationalError: (1030, 'Got error 28 from storage engine')
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | highest | Milestone: | |
| Component: | general | Version: | 0.10-stable |
| Severity: | blocker | Keywords: | mysql |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description (last modified by )
Python Traceback
Traceback (most recent call last):
File "/usr/local/lib/python2.5/site-packages/trac/web/main.py", line 406, in dispatch_request
dispatcher.dispatch(req)
File "/usr/local/lib/python2.5/site-packages/trac/web/main.py", line 237, in dispatch
resp = chosen_handler.process_request(req)
File "/usr/local/lib/python2.5/site-packages/trac/ticket/query.py", line 390, in process_request
constraints = self._get_constraints(req)
File "/usr/local/lib/python2.5/site-packages/trac/ticket/query.py", line 451, in _get_constraints
TicketSystem(self.env).get_ticket_fields()]
File "/usr/local/lib/python2.5/site-packages/trac/ticket/api.py", line 104, in get_ticket_fields
for username, name, email in self.env.get_known_users(db):
File "/usr/local/lib/python2.5/site-packages/trac/env.py", line 313, in get_known_users
cursor.execute("SELECT DISTINCT s.sid, n.value, e.value "
File "/usr/local/lib/python2.5/site-packages/trac/db/util.py", line 51, in execute
return self.cursor.execute(sql)
File "/usr/local/lib/python2.5/site-packages/trac/db/util.py", line 51, in execute
return self.cursor.execute(sql)
File "build/bdist.linux-i686/egg/MySQLdb/cursors.py", line 166, in execute
self.errorhandler(self, exc, value)
File "build/bdist.linux-i686/egg/MySQLdb/connections.py", line 35, in defaulterrorhandler
raise errorclass, errorvalue
OperationalError: (1030, 'Got error 28 from storage engine')
Attachments (0)
Change History (3)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
| Description: | modified (diff) |
|---|---|
| Milestone: | not applicable |
I'd say InstallationIssue, but that's just a guess…
comment:3 by , 16 years ago
| Keywords: | mysql added |
|---|---|
| Resolution: | → wontfix |
| Status: | new → closed |
And as I see 0.10-stable here, let me say that if 0.10.x is no longer actively maintained, doubly so for MySQL on 0.10.x!
MySQL support has been much improved in 0.11, so if you want to use that database backend, an upgrade is highly recommended. See MySqlDb for the proper charsets and the engine that must be used.
Note:
See TracTickets
for help on using tickets.



See also #6348