~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle-1.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:
61
61
#define DRIZZLE_COLUMN_TYPE_VIRTUAL 17
62
62
 
63
63
/* Defines. */
64
 
#define DRIZZLE_DEFAULT_TCP_HOST         "127.0.0.1"
 
64
#define DRIZZLE_DEFAULT_TCP_HOST         "localhost"
65
65
#define DRIZZLE_DEFAULT_TCP_PORT         4427
66
66
#define DRIZZLE_DEFAULT_TCP_PORT_MYSQL   4427
67
67
#define DRIZZLE_DEFAULT_UDS              "/tmp/drizzle.sock"