~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/constants.h

  • Committer: Andrew Hutchings
  • Date: 2010-11-01 22:04:06 UTC
  • mfrom: (1897 merge)
  • mto: This revision was merged to the branch mainline in revision 1907.
  • Revision ID: andrew@linuxjedi.co.uk-20101101220406-nj6i29uzja17u1hn
Merge trunk into branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
/* Defines. */
38
38
#define DRIZZLE_DEFAULT_TCP_HOST         "127.0.0.1"
39
39
#define DRIZZLE_DEFAULT_TCP_PORT         4427
40
 
#define DRIZZLE_DEFAULT_TCP_PORT_MYSQL   3306
 
40
#define DRIZZLE_DEFAULT_TCP_PORT_MYSQL   4427
41
41
#define DRIZZLE_DEFAULT_UDS              "/tmp/drizzle.sock"
42
42
#define DRIZZLE_DEFAULT_UDS_MYSQL        "/tmp/mysql.sock"
43
43
#define DRIZZLE_DEFAULT_BACKLOG          64