~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle-2.0/constants.h

  • Committer: Mark Atwood
  • Date: 2011-12-14 18:12:05 UTC
  • mfrom: (2465.1.4 drizzle)
  • Revision ID: me@mark.atwood.name-20111214181205-tkz0lq9c4c0ptrwo
mergeĀ lp:~brianaker/drizzle/fix-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"