~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/errors.cc

  • Committer: Monty Taylor
  • Date: 2009-04-25 20:29:54 UTC
  • mto: (997.2.5 mordred)
  • mto: This revision was merged to the branch mainline in revision 1003.
  • Revision ID: mordred@inaugust.com-20090425202954-slopmkjj7vxal5lk
Migrated archive.

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];