~brianaker/drizzle/798940

« back to all changes in this revision

Viewing changes to drizzled/set_var.cc

  • Committer: Brian Aker
  • Date: 2011-07-14 22:12:02 UTC
  • Revision ID: brian@tangent.org-20110714221202-9ov19jp0tmhiovqk
Fixes bug where true/false would not be interpreted correctly/displayed correctly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
      error|= it->update(session);         // Returns 0, -1 or 1
71
71
    }
72
72
  }
 
73
 
73
74
err:
74
75
  free_underlaid_joins(session, &session->lex().select_lex);
75
76
  return error;