~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/mysql_protocol/errmsg.h

  • Committer: Brian Aker
  • Date: 2010-10-28 17:12:01 UTC
  • mfrom: (1887.1.3 merge)
  • Revision ID: brian@tangent.org-20101028171201-baj6l1bnntn1s4ad
Merge in POTFILES changes.

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 */