~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_union.cc

  • Committer: Brian Aker
  • Date: 2009-02-21 00:18:15 UTC
  • Revision ID: brian@tangent.org-20090221001815-x20e8h71e984lvs1
Completion (?) of uint conversion.

Show diffs side-by-side

added added

removed removed

Lines of Context:
715
715
  for (Select_Lex_Unit *lex_unit= first_inner_unit(); lex_unit ;
716
716
       lex_unit= lex_unit->next_unit())
717
717
  {
718
 
    error= (bool) ((uint) error | (uint) lex_unit->cleanup());
 
718
    error= (bool) ((uint32_t) error | (uint32_t) lex_unit->cleanup());
719
719
  }
720
720
  non_agg_fields.empty();
721
721
  inner_refs_list.empty();