~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/myisam/ha_myisam.cc

  • Committer: Brian Aker
  • Date: 2010-06-04 23:50:43 UTC
  • mfrom: (1578.2.16 drizzle)
  • Revision ID: brian@gaz-20100604235043-61wg3zu6qhtkqiap
Merge for getTable() to have its own getField.* type methods. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
296
296
    minpos= share->getRecordLength();
297
297
    length= 0;
298
298
 
299
 
    for (field= table_arg->field; *field; field++)
 
299
    for (field= table_arg->getFields(); *field; field++)
300
300
    {
301
301
      if ((fieldpos= (*field)->offset(record)) >= recpos &&
302
302
          fieldpos <= minpos)