~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement/change_schema.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:
35
35
{
36
36
  Select_Lex *select_lex= &session->lex->select_lex;
37
37
 
38
 
  if (not mysql_change_db(session, select_lex->db, false))
 
38
  if (not mysql_change_db(session, select_lex->db))
39
39
  {
40
40
    session->my_ok();
41
41
  }