~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/order.h

  • Committer: Monty Taylor
  • Date: 2009-05-09 22:13:47 UTC
  • mto: This revision was merged to the branch mainline in revision 1009.
  • Revision ID: mordred@inaugust.com-20090509221347-l712szviusbobro0
Re-added bitset<> as a replacement for Bitmap<>

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#ifndef DRIZZLED_ORDER_H
21
21
#define DRIZZLED_ORDER_H
22
22
 
 
23
#include <drizzled/sql_bitmap.h>
 
24
#include <drizzled/field.h>
 
25
 
23
26
/* Order clause list element */
24
27
 
25
28
struct order_st {