~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 01:42:35 UTC
  • mto: (1861.4.3 trunk-drizzle)
  • mto: This revision was merged to the branch mainline in revision 1864.
  • Revision ID: brian@tangent.org-20101020014235-z6jon99ukzez8o1c
This just fixes our current catalog to be displayed properly.

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
 
214
216
    if (not mysql_change_db(session, identifier))
215
217
    {
216
218
      session->my_ok();