~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_select.cc

  • Committer: Olaf van der Spek
  • Date: 2011-10-23 19:30:49 UTC
  • mto: This revision was merged to the branch mainline in revision 2447.
  • Revision ID: olafvdspek@gmail.com-20111023193049-yci63y74smzkt98i
Refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
1661
1661
          item= eq_item;
1662
1662
        }
1663
1663
 
1664
 
        if ((cs != ((Item_func *) item)->compare_collation()) || !cs->coll->propagate(cs, 0, 0))
 
1664
        if ((cs != ((Item_func *) item)->compare_collation()) || !cs->coll->propagate())
1665
1665
        {
1666
1666
          return false;
1667
1667
        }