[mythtv-firehose] mythtv/master commit: 03f345115 by Michael T. Dean (sphery)

MythTV noreply at mythtv.org
Thu May 5 17:29:34 UTC 2011


      Author:  Michael T. Dean <mdean at mythtv.org>
 Change Date:  2011-05-05T10:28:20-07:00
   Push Date:  2011/05/05 10:29:27 -0700
  Repository:  mythtv
      Branch:  master
New Revision:  03f345115494ab6a64dfb4abac140bca462503ee
   Changeset:  https://github.com/MythTV/mythtv/commit/03f345115

Log:

Don't ping DB port for localhost.

Do not test to see if something is listening on the DB host and port if
the DB host is localhost.  This change is required on systems that have
localhost mapped to the ipv6 ::1 or that disable MySQL TCP/IP
connections, after the change at 859ad36a6 (and, for users that specify
127.0.0.1 for the DBHostName, the change at 3364c44e4).

Users who changed to the routable IP address, rather than using
localhost or 127.0.0.1 for the DBHostName while this was broken should
change back, now, to get best performance.

Fixes #9756.  Thanks to Chris Pinkham for finding the cause.

Modified:

   mythtv/libs/libmyth/mythcontext.cpp



More information about the mythtv-firehose mailing list