~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/mysql_protocol/errmsg.h

  • Committer: Lee Bieber
  • Date: 2010-11-14 23:15:42 UTC
  • mfrom: (1929.1.42 warning-stack-frame)
  • Revision ID: kalebral@gmail.com-20101114231542-fnnu6ydd2p17n582
Merge Monty - fix bug 672372: some functions use > 32k stack

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