~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Brian Aker
  • Date: 2010-10-10 02:00:34 UTC
  • mfrom: (1830.1.5 trunk-drizzle)
  • Revision ID: brian@tangent.org-20101010020034-d67x3d09fssxq1v6
Merge rollup of utf8 and table encapsulation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
250
250
        save_write_set = table->write_set;
251
251
        table->write_set = NULL;
252
252
 
253
 
        memset(buf, 0xFF, table->s->null_bytes);
 
253
        memset(buf, 0xFF, table->getNullBytes());
254
254
        for (Field **field=GET_TABLE_FIELDS(table) ; *field ; field++) {
255
255
                curr_field = *field;
256
256
                save = curr_field->ptr;