~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement/alter_schema.cc

Merged in latest plugin-slot-reorg.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
bool statement::AlterSchema::execute()
29
29
{
30
30
  LEX_STRING *db= &session->lex->name;
31
 
  HA_CREATE_INFO create_info(session->lex->create_info);
32
31
  if (check_db_name(db))
33
32
  {
34
33
    my_error(ER_WRONG_DB_NAME, MYF(0), db->str);