20
20
#ifndef PLUGIN_DRIZZLE_PROTOCOL_ERRMSG_H
21
21
#define PLUGIN_DRIZZLE_PROTOCOL_ERRMSG_H
23
28
/* Error messages for MySQL clients */
24
29
/* (Error messages for the daemon are in sql/share/errmsg.txt) */
29
31
const char * drizzleclient_get_client_error(unsigned int err_index);
31
33
#define CR_MIN_ERROR 2000 /* For easier client code */