[mythtv-commits] Ticket #10636: upgrade from 11.04 to 12.04 - Mythweb recorded programs broken
MythTV
noreply at mythtv.org
Sun Apr 22 09:45:35 UTC 2012
#10636: upgrade from 11.04 to 12.04 - Mythweb recorded programs broken
----------------------------------+----------------------------
Reporter: camski@… | Owner: kormoc
Type: Bug Report - General | Status: new
Priority: minor | Milestone: unknown
Component: Plugin - MythWeb | Version: 0.25-fixes
Severity: medium | Resolution:
Keywords: | Ticket locked: 0
----------------------------------+----------------------------
Comment (by camski@…):
Below is the output from DESC recordedmarkup, PNG attachment too and also
the beginning of phpMyAdmin SQL Dump
mysql> DESC recordedmarkup;
+-----------+-----------------------+------+-----+---------------------+-------+
| Field | Type | Null | Key | Default |
Extra |
+-----------+-----------------------+------+-----+---------------------+-------+
| chanid | int(10) unsigned | NO | PRI | 0 |
|
| starttime | datetime | NO | PRI | 0000-00-00 00:00:00 |
|
| mark | mediumint(8) unsigned | NO | PRI | 0 |
|
| offset | varchar(32) | YES | | NULL |
|
| type | tinyint(4) | NO | PRI | 0 |
|
+-----------+-----------------------+------+-----+---------------------+-------+
5 rows in set (0.00 sec)
------------------------------------------------------------------
-- phpMyAdmin SQL Dump
-- version 3.4.10.1deb1
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Apr 22, 2012 at 08:06 PM
-- Server version: 5.5.22
-- PHP Version: 5.3.10-1ubuntu3
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";
--
-- Database: `mythconverg`
--
-- --------------------------------------------------------
--
-- Table structure for table `recordedmarkup`
--
CREATE TABLE IF NOT EXISTS `recordedmarkup` (
`chanid` int(10) unsigned NOT NULL DEFAULT '0',
`starttime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`mark` mediumint(8) unsigned NOT NULL DEFAULT '0',
`offset` varchar(32) DEFAULT NULL,
`type` tinyint(4) NOT NULL DEFAULT '0',
PRIMARY KEY (`chanid`,`starttime`,`type`,`mark`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--
-- Dumping data for table `recordedmarkup`
--
INSERT INTO `recordedmarkup` (`chanid`, `starttime`, `mark`, `offset`,
`type`) VALUES
(1007, '2010-10-03 23:20:00', 0, NULL, -3),
(1003, '2010-10-30 17:25:00', 0, NULL, -3),
(1003, '2010-10-16 17:25:00', 0, NULL, -3),
(1003, '2010-10-16 17:25:00', 0, NULL, 4),
(1003, '2010-10-16 17:25:00', 8182, NULL, 5),
(1003, '2010-10-16 19:25:00', 0, NULL, -3),
(1003, '2010-10-16 19:25:00', 98985, NULL, 4),
(1003, '2010-10-16 19:25:00', 104869, NULL, 5),
(1003, '2010-10-16 21:15:00', 0, NULL, -3),
(1003, '2010-10-21 19:25:00', 0, NULL, 4),
(1030, '2011-10-20 19:55:00', 78656, NULL, 5),
(1030, '2011-10-20 19:55:00', 74149, NULL, 4),
--
Ticket URL: <http://code.mythtv.org/trac/ticket/10636#comment:2>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center
More information about the mythtv-commits
mailing list