[mythtv] testing eitfixup.cpp changes

Håkon Alstadheim hakon at alstadheim.priv.no
Sun Dec 19 23:28:29 UTC 2010


Den 19. des. 2010 23:03, skrev Stuart Morgan:
> On Sunday 19 Dec 2010 19:54:52 Michael T. Dean wrote:
>    
>> The one thing I can suggest is to truncate the program table between
>> tests to make sure you're seeing the "new" data (and not leftover data
>> from a previous run).
>>      
> You will need to truncate the eit_cache table too. In fact I'd suggest that
> there's no need to truncate the program table since updated events will still
> be inserted once the cache is cleared.
>
>    
I sometimes do it like this:

/etc/init.d/mythbackend stop
echo 'TRUNCATE TABLE `eit_cache`;TRUNCATE TABLE `program`'| mysql 
-umythtv -pmythtv mythconverg
/etc/init.d/mythbackend start



More information about the mythtv-dev mailing list