[mythtv-commits] Ticket #7436: Unneccesary INDEX on recgrouppassword table

MythTV mythtv at cvs.mythtv.org
Mon Oct 26 18:37:35 UTC 2009


#7436: Unneccesary INDEX on recgrouppassword table
--------------------------------+-------------------------------------------
 Reporter:  benlanc@…           |       Owner:  ijr    
     Type:  enhancement         |      Status:  new    
 Priority:  trivial             |   Milestone:  unknown
Component:  MythTV - General    |     Version:  0.22rc1
 Severity:  low                 |     Mlocked:  0      
--------------------------------+-------------------------------------------
 The database table `recgrouppassword` has a duplicate index defined (found
 in DBSchemaVer 1244).

 Drop with:

 {{{
 #!sql
 ALTER TABLE `recgrouppassword` DROP INDEX `recgroup`;
 }}}

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


More information about the mythtv-commits mailing list