~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement/drop_table.cc

  • Committer: Brian Aker
  • Date: 2009-10-08 02:45:03 UTC
  • mto: This revision was merged to the branch mainline in revision 1177.
  • Revision ID: brian@gaz-20091008024503-39qjylmtpnsnhl4g
Remove worthless call (ok... for not current replication system).

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
      return true;
38
38
    }
39
39
  }
40
 
  else
41
 
  {
42
 
    /* So that DROP TEMPORARY TABLE gets to binlog at commit/rollback */
43
 
    session->options|= OPTION_KEEP_LOG;
44
 
  }
45
40
  /* DDL and binlog write order protected by LOCK_open */
46
41
  bool res= mysql_rm_table(session, 
47
42
                           first_table,