~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/drizzled.cc

  • Committer: Elliot Murphy
  • Date: 2008-07-15 20:57:53 UTC
  • mto: This revision was merged to the branch mainline in revision 171.
  • Revision ID: elliot@elliotmurphy.com-20080715205753-kakkixzy829k53pw
new port number from IANA

Show diffs side-by-side

added added

removed removed

Lines of Context:
947
947
      if builder specifically requested a default port, use that
948
948
      (even if it coincides with our factory default).
949
949
      only if they didn't do we check /etc/services (and, failing
950
 
      on that, fall back to the factory default of 3306).
 
950
      on that, fall back to the factory default of 4427).
951
951
      either default can be overridden by the environment variable
952
952
      MYSQL_TCP_PORT, which in turn can be overridden with command
953
953
      line options.