~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/handler/ha_innodb.cc

  • Committer: Monty Taylor
  • Date: 2009-05-08 19:27:21 UTC
  • mto: This revision was merged to the branch mainline in revision 1009.
  • Revision ID: mordred@inaugust.com-20090508192721-glbsg850k7wqp1rd
Further reversion of P.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3688
3688
                                goto include_field;
3689
3689
                        }
3690
3690
 
3691
 
                        if (table->read_set->test(sql_idx) ||
3692
 
                            table->write_set->test(sql_idx)) {
 
3691
                        if (bitmap_is_set(table->read_set, sql_idx) ||
 
3692
                            bitmap_is_set(table->write_set, sql_idx)) {
3693
3693
                                /* This field is needed in the query */
3694
3694
 
3695
3695
                                goto include_field;