~drizzle-trunk/libdrizzle/jenkins-Libdrizzle-21

« back to all changes in this revision

Viewing changes to libdrizzle-5.1/constants.h

  • Committer: Continuous Integration
  • Date: 2012-12-29 18:57:32 UTC
  • mfrom: (69.1.2 5.1-binlog-csums)
  • Revision ID: ci@drizzle.org-20121229185732-dvsy9poxj16ho9sa
Merge lp:~linuxjedi/libdrizzle/5.1-binlog-csums Build: jenkins-Libdrizzle-18

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
#define DRIZZLE_DEFAULT_SOCKET_SEND_SIZE 32768
85
85
#define DRIZZLE_DEFAULT_SOCKET_RECV_SIZE 32768
86
86
#define DRIZZLE_MYSQL_PASSWORD_HASH      41
 
87
#define DRIZZLE_BINLOG_CRC32_LEN         4
 
88
// If this version or higher then we are doing checksums
 
89
#define DRIZZLE_BINLOG_CHECKSUM_VERSION  "5.6.1"
87
90
 
88
91
#define DRIZZLE_BINLOG_MAGIC             "\xFE\x62\x69\x6E"
89
92