~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/libdrizzle.c

  • 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:
123
123
          if builder specifically requested a default port, use that
124
124
          (even if it coincides with our factory default).
125
125
          only if they didn't do we check /etc/services (and, failing
126
 
          on that, fall back to the factory default of 3306).
 
126
          on that, fall back to the factory default of 4427).
127
127
          either default can be overridden by the environment variable
128
128
          MYSQL_TCP_PORT, which in turn can be overridden with command
129
129
          line options.