~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/drizzle.h

  • Committer: Monty Taylor
  • Date: 2008-07-29 19:45:49 UTC
  • mfrom: (212.5.34 remove-include-dir)
  • mto: This revision was merged to the branch mainline in revision 236.
  • Revision ID: monty@inaugust.com-20080729194549-1455h4t2fh40s92z
Merged remove-include-dir.

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
#include "drizzle_com.h"
46
46
#include "drizzle_time.h"
47
47
 
48
 
#include "my_list.h" /* for LISTs used in 'MYSQL' */
 
48
#include <mysys/my_list.h> /* for LISTs used in 'MYSQL' */
49
49
 
50
50
extern unsigned int drizzle_port;
51
51
extern char *drizzle_unix_port;
89
89
typedef char **DRIZZLE_ROW;    /* return data as array of strings */
90
90
typedef unsigned int DRIZZLE_FIELD_OFFSET; /* offset to current field */
91
91
 
92
 
#include "typelib.h"
 
92
#include <mysys/typelib.h>
93
93
 
94
94
#define DRIZZLE_COUNT_ERROR (~(uint64_t) 0)
95
95