~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/mysql_protocol/errmsg.h

  • Committer: lbieber
  • Date: 2010-10-01 13:06:31 UTC
  • mfrom: (1802.2.2 drizzle-bug-651948)
  • mto: This revision was merged to the branch mainline in revision 1805.
  • Revision ID: lbieber@orisndriz08-20101001130631-xubscnhmj7r5dn6g
Merge Andrew - Fix bug 651948 - Index lengths not retrieved using drizzledump

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#ifndef PLUGIN_MYSQL_PROTOCOL_ERRMSG_H
21
21
#define PLUGIN_MYSQL_PROTOCOL_ERRMSG_H
22
22
 
23
 
namespace drizzle_plugin
24
 
{
25
 
 
26
23
/* Error messages for MySQL clients */
27
24
enum CR_CLIENT_ERRORS {
28
25
  CR_ERROR_FIRST    =2000, /*Copy first error nr.*/
90
87
  CR_ERROR_LAST    =2065 /*Copy last error nr:*/
91
88
};
92
89
 
93
 
} /* namespace drizzle_plugin */
94
 
 
95
90
#endif /* PLUGIN_MYSQL_PROTOCOL_ERRMSG_H */