~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/constants.h

  • Committer: Brian Aker
  • Date: 2010-10-27 20:29:24 UTC
  • mfrom: (1883 staging)
  • mto: This revision was merged to the branch mainline in revision 1885.
  • Revision ID: brian@tangent.org-20101027202924-7o9s4nhvqgj9oskq
Merge with trunk.

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