~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table.cc

  • Committer: Brian Aker
  • Date: 2010-06-07 06:04:12 UTC
  • mfrom: (1578.6.12 explain-drizzle)
  • Revision ID: brian@gaz-20100607060412-zcz5033ji1m9sqh9
Rollup patch. Mainly has current_session removed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
919
919
  table->db_stat=HA_OPEN_KEYFILE+HA_OPEN_RNDFILE;
920
920
  table->map=1;
921
921
  table->copy_blobs= 1;
 
922
  assert(session);
922
923
  table->in_use= session;
923
924
  table->quick_keys.reset();
924
925
  table->covering_keys.reset();
1435
1436
                                       &param->recinfo, select_options))
1436
1437
      goto err;
1437
1438
  }
 
1439
  assert(table->in_use);
1438
1440
  if (table->open_tmp_table())
1439
1441
    goto err;
1440
1442