~dshrews/drizzle/bug686781

« back to all changes in this revision

Viewing changes to drizzled/plugin/schema_engine.cc

  • Committer: Brian Aker
  • Date: 2011-01-04 02:03:24 UTC
  • Revision ID: brian@tangent.org-20110104020324-043om9xrux4obl96
Fix additional member of trans services to handle identifier.

Show diffs side-by-side

added added

removed removed

Lines of Context:
286
286
    {
287
287
      /* We've already verified that the schema does exist, so safe to log it */
288
288
      TransactionServices &transaction_services= TransactionServices::singleton();
289
 
      transaction_services.dropSchema(&session, identifier.getSchemaName());
 
289
      transaction_services.dropSchema(&session, identifier);
290
290
    }
291
291
  } while (0);
292
292