~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_table.cc

  • Committer: Brian Aker
  • Date: 2009-03-09 17:20:33 UTC
  • Revision ID: brian@tangent.org-20090309172033-71f38894bnzeqqms
Remove last of HANDLER code. (Done to cleanup LCOV)

Show diffs side-by-side

added added

removed removed

Lines of Context:
412
412
      built_query.append("DROP Table ");
413
413
  }
414
414
 
415
 
  mysql_ha_rm_tables(session, tables, false);
416
 
 
417
415
  pthread_mutex_lock(&LOCK_open);
418
416
 
419
417
  /*
2392
2390
                            Protocol::SEND_NUM_ROWS | Protocol::SEND_EOF))
2393
2391
    return(true);
2394
2392
 
2395
 
  mysql_ha_rm_tables(session, tables, false);
2396
 
 
2397
2393
  for (table= tables; table; table= table->next_local)
2398
2394
  {
2399
2395
    char table_name[NAME_LEN*2+2];
4372
4368
    new_db= db;
4373
4369
  build_table_filename(path, sizeof(path), db, table_name, "", 0);
4374
4370
 
4375
 
  mysql_ha_rm_tables(session, table_list, false);
4376
 
 
4377
4371
  /* DISCARD/IMPORT TABLESPACE is always alone in an ALTER Table */
4378
4372
  if (alter_info->tablespace_op != NO_TABLESPACE_OP)
4379
4373
    /* Conditionally writes to binlog. */