~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item.cc

  • Committer: Monty Taylor
  • Date: 2008-11-16 23:47:43 UTC
  • mto: (584.1.10 devel)
  • mto: This revision was merged to the branch mainline in revision 589.
  • Revision ID: monty@inaugust.com-20081116234743-c38gmv0pa2kdefaj
BrokeĀ outĀ cached_item.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
const String my_null_string("NULL", 4, default_charset_info);
38
38
 
39
39
 
 
40
const uint32_t NO_CACHED_FIELD_INDEX= UINT32_MAX;
 
41
 
 
42
 
40
43
/*****************************************************************************
41
44
** Item functions
42
45
*****************************************************************************/