~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_insert.cc

  • Committer: Brian Aker
  • Date: 2008-08-19 23:26:33 UTC
  • Revision ID: brian@tangent.org-20080819232633-diua29a85vhsek75
Class cleanups... duplicates are in definitions and unireg :(

Show diffs side-by-side

added added

removed removed

Lines of Context:
1680
1680
      }
1681
1681
      else
1682
1682
      {
1683
 
        if (!(table= open_table(thd, create_table, thd->mem_root, (bool*) 0,
 
1683
        if (!(table= open_table(thd, create_table, (bool*) 0,
1684
1684
                                DRIZZLE_OPEN_TEMPORARY_ONLY)) &&
1685
1685
            !create_info->table_existed)
1686
1686
        {