Modify ↓
Opened 4 years ago
Closed 4 years ago
#13315 closed enhancement (fixed)
TracAdmin 'wiki replace' fails on MySQL
Reported by: | Ryan J Ollos | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Milestone: | 1.0.20 |
Component: | admin/console | Version: | |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: |
Fixed TracAdmin |
||
API Changes: | |||
Internal Changes: |
Description
Noted in comment:4:ticket:13299:
trac-admin $env wiki replace <path>
on MySQL raises an error:
InternalError: (1093, u"You can't specify target table 'wiki' for update in FROM clause")
Attachments (0)
Change History (3)
comment:1 by , 4 years ago
Owner: | set to |
---|---|
Release Notes: | modified (diff) |
Status: | new → assigned |
comment:2 by , 4 years ago
comment:3 by , 4 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed on 1.0-stable in r17429, merged in [17430:17432].
Note:
See TracTickets
for help on using tickets.
Added failing test in [cfa6d8845/rjollos.git]. Proposed changes in [109fbdb42/rjollos.git].