~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/handler.cc

  • Committer: Monty Taylor
  • Date: 2009-05-08 19:27:21 UTC
  • mto: This revision was merged to the branch mainline in revision 1009.
  • Revision ID: mordred@inaugust.com-20090508192721-glbsg850k7wqp1rd
Further reversion of P.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3562
3562
*/
3563
3563
int handler::ha_reset()
3564
3564
{
3565
 
  assert(table->s->all_set.size() == table->s->all_set.count());
 
3565
  /* Check that we have called all proper deallocation functions */
 
3566
  assert((unsigned char*) table->def_read_set.bitmap +
 
3567
              table->s->column_bitmap_size ==
 
3568
              (unsigned char*) table->def_write_set.bitmap);
 
3569
  assert(bitmap_is_set_all(&table->s->all_set));
3566
3570
  assert(table->key_read == 0);
3567
3571
  /* ensure that ha_index_end / ha_rnd_end has been called */
3568
3572
  assert(inited == NONE);