~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/db.cc

  • Committer: Brian Aker
  • Date: 2009-11-26 01:43:58 UTC
  • mto: (1226.1.4 push)
  • mto: This revision was merged to the branch mainline in revision 1228.
  • Revision ID: brian@gaz-20091126014358-f6dvas8m37x7j1d4
Added a form of getTableDefinition() that uses TableIdentifiers

Show diffs side-by-side

added added

removed removed

Lines of Context:
558
558
 
559
559
    if ((table_type == NULL
560
560
          && (plugin::StorageEngine::getTableDefinition(*session,
561
 
                                                        identifier.getPath(),
562
 
                                                        identifier.getDBName(),
563
 
                                                        identifier.getTableName(),
564
 
                                                        identifier.isTmp()) != EEXIST)))
 
561
                                                        identifier) != EEXIST)))
565
562
    {
566
563
      // Table was not found on disk and table can't be created from engine
567
564
      push_warning_printf(session, DRIZZLE_ERROR::WARN_LEVEL_NOTE,