~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/cmpfunc.cc

  • Committer: Olaf van der Spek
  • Date: 2011-08-05 13:53:37 UTC
  • mto: This revision was merged to the branch mainline in revision 2395.
  • Revision ID: olafvdspek@gmail.com-20110805135337-lztw7l70lfro7ttn
Update .yy

Show diffs side-by-side

added added

removed removed

Lines of Context:
3190
3190
 
3191
3191
in_row::~in_row()
3192
3192
{
3193
 
  delete [] (cmp_item_row*) base;
 
3193
  delete[] (cmp_item_row*) base;
3194
3194
}
3195
3195
 
3196
3196
unsigned char *in_row::get_value(Item *item)