~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/errmsg.c

  • Committer: Brian Aker
  • Date: 2008-07-26 04:51:46 UTC
  • mfrom: (202.1.25 codestyle)
  • Revision ID: brian@tangent.org-20080726045146-ax7ofn8aqnkycjl3
Merge from Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
  "Wrong or unknown protocol",
78
78
  "Invalid connection handle",
79
79
  "Connection using old (pre-4.1.1) authentication protocol refused (client option 'secure_auth' enabled)",
80
 
  "Row retrieval was canceled by mysql_stmt_close() call",
 
80
  "Row retrieval was canceled by drizzle_stmt_close() call",
81
81
  "Attempt to read column without prior row fetch",
82
82
  "Prepared statement contains no metadata",
83
83
  "Attempt to read a row while there is no result set associated with the statement",
142
142
  "Wrong or unknown protocol",
143
143
  "Invalid connection handle",
144
144
  "Connection using old (pre-4.1.1) authentication protocol refused (client option 'secure_auth' enabled)",
145
 
  "Row retrieval was canceled by mysql_stmt_close() call",
 
145
  "Row retrieval was canceled by drizzle_stmt_close() call",
146
146
  "Attempt to read column without prior row fetch",
147
147
  "Prepared statement contains no metadata",
148
148
  "Attempt to read a row while there is no result set associated with the statement",
205
205
  "Wrong or unknown protocol",
206
206
  "Invalid connection handle",
207
207
  "Connection using old (pre-4.1.1) authentication protocol refused (client option 'secure_auth' enabled)",
208
 
  "Row retrieval was canceled by mysql_stmt_close() call",
 
208
  "Row retrieval was canceled by drizzle_stmt_close() call",
209
209
  "Attempt to read column without prior row fetch",
210
210
  "Prepared statement contains no metadata",
211
211
  "Attempt to read a row while there is no result set associated with the statement",