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

MythTV mythtv at cvs.mythtv.org
Thu Oct 13 18:48:47 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 imc25 at cam.ac.uk):

 I'm running svn r7454

 mysql> select * from record where recordid in (313,314);
 +----------+------+--------+-----------+------------+----------+------------+-----------------------------------------+----------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------+---------+-------------+------------+-------------+-----------+-------------+-----------+----------+-----------+-------+--------------+----------+-----------+--------+---------------+--------------+--------------+--------------+--------------+--------------+---------+----------+--------+----------+----------+------------+-----------+
 | recordid | type | chanid | starttime | startdate  | endtime  | enddate
 | title                                   | subtitle | description
 | category | profile | recpriority | autoexpire | maxepisodes | maxnewest
 | startoffset | endoffset | recgroup | dupmethod | dupin | station      |
 seriesid | programid | search | autotranscode | autocommflag |
 autouserjob1 | autouserjob2 | autouserjob3 | autouserjob4 | findday |
 findtime | findid | inactive | parentid | transcoder | tsdefault |
 +----------+------+--------+-----------+------------+----------+------------+-----------------------------------------+----------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------+---------+-------------+------------+-------------+-----------+-------------+-----------+----------+-----------+-------+--------------+----------+-----------+--------+---------------+--------------+--------------+--------------+--------------+--------------+---------+----------+--------+----------+----------+------------+-----------+
 |      313 |    6 |   1299 | 11:00:00  | 2005-10-13 | 12:51:00 | 2005-10-
 13 | Miss Congeniality 2: Armed and Fabulous |          | Fans of Miss
 Congeniality aka Gracie Hart aka Sandra Bullock will love this equally
 silly sequel to the original hit movie. Gracie is now a national heroine,
 having saved the Miss America pageant from sabotage. But she's so well
 known that carrying on as an undercover agent is impossible, so the powers
 that be decide to make her "The Face of the FBI" and she embarks on a
 whirlwind publicity tour. While in Las Vegas she hears that her pal Cheryl
 and pageant boss Stan have been kidnapped and is determined to track them
 down, with or without the help of her feisty bodyguard Sam (Regina King).
 | Film     | Default |           0 |          0 |           0 |         0
 |           0 |        15 | Default  |         6 |    15 | Front Row 10 |
 |           |      0 |             0 |            1 |            0 |
 0 |            0 |            0 |       0 | 00:00:00 |      0 |        0 |
 0 |         27 |         1 |
 |      314 |    6 |   1276 | 08:30:00  | 2005-10-13 | 10:24:00 | 2005-10-
 13 | Ray                                     |          | Jamie Foxx's
 Oscar winning performance sees him playing Ray Charles, the legendary
 black musician, with stunning insight and incredible sensitivity. A tear-
 jerking, thought provoking look at the life of a musical genius who
 overcame extreme difficulties to become one of the most revered musicians
 of his time. A captivating portrait of a great man, detailing both his
 strengths and weaknesses, set to a backdrop of wonderful music.
 | Film     | Default |           0 |          0 |           0 |         0
 |           0 |        15 | Default  |         6 |    15 | Front Row 23 |
 |           |      0 |             0 |            1 |            0 |
 0 |            0 |            0 |       0 | 00:00:00 |      0 |        0 |
 0 |         27 |         1 |
 +----------+------+--------+-----------+------------+----------+------------+-----------------------------------------+----------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------+---------+-------------+------------+-------------+-----------+-------------+-----------+----------+-----------+-------+--------------+----------+-----------+--------+---------------+--------------+--------------+--------------+--------------+--------------+---------+----------+--------+----------+----------+------------+-----------+
 2 rows in set (0.00 sec)

 mysql> select starttime,recstatus from oldrecorded where recordid in
 (313,314);
 +---------------------+-----------+
 | starttime           | recstatus |
 +---------------------+-----------+
 | 2005-10-13 19:00:00 |         4 |
 | 2005-10-13 18:00:00 |         4 |
 | 2005-10-13 17:00:00 |        -3 |
 | 2005-10-13 16:00:00 |         4 |
 | 2005-10-13 15:00:00 |         4 |
 | 2005-10-13 14:00:00 |        -3 |
 | 2005-10-13 13:00:00 |         4 |
 | 2005-10-13 12:00:00 |         4 |
 | 2005-10-13 11:00:00 |        -3 |
 | 2005-10-13 10:00:00 |         8 |
 | 2005-10-13 09:00:00 |         8 |
 | 2005-10-13 08:00:00 |         8 |
 | 2005-10-13 19:00:00 |         4 |
 | 2005-10-13 17:30:00 |        -3 |
 | 2005-10-13 16:00:00 |         4 |
 | 2005-10-13 14:30:00 |        -3 |
 | 2005-10-13 13:00:00 |         4 |
 | 2005-10-13 11:30:00 |        -3 |
 | 2005-10-13 10:00:00 |         8 |
 | 2005-10-13 08:30:00 |         8 |
 +---------------------+-----------+
 20 rows in set (0.00 sec)

 mysql> select * from oldfind;
 Empty set (0.00 sec)

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


More information about the mythtv-commits mailing list