~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/db.cc

Merged Drizzle's Trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
617
617
    return true;
618
618
  }
619
619
 
620
 
  if (not check_db_name(schema_identifier))
 
620
  if (not check_db_name(session, schema_identifier))
621
621
  {
622
622
    my_error(ER_WRONG_DB_NAME, MYF(0), schema_identifier.getSQLPath().c_str());
623
623