~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement/create_schema.cc

Merge in Monty's rename patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
  }
60
60
  else
61
61
  {
62
 
    res= mysql_create_db(session, schema_message, is_if_not_exists);
 
62
    res= create_db(session, schema_message, is_if_not_exists);
63
63
    if (unlikely(plugin::EventObserver::afterCreateDatabase(*session, path, res)))
64
64
    {
65
65
      my_error(ER_EVENT_OBSERVER_PLUGIN, MYF(0), path.c_str());