14
14
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
16
16
/* Functions to map mysqld errno to sql_state */
18
19
#include <drizzled/error.h>
19
20
#include <libdrizzle/drizzle.h>
24
25
uint first=0, end= array_elements(sqlstate_map)-1;
25
26
struct st_map_errno_to_sqlstate *map;