~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_table.cc

  • Committer: Brian Aker
  • Date: 2008-12-15 07:35:25 UTC
  • mfrom: (673.3.1 drizzle-nopath)
  • Revision ID: brian@tangent.org-20081215073525-gzec3o8z2d15oqgn
Merge from Stewart.

Show diffs side-by-side

added added

removed removed

Lines of Context:
497
497
                                        FN_IS_TMP : 0);
498
498
    }
499
499
    if (drop_temporary ||
500
 
        ((table_type == NULL && (access(path, F_OK) && ha_create_table_from_engine(session, db, alias))))
 
500
        ((table_type == NULL && (access(path, F_OK))))
501
501
        )
502
502
    {
503
503
      // Table was not found on disk and table can't be created from engine