~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/drizzle.h

MergedĀ inĀ remove-include-dir

Show diffs side-by-side

added added

removed removed

Lines of Context:
93
93
 
94
94
#define DRIZZLE_COUNT_ERROR (~(uint64_t) 0)
95
95
 
96
 
/* backward compatibility define - to be removed eventually */
97
 
#define ER_WARN_DATA_TRUNCATED WARN_DATA_TRUNCATED
98
 
 
99
96
typedef struct st_drizzle_rows {
100
97
  struct st_drizzle_rows *next;    /* list of rows */
101
98
  DRIZZLE_ROW data;