~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/drizzle.h

Moved typelib to mysys.

Show diffs side-by-side

added added

removed removed

Lines of Context:
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