~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to include/drizzle.h

Moved my_alloc.h to mysys.

Show diffs side-by-side

added added

removed removed

Lines of Context:
107
107
 
108
108
typedef DRIZZLE_ROWS *DRIZZLE_ROW_OFFSET;  /* offset to current row */
109
109
 
110
 
#include "my_alloc.h"
 
110
#include <mysys/my_alloc.h>
111
111
 
112
112
typedef struct embedded_query_result EMBEDDED_QUERY_RESULT;
113
113
typedef struct st_drizzle_data {