[mythtv] Problem with DataDirect Migration docs

Robert Kulagowski bob at smalltime.com
Tue May 18 17:59:57 EDT 2004


> I haven't updated yet and don't know if this will work in mysql3, but this 
> should work as long as there is a channel_copy table:
> 
> update channel
> set icon = (select distinct icon from channel_copy
>             where channel.callsign = channel_copy.callsign);

Has anyone still running MySQL 3 tried this and had it work correctly? 
I'll include it if I get some feedback that this is doing the Right Thing.



More information about the mythtv-dev mailing list