~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.cc

  • Committer: Brian Aker
  • Date: 2009-02-08 03:02:04 UTC
  • Revision ID: brian@tangent.org-20090208030204-3gz6xwcq5niux5nm
Class rewrite of Session (aka get all of the junk out)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1948
1948
}
1949
1949
 
1950
1950
/****************************************************************************
1951
 
  TMP_TABLE_PARAM
 
1951
  Tmp_Table_Param
1952
1952
****************************************************************************/
1953
1953
 
1954
 
void TMP_TABLE_PARAM::init()
 
1954
void Tmp_Table_Param::init()
1955
1955
{
1956
1956
  field_count= sum_func_count= func_count= hidden_field_count= 0;
1957
1957
  group_parts= group_length= group_null_parts= 0;
1962
1962
  return;
1963
1963
}
1964
1964
 
1965
 
void TMP_TABLE_PARAM::cleanup(void)
 
1965
void Tmp_Table_Param::cleanup(void)
1966
1966
{
1967
1967
  /* Fix for Intel compiler */
1968
1968
  if (copy_field)