~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table.cc

  • Committer: Brian Aker
  • Date: 2010-05-20 03:26:01 UTC
  • mto: (1552.1.1 new-staging)
  • mto: This revision was merged to the branch mainline in revision 1553.
  • Revision ID: brian@gaz-20100520032601-93s1jht3uqajs829
We no longer use alloc for placeholders (due to HASH I didn't use a
virtualize method to determine type... HASH needs to go soonish).

Show diffs side-by-side

added added

removed removed

Lines of Context:
93
93
  }
94
94
  delete cursor;
95
95
  cursor= 0;                            /* For easier errorchecking */
 
96
 
96
97
  if (free_share)
97
98
  {
98
99
    if (s->tmp_table == message::Table::STANDARD)
1927
1928
  query_id(0),
1928
1929
  quick_condition_rows(0),
1929
1930
  timestamp_field_type(TIMESTAMP_NO_AUTO_SET),
1930
 
  map(0)
 
1931
  map(0),
 
1932
  is_placeholder_created(0)
1931
1933
{
1932
1934
  memset(&def_read_set, 0, sizeof(MyBitmap)); /**< Default read set of columns */
1933
1935
  memset(&def_write_set, 0, sizeof(MyBitmap)); /**< Default write set of columns */