~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/pbms/src/system_table_ms.h

  • Committer: Brian Aker
  • Date: 2010-12-16 02:16:37 UTC
  • mto: This revision was merged to the branch mainline in revision 1999.
  • Revision ID: brian@tangent.org-20101216021637-owmmneuy57ddhcn3
uuid type code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
143
143
                assumed_str_field->ptr = (unsigned char *)row + assumed_str_field->offset(mySQLTable->record[0]);
144
144
                assumed_str_field->table->use_all_columns();
145
145
#endif
146
 
                value = assumed_str_field->val_str(value);
 
146
                value = assumed_str_field->val_str_internal(value);
147
147
                
148
148
                assumed_str_field->ptr = old_ptr;
149
149
        }