~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-07 19:34:48 UTC
  • mfrom: (1910.1.2 build)
  • Revision ID: kalebral@gmail.com-20101107193448-64kdu912qej354sh
Merge Stewart - including adapting and expanding the "differences from mysql" page from the wiki.
Merge Stewart - fix bug 668143: drizzleslap with --commit runs second iteration data load in a transaction

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