~drizzle-developers/ubuntu/natty/drizzle/natty

« back to all changes in this revision

Viewing changes to drizzled/internal/my_sys.h

Merged trunk to 1608.

Show diffs side-by-side

added added

removed removed

Lines of Context:
178
178
 
179
179
enum cache_type
180
180
{
181
 
  TYPE_NOT_SET= 0, READ_CACHE, WRITE_CACHE,
182
 
  SEQ_READ_APPEND               /* sequential read or append */,
183
 
  READ_FIFO, READ_NET,WRITE_NET};
 
181
  TYPE_NOT_SET= 0,
 
182
  READ_CACHE,
 
183
  WRITE_CACHE,
 
184
  READ_FIFO,
 
185
  READ_NET,
 
186
  WRITE_NET
 
187
};
184
188
 
185
189
typedef struct st_record_cache  /* Used when cacheing records */
186
190
{