~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/local_infile.c

  • Committer: Monty Taylor
  • Date: 2008-10-23 23:53:49 UTC
  • mto: This revision was merged to the branch mainline in revision 557.
  • Revision ID: monty@inaugust.com-20081023235349-317wgwqwgccuacmq
SplitĀ outĀ nested_join.h.

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
#define INADDR_NONE  -1
54
54
#endif
55
55
 
56
 
#include <sql_common.h>
57
56
#include "local_infile.h"
58
 
#include <libdrizzle/gettext.h>
 
57
#include <drizzled/gettext.h>
59
58
 
60
59
#define MY_ALIGN(A,L)   (((A) + (L) - 1) & ~((L) - 1))
61
60