~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/function/set_user_var.cc

  • Committer: Brian Aker
  • Date: 2010-12-17 00:08:06 UTC
  • mfrom: (2002.1.4 clean)
  • Revision ID: brian@tangent.org-20101217000806-fa6kmggjnhsl4q85
Rollup for field encapsulation, monty fix for bzrignore, and Andrew bug
fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
  {
92
92
    Table *table= (Table *) arg;
93
93
    if (result_field->getTable() == table || !table)
94
 
      result_field->getTable()->setReadSet(result_field->field_index);
 
94
      result_field->getTable()->setReadSet(result_field->position());
95
95
  }
96
96
  return 0;
97
97
}