~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement/drop_schema.cc

  • Committer: Lee Bieber
  • Date: 2011-03-23 22:07:25 UTC
  • mfrom: (2246.4.6 foreach)
  • mto: This revision was merged to the branch mainline in revision 2248.
  • Revision ID: kalebral@gmail.com-20110323220725-0whqef7r72kv7tox
Merge Olaf - Use BOOST_FOREACH

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
  }
61
61
  
62
62
  bool res = true;
63
 
  std::string path;
64
 
  schema_identifier.getSQLPath(path);
 
63
  std::string path = schema_identifier.getSQLPath();
65
64
  if (unlikely(plugin::EventObserver::beforeDropDatabase(session(), path))) 
66
65
  {
67
66
    my_error(ER_EVENT_OBSERVER_PLUGIN, schema_identifier);