~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzleclient/errmsg.c

  • Committer: Brian Aker
  • Date: 2009-03-03 18:50:34 UTC
  • mfrom: (908.1.17 mordred)
  • Revision ID: brian@tangent.org-20090303185034-obr7tiwx8vyn0i7j
Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 
20
20
/* Error messages for MySQL clients */
21
21
 
 
22
#include "config.h"
22
23
#include <drizzled/gettext.h>
23
24
#include "errmsg.h"
24
25