~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/errors.c

  • Committer: Brian Aker
  • Date: 2008-09-04 19:31:00 UTC
  • Revision ID: brian@tangent.org-20080904193100-l849hgghfy4urj43
Changing default character set from this point on.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
#include "mysys_priv.h"
17
17
#include "mysys_err.h"
18
 
#include <drizzled/gettext.h>
 
18
#include <libdrizzle/gettext.h>
19
19
 
20
20
/* Error message numbers in global map */
21
21
const char * globerrs[GLOBERRS];