~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_table.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:
4798
4798
    tbl.db= new_db;
4799
4799
    tbl.table_name= tbl.alias= tmp_name;
4800
4800
    /* Table is in thd->temporary_tables */
4801
 
    new_table= open_table(thd, &tbl, thd->mem_root, (bool*) 0,
4802
 
                          DRIZZLE_LOCK_IGNORE_FLUSH);
 
4801
    new_table= open_table(thd, &tbl, (bool*) 0, DRIZZLE_LOCK_IGNORE_FLUSH);
4803
4802
  }
4804
4803
  else
4805
4804
  {