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

« back to all changes in this revision

Viewing changes to libdrizzle/error.cc

  • Committer: Continuous Integration
  • Date: 2012-12-31 10:05:01 UTC
  • mfrom: (73.2.6 5.1-prep-stmt-cleanup)
  • Revision ID: ci@drizzle.org-20121231100501-7hgcm2i3v9fpp5gu
Merge lp:~linuxjedi/libdrizzle/5.1-prep-stmt-cleanup Build: jenkins-Libdrizzle-27

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
  case DRIZZLE_RETURN_EOF: return "DRIZZLE_RETURN_EOF";
71
71
  case DRIZZLE_RETURN_STMT_ERROR: return "DRIZZLE_RETURN_STMT_ERROR";
72
72
  case DRIZZLE_RETURN_BINLOG_CRC: return "DRIZZLE_RETURN_BINLOG_CRC";
 
73
  case DRIZZLE_RETURN_TRUNCATED: return "DRIZZLE_RETURN_TRUNCATED";
 
74
  case DRIZZLE_RETURN_INVALID_CONVERSION: return "DRIZZLE_RETURN_INVALID_CONVERSION";
73
75
  case DRIZZLE_RETURN_MAX: return "DRIZZLE_RETURN_MAX";
74
76
  }
75
77