[mythtv-commits] Re: Ticket #465: Find one showing finds more than one

MythTV mythtv at cvs.mythtv.org
Thu Oct 13 19:16:59 UTC 2005


#465: Find one showing finds more than one
--------------------------------+-------------------------------------------
 Reporter:  imc25 at cam.ac.uk  |        Owner:  bjm at lvcm.com
     Type:  defect              |       Status:  new         
 Priority:  minor               |    Milestone:              
Component:  mythtv              |      Version:              
 Severity:  medium              |   Resolution:              
--------------------------------+-------------------------------------------
Comment (by bjm at lvcm.com):

 Thank you. Plese send the outout for the following verbatim:
 {{{
 $ mysql -u mythtv -pmythtv mythconverg
 mysql> select recordid,title from record where type=6;

 mysql> select * from record where recordid=313\G

 [backslash, capital G]

 mysql> select title,starttime,endtime,progstart,progend,findid from
 recorded where title='Miss Congeniality 2: Armed and Fabulous'\G

 mysql> select recordid,starttime,recstatus from oldrecorded where
 recordid=313 order by starttime;

 mysql> select * from record where recordid=314\G

 [backslash, capital G]

 mysql> select title,starttime,endtime,progstart,progend,findid from
 recorded where title='Ray'\G

 mysql> select recordid,starttime,recstatus from oldrecorded where
 recordid=314 order by starttime;

 mysql> select * from oldfind;
 }}}

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/465>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list