~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/opt_range.h

Merged from fix-headers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#ifndef DRIZZLED_OPT_RANGE_H
24
24
#define DRIZZLED_OPT_RANGE_H
25
25
 
 
26
#include <mysys/queues.h>
26
27
 
27
28
typedef struct st_key_part {
28
29
  uint16_t           key,part;