~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item.h

  • Committer: Brian Aker
  • Date: 2009-01-23 02:15:04 UTC
  • mfrom: (798.2.32 drizzle)
  • Revision ID: brian@tangent.org-20090123021504-2j99e6hxab1ew601
Merge for replication removal.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
#include <drizzled/sql_bitmap.h>
27
27
#include <drizzled/sql_list.h>
28
28
#include <drizzled/sql_alloc.h>
 
29
#include <drizzled/table.h>
29
30
 
30
31
class Protocol;
31
32
class TableList;
100
101
    DECIMAL_ITEM
101
102
  };
102
103
 
 
104
  enum traverse_order { T_POSTFIX, T_PREFIX };
103
105
  enum cond_result { COND_UNDEF,COND_OK,COND_TRUE,COND_FALSE };
104
106
 
105
 
  enum traverse_order { POSTFIX, PREFIX };
106
 
 
107
107
  /*
108
108
    str_values's main purpose is to be used to cache the value in
109
109
    save_in_field