~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_parse.cc

  • Committer: Brian Aker
  • Date: 2010-02-26 17:18:21 UTC
  • mto: (1309.2.7 fix_is)
  • mto: This revision was merged to the branch mainline in revision 1313.
  • Revision ID: brian@gaz-20100226171821-xy2lgitcqnytglsg
Baby steps.

Show diffs side-by-side

added added

removed removed

Lines of Context:
196
196
    status_var_increment(session->status_var.com_stat[SQLCOM_CHANGE_DB]);
197
197
    string tmp(packet, packet_length);
198
198
 
199
 
    if (not mysql_change_db(session, tmp, false))
 
199
    if (not mysql_change_db(session, tmp))
200
200
    {
201
201
      session->my_ok();
202
202
    }