~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/show_dictionary/show_create_table.cc

  • Committer: Andrew Hutchings
  • Date: 2011-03-18 16:53:27 UTC
  • mto: This revision was merged to the branch mainline in revision 2243.
  • Revision ID: andrew@linuxjedi.co.uk-20110318165327-a11z8fgw99i8s93o
Make SHOW CREATE TABLE error if table doesn't exist

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
 
63
63
    if (table_message)
64
64
      is_primed= true;
 
65
    else
 
66
      my_error(ER_BAD_TABLE_ERROR, identifier);
65
67
  }
66
68
}
67
69