[mythtv-firehose] mythtv/mythtv-rec2 commit: e7024886e by Michael T. Dean (sphery)

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


      Author:  Michael T. Dean <mdean at mythtv.org>
 Change Date:  2011-05-05T10:35:14-07:00
   Push Date:  2011/05/05 10:35:31 -0700
  Repository:  mythtv
      Branch:  mythtv-rec2
New Revision:  e7024886e0d60700f0cf9fb93ea1f28eb42e4f2d
   Changeset:  https://github.com/MythTV/mythtv/commit/e7024886e

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