~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle-2.0/libdrizzle/constants.h

  • Committer: Olaf van der Spek
  • Date: 2011-07-14 14:42:05 UTC
  • mto: This revision was merged to the branch mainline in revision 2386.
  • Revision ID: olafvdspek@gmail.com-20110714144205-7oschsafu3gt75ky
Revert DRIZZLE_DEFAULT_TCP_PORT_MYSQL   

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
/* Defines. */
63
63
#define DRIZZLE_DEFAULT_TCP_HOST         "127.0.0.1"
64
64
#define DRIZZLE_DEFAULT_TCP_PORT         4427
65
 
#define DRIZZLE_DEFAULT_TCP_PORT_MYSQL   3306
 
65
#define DRIZZLE_DEFAULT_TCP_PORT_MYSQL   4427
66
66
#define DRIZZLE_DEFAULT_UDS              "/tmp/drizzle.sock"
67
67
#define DRIZZLE_DEFAULT_UDS_MYSQL        "/tmp/mysql.sock"
68
68
#define DRIZZLE_DEFAULT_BACKLOG          64