[mythtv] Recent scheduler.cpp changes introduced a bug.

Anduin Withers awithers at anduin.com
Mon Apr 19 15:52:12 EDT 2004


> you shouldn't see any
> record table entries with a missing station, and if you do, restarting
> the master backend should fix it.

You are only partially correct.

There have been a lot of mysql >= 4.x things going in recently, this
"auto-fix on start" thing is one of them (as well as the stuff in
dbcheck.cpp).

This is bad news for Fedora users, who won't be seeing a newer mysql anytime
soon.

You can't do multi-table UPDATES before mysql 4.0.4:

http://dev.mysql.com/doc/mysql/en/UPDATE.html

"Starting with MySQL 4.0.4, you can also perform UPDATE operations that
cover multiple tables:"

-- 
Anduin Withers



More information about the mythtv-dev mailing list