
noreply at mythtv
Jul 8, 2012, 12:41 PM
Post #1 of 1
(60 views)
Permalink
|
|
mythtv branch master updated by wagnerrp. v0.26-pre-818-gdea4880
|
|
The branch, master has been updated on the mythtv repository by gitolite user wagnerrp. via dea4880ac87967182dfc0c34cc57cab1b3528301 (commit) from 8cdf5daa069a55712996afc7c5a3b9e3d97ff82b (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit dea4880ac87967182dfc0c34cc57cab1b3528301 Author: Raymond Wagner <rwagner [at] mythtv> at Sun, 8 Jul 2012 15:39:02 -0400 Committer: Raymond Wagner <rwagner [at] mythtv> at Sun, 8 Jul 2012 15:39:02 -0400 URL: http://code.mythtv.org/cgit/mythtv/commit/?id=dea4880ac87967182dfc0c34cc57cab1b3528301 Remove secondary key from scannerpath due to key length issues. This will require users to revert their database, or more easily `drop table scannerfile` if they attempted and failed updating the schema previously. Note, this may cause future problems, as at least my system did not reject the key, and there may be inconsistencies between users running master branch. ----------------------------------------------------------------------- Summary of changes: mythtv/libs/libmythtv/dbcheck.cpp | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) -- _______________________________________________ mythtv-firehose mailing list mythtv-firehose [at] mythtv http://www.mythtv.org/mailman/listinfo/mythtv-firehose
|