Modify ↓
Ticket #533 (closed defect: fixed)
You must read the TicketHowTo before creating a new ticket or commenting on an existing ticket.
Opened 6 years ago
Last modified 6 years ago
Mysql 5.0 has repeat as a function, datadirect.cpp needs to be updated.
| Reported by: | mythtv@… | Owned by: | ijr |
|---|---|---|---|
| Priority: | major | Milestone: | unknown |
| Component: | mythtv | Version: | |
| Severity: | low | Keywords: | |
| Cc: | Ticket locked: | no |
Description
in mysql 5+, repeat is a reserved keyword, so datadirect.cpp should change all repeat colums to 'repeat'
Attachments
Change History
comment:1 Changed 6 years ago by mythtv@…
comment:2 Changed 6 years ago by danielk
- Status changed from new to closed
- Resolution set to fixed
comment:3 Changed 6 years ago by anonymous
- Status changed from closed to reopened
- Resolution fixed deleted
This bug has either reappeared in 10101 or hasn't been fixed.
Note: See
TracTickets for help on using
tickets.

In datadirect.cpp Lines 181, 418, 621, 639 are the ones that should be changed.