~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/drizzle_protocol/errmsg.h

  • Committer: Brian Aker
  • Date: 2009-11-13 18:25:26 UTC
  • mfrom: (971.7.11 eday-dev)
  • Revision ID: brian@gaz-20091113182526-evaib6rmmndruddq
MergeĀ Eric

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
18
18
 */
19
19
 
20
 
#ifndef PLUGIN_OLDLIBDRIZZLE_ERRMSG_H
21
 
#define PLUGIN_OLDLIBDRIZZLE_ERRMSG_H
 
20
#ifndef PLUGIN_DRIZZLE_PROTOCOL_ERRMSG_H
 
21
#define PLUGIN_DRIZZLE_PROTOCOL_ERRMSG_H
22
22
 
23
23
/* Error messages for MySQL clients */
24
24
/* (Error messages for the daemon are in sql/share/errmsg.txt) */
103
103
  CR_ERROR_LAST    =2065 /*Copy last error nr:*/
104
104
};
105
105
 
106
 
#endif /* PLUGIN_OLDLIBDRIZZLE_ERRMSG_H */
 
106
#endif /* PLUGIN_DRIZZLE_PROTOCOL_ERRMSG_H */