~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_insert.cc

  • Committer: Brian Aker
  • Date: 2008-12-06 22:41:58 UTC
  • Revision ID: brian@tangent.org-20081206224158-oj4j95n7w0mtxxd1
Completing up replication API.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1772
1772
  if ((session->lex->create_info.options & HA_LEX_CREATE_TMP_TABLE) == 0 
1773
1773
      && drizzle_bin_log.is_open())
1774
1774
  {
1775
 
    session->binlog_start_trans_and_stmt();
1776
1775
  }
1777
1776
 
1778
1777
  if (!(table= create_table_from_items(session, create_info, create_table,