~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_class.cc

  • Committer: Monty Taylor
  • Date: 2008-11-17 23:20:25 UTC
  • mto: (589.1.3 devel)
  • mto: This revision was merged to the branch mainline in revision 589.
  • Revision ID: monty@inaugust.com-20081117232025-01m5jfd4l9cn93kb
Removed field.h from common_includes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2128
2128
  return;
2129
2129
}
2130
2130
 
 
2131
void TMP_TABLE_PARAM::cleanup(void)
 
2132
{
 
2133
  /* Fix for Intel compiler */
 
2134
  if (copy_field)
 
2135
  {
 
2136
    delete [] copy_field;
 
2137
    save_copy_field= copy_field= 0;
 
2138
  }
 
2139
}
 
2140
 
2131
2141
 
2132
2142
void session_increment_bytes_sent(ulong length)
2133
2143
{