~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/pbms/src/systab_dump_ms.cc

  • Committer: Brian Aker
  • Date: 2010-07-16 19:54:08 UTC
  • mfrom: (1660.1.4 rollup)
  • Revision ID: brian@gaz-20100716195408-8fiuxwmy4mpqq4ko
Rollup patch + fix for not intel processors.

Show diffs side-by-side

added added

removed removed

Lines of Context:
166
166
#if MYSQL_VERSION_ID < 50114
167
167
                curr_field->ptr = (byte *) buf + curr_field->offset();
168
168
#else
169
 
                curr_field->ptr = (byte *) buf + curr_field->offset(curr_field->table->record[0]);
 
169
                curr_field->ptr = (byte *) buf + curr_field->offset(curr_field->getTable()->record[0]);
170
170
#endif
171
171
                switch (curr_field->field_name[0]) {
172
172
                        case 'D':