~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to include/drizzle.h

  • Committer: Brian Aker
  • Date: 2008-07-28 19:17:01 UTC
  • mfrom: (212.5.14 remove-include-dir)
  • Revision ID: brian@tangent.org-20080728191701-trc0030y4het31jf
Merging Monty

Show diffs side-by-side

added added

removed removed

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