~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.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:
694
694
  /* Change database if necessary */
695
695
  if (in_db && in_db[0])
696
696
  {
697
 
    if (mysql_change_db(this, in_db, false))
 
697
    if (mysql_change_db(this, in_db))
698
698
    {
699
699
      /* mysql_change_db() has pushed the error message. */
700
700
      return false;