~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement/create_schema.cc

  • Committer: Brian Aker
  • Date: 2011-02-14 17:05:06 UTC
  • mto: (2170.1.1 alter-table)
  • mto: This revision was merged to the branch mainline in revision 2172.
  • Revision ID: brian@tangent.org-20110214170506-a5tm2g8hssjirfm6
Finalize interface for schema.

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
  }
61
61
  else
62
62
  {
63
 
    res= schema::create(getSession(), schema_message, getSession()->getLex()->exists());
 
63
    res= schema::create(*getSession(), schema_message, getSession()->getLex()->exists());
64
64
    if (unlikely(plugin::EventObserver::afterCreateDatabase(*getSession(), path, res)))
65
65
    {
66
66
      my_error(ER_EVENT_OBSERVER_PLUGIN, schema_identifier);