~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/show.cc

  • Committer: Monty Taylor
  • Date: 2009-05-09 22:57:25 UTC
  • mto: This revision was merged to the branch mainline in revision 1009.
  • Revision ID: mordred@inaugust.com-20090509225725-bphxydmrz1poxbz7
Moved some things to the API.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3028
3028
      bitmap_set_all(&show_table->def_read_set);
3029
3029
      show_table->read_set= &show_table->def_read_set;
3030
3030
    }
3031
 
    bitmap_set_all(show_table->read_set);
 
3031
    show_table->setReadSet();
3032
3032
  }
3033
3033
 
3034
3034
  for (; (field= *ptr) ; ptr++)