~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_parse.cc

  • Committer: Brian Aker
  • Date: 2010-10-20 15:22:36 UTC
  • mto: (1864.2.1 merge)
  • mto: This revision was merged to the branch mainline in revision 1864.
  • Revision ID: brian@tangent.org-20101020152236-6ejwgie7ljwufhj9
Remove a number of goto'. Also I removed the std::cerr that slipped in on
the schema identifier.

Show diffs side-by-side

added added

removed removed

Lines of Context:
211
211
 
212
212
    SchemaIdentifier identifier(tmp);
213
213
 
214
 
    std::cerr << identifier << "\n";
215
 
 
216
214
    if (not mysql_change_db(session, identifier))
217
215
    {
218
216
      session->my_ok();