~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/show.cc

  • Committer: Padraig O'Sullivan
  • Date: 2009-07-30 03:04:39 UTC
  • mto: (1115.3.11 captain)
  • mto: This revision was merged to the branch mainline in revision 1121.
  • Revision ID: osullivan.padraig@gmail.com-20090730030439-pe417mglb0rzwgk0
Correct all remaining references to the old bitmap interface in the code
base.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2531
2531
    (my_bitmap_map*) session->alloc(bitmap_buffer_size(field_count));
2532
2532
  table->def_read_set.init((my_bitmap_map*) bitmaps, field_count);
2533
2533
  table->read_set= &table->def_read_set;
2534
 
  table->read_set.clearAll();
 
2534
  table->read_set->clearAll();
2535
2535
  table_list->schema_table_param= tmp_table_param;
2536
2536
  return(table);
2537
2537
}