~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item.h

  • Committer: Monty Taylor
  • Date: 2008-11-17 04:11:21 UTC
  • mto: (589.1.3 devel)
  • mto: This revision was merged to the branch mainline in revision 589.
  • Revision ID: monty@inaugust.com-20081117041121-qrgeg7jd9nijknbk
HA! Removed item.h from common_includes. woot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1941
1941
  char buffer[STRING_BUFFER_USUAL_SIZE];
1942
1942
  String *value, value_buff;
1943
1943
  bool is_varbinary;
1944
 
  
 
1944
 
1945
1945
public:
1946
1946
  Item_cache_str(const Item *item) :
1947
1947
    Item_cache(), value(0),