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

« back to all changes in this revision

Viewing changes to libdrizzle-5.1/return.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:
70
70
  DRIZZLE_RETURN_SSL_ERROR,
71
71
  DRIZZLE_RETURN_EOF,
72
72
  DRIZZLE_RETURN_STMT_ERROR,
 
73
  DRIZZLE_RETURN_BINLOG_CRC,
73
74
  DRIZZLE_RETURN_MAX /* Always add new codes to the end before this one. */
74
75
};
75
76