~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/unireg.cc

  • Committer: Monty Taylor
  • Date: 2008-08-02 01:24:51 UTC
  • mfrom: (202.3.14 gettextize)
  • mto: This revision was merged to the branch mainline in revision 261.
  • Revision ID: monty@inaugust.com-20080802012451-nmql6eujc8wc8ogh
Merged in gettextize changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
#include "mysql_priv.h"
27
27
#include <assert.h>
 
28
#include <drizzled/drizzled_error_messages.h>
28
29
 
29
30
#define FCOMP                   17              /* Bytes for a packed field */
30
31