Opened 18 years ago
Closed 16 years ago
#4811 closed enhancement (invalid)
Patch to perl bindings to allow overriding master_host and master_port
| Reported by: | Owned by: | Isaac Richards | |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.22 |
| Component: | mythtv | Version: | 0.20-fixes |
| Severity: | medium | Keywords: | perl bindings |
| Cc: | Ticket locked: | no |
Description
The current perl bindings do not appear to provide a method for overriding the master_host and master_port settings from the ones in the db. I needed this to be able to communicate with more than one master myth server, so added it to the optional param hash (similar to the existing DB overrides).
While it wasn't strictly necessary for my purposes, since there was already a dependency in the perl bindings for reading other overrides out of the mysql.txt file, I decided to go ahead and add the same ability for these settings, even though they aren't really related to mysql.
Attachments (2)
Change History (4)
by , 18 years ago
| Attachment: | MythTV.pm.diff added |
|---|
by , 18 years ago
| Attachment: | MythTV.pm.2.diff added |
|---|
Unified diff for same patch except using current svn 0.21 tree as base
comment:1 by , 18 years ago
| Milestone: | 0.21 → 0.22 |
|---|
comment:2 by , 16 years ago
| Resolution: | → invalid |
|---|---|
| Status: | new → closed |
We don't use mysql.txt anymore, the perl bindings use the new config.xml file, so this patch doesn't apply anymore. If you'd like to submit a version that handles config.xml, you can reopen the ticket.

Unified diff to add support to override master settings