~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/version.h.in

  • Committer: Monty Taylor
  • Date: 2008-08-11 21:00:24 UTC
  • mfrom: (312 drizzle)
  • mto: (312.1.3 translations)
  • mto: This revision was merged to the branch mainline in revision 315.
  • Revision ID: monty@inaugust.com-20080811210024-qm7hxrfc8mgg1x52
MergedĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
#else
11
11
#define PROTOCOL_VERSION                @PROTOCOL_VERSION@
12
12
#define MYSQL_SERVER_VERSION            "@VERSION@"
13
 
#define MYSQL_BASE_VERSION              "mysqld-@MYSQL_BASE_VERSION@"
 
13
#define MYSQL_BASE_VERSION              "drizzle-@MYSQL_BASE_VERSION@"
14
14
#define MYSQL_SERVER_SUFFIX_DEF         "@MYSQL_SERVER_SUFFIX@"
15
15
#define FRM_VER                         @DOT_FRM_VERSION@
16
16
#define MYSQL_VERSION_ID                @MYSQL_VERSION_ID@
17
 
#define MYSQL_PORT                      @MYSQL_TCP_PORT@
18
 
#define MYSQL_PORT_DEFAULT              @MYSQL_TCP_PORT_DEFAULT@
19
 
#define MYSQL_UNIX_ADDR                 "@MYSQL_UNIX_ADDR@"
 
17
#define DRIZZLE_PORT                    @DRIZZLE_TCP_PORT@
 
18
#define DRIZZLE_PORT_DEFAULT            @DRIZZLE_TCP_PORT_DEFAULT@
20
19
#define MYSQL_CONFIG_NAME               "my"
21
20
#define MYSQL_COMPILATION_COMMENT       "@COMPILATION_COMMENT@"
22
21