[mythtv-commits] mythtv commit: r15930 - in trunk/mythtv by janne

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Tue Feb 12 03:21:19 UTC 2008


      Author: janne
        Date: 2008-02-12 03:21:19 +0000 (Tue, 12 Feb 2008)
New Revision: 15930
   Changeset: http://cvs.mythtv.org/trac/changeset/15930

Modified:

   trunk/mythtv/libs/libmythtv/dbcheck.cpp
   trunk/mythtv/libs/libmythtv/eit.cpp
   trunk/mythtv/libs/libmythtv/programinfo.cpp
   trunk/mythtv/libs/libmythtv/programinfo.h
   trunk/mythtv/programs/mythbackend/mainserver.cpp
   trunk/mythtv/programs/mythbackend/scheduler.cpp

Log:

converts audio, video properties and subtitle types to mysql sets

Sets are essentially bit fields. Important advantage is that
symbolic names can be used in SQL queries
("... WHERE FIND_IN_SET('AVC', videoprop) > 0;" for example)





More information about the mythtv-commits mailing list