[mythtv-commits] mythtv/master commit: 52cef7b1a by Michael T. Dean (sphery)

MythTV noreply at mythtv.org
Thu Jan 6 17:11:12 UTC 2011


      Author:  Michael T. Dean <mdean at mythtv.org>
 Change Date:  2011-01-06T09:07:32-08:00
   Push Date:  2011/01/06 09:11:09 -0800
  Repository:  mythtv
      Branch:  master
New Revision:  52cef7b1ae94c22c9c5b1a79f95c5afc4d48db9f
   Changeset:  https://github.com/MythTV/mythtv/commit/52cef7b1a

Log:

Make DBUtil::CountClients() a bit more portable.

Updates the approach used by 20009dcd4d31152b330573d718859317a447b464 to
work with all supported versions of MySQL.
INFORMATION_SCHEMA.PROCESSLIST was added in MySQL 5.1.7, so use SHOW
PROCESSLIST, instead.  Thanks to Gavin Hurlbut for noticing.
Refs #9421.

Modified:

   mythtv/libs/libmyth/dbutil.cpp



More information about the mythtv-commits mailing list