~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle-2.0/constants.h

  • Committer: Brian Aker
  • Date: 2011-12-12 21:56:34 UTC
  • mto: This revision was merged to the branch mainline in revision 2470.
  • Revision ID: brian@tangent.org-20111212215634-1ecdbeoitkmie1rw
Move from using 127.0.0.1, to localhost. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
 */
59
59
 
60
60
/* Defines. */
61
 
#define DRIZZLE_DEFAULT_TCP_HOST         "127.0.0.1"
 
61
#define DRIZZLE_DEFAULT_TCP_HOST         "localhost"
62
62
#define DRIZZLE_DEFAULT_TCP_PORT         4427
63
63
#define DRIZZLE_DEFAULT_TCP_PORT_MYSQL   4427
64
64
#define DRIZZLE_DEFAULT_UDS              "/tmp/drizzle.sock"