~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/errors.c

  • Committer: Brian Aker
  • Date: 2008-11-04 15:39:09 UTC
  • mfrom: (575.1.2 devel)
  • Revision ID: brian@tangent.org-20081104153909-c72hn65udxs1ccal
Merge of Monty's work

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 <libdrizzle/gettext.h>
 
18
#include <drizzled/gettext.h>
19
19
 
20
20
/* Error message numbers in global map */
21
21
const char * globerrs[GLOBERRS];