~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/transaction_services.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:
1687
1687
      bool is_read_set= current_field->isReadSet();
1688
1688
 
1689
1689
      /* We need to mark that we will "read" this field... */
1690
 
      in_table->setReadSet(current_field->field_index);
 
1690
      in_table->setReadSet(current_field->position());
1691
1691
 
1692
1692
      /* Read the string value of this field's contents */
1693
1693
      string_value= current_field->val_str_internal(string_value);