[mythtv-commits] Ticket #8089: Listing search

MythTV noreply at mythtv.org
Wed Sep 30 06:59:36 UTC 2015


#8089: Listing search
------------------------------+-------------------------
 Reporter:  grshane@…         |          Owner:  kormoc
     Type:  defect            |         Status:  closed
 Priority:  major             |      Milestone:  unknown
Component:  Plugin - MythWeb  |        Version:  unknown
 Severity:  medium            |     Resolution:  invalid
 Keywords:                    |  Ticket locked:  1
------------------------------+-------------------------
Changes (by dekarl):

 * mlocked:  0 => 1


Comment:

 This is a good question for our [[http://lists.mythtv.org/mailman/listinfo
 /mythtv-users|users list]] or our
 [[https://forum.mythtv.org/viewforum.php?f=36|forum troubleshooting]]. Not
 so for a 6 year old ticket in the bug tracker.

 If its the credits table (the OPs issue) that is broken beyond repair,
 then I'd just drop it and create a new one.
 From
 [[https://github.com/MythTV/mythtv/blob/master/mythtv/libs/libmythtv/dbcheck.cpp|dbcheck.cpp]]
 {{{
 DROP TABLE credits;

 CREATE TABLE credits (
   person mediumint(8) unsigned NOT NULL DEFAULT '0',
   chanid int(10) unsigned NOT NULL DEFAULT '0',
   starttime datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
   role
 set('actor','director','producer','executive_producer','writer','guest_star','host','adapter','presenter','commentator','guest')
 NOT NULL DEFAULT '',
   UNIQUE KEY chanid (chanid,starttime,person,role),
   KEY person (person,role)
 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
 }}}

 PS: This question has already been asked over there, here are the relevant
 threads.
 [[https://forum.mythtv.org/viewtopic.php?f=36&t=810&hilit=crashed+table|First]]
 [[https://forum.mythtv.org/viewtopic.php?f=36&t=981&hilit=crashed+table|Second]].

--
Ticket URL: <https://code.mythtv.org/trac/ticket/8089#comment:3>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list