[mythtv-users] new recordings missing database fields after R5A22 upgrade

Byron Poland wpoland at gmail.com
Wed Oct 26 15:29:31 EDT 2005


On 10/26/05, Michael T. Dean <mtdean at thirdcontact.com> wrote:
> Byron Poland wrote:
>
> >Here is the relevant part of my backend log on on startup:
> >
> >2005-10-26 15:02:15.804 Using runtime prefix = /usr
> >QSettings::sync: filename is null/empty
> >2005-10-26 15:02:15.953 New DB connection, total: 1
> >2005-10-26 15:02:15.991 Setting Lock for Database Schema upgrade. If
> >you see a long pause here it means the Schema is already locked and is
> >being upgraded by another Myth process.
> >QSettings::sync: filename is null/empty
> >2005-10-26 15:02:16.005 New DB connection, total: 2
> >2005-10-26 15:02:16.013 Database Schema upgrade complete, unlocking.
> >
> >no errors... it does do this on every start of the backend though.
> >
> >
> What does
>
> SELECT data FROM settings WHERE value = 'DBSchemaVer';
>
> give?
>
> Thanks,
> Mike
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>


mysql> SELECT data FROM settings WHERE value = 'DBSchemaVer';
+------+
| data |
+------+
| 1099 |
+------+
1 row in set (0.00 sec)


More information about the mythtv-users mailing list