~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/pbxt/src/systab_xt.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:
354
354
        save_write_set = table->write_set;
355
355
        table->write_set = NULL;
356
356
 
357
 
        memset(buf, 0xFF, table->s->null_bytes);
 
357
        memset(buf, 0xFF, table->getNullBytes());
358
358
 
359
359
        tp_ptr = *((XTTablePathPtr *) xt_sl_item_at(ost_db->db_table_paths, row_id));
360
360
 
464
464
        save_write_set = table->write_set;
465
465
        table->write_set = NULL;
466
466
 
467
 
        memset(buf, 0xFF, table->s->null_bytes);
 
467
        memset(buf, 0xFF, table->getNullBytes());
468
468
 
469
469
        stat_name = xt_get_stat_meta_data(rec_id)->sm_name;
470
470
        stat_value = xt_get_statistic(&tt_statistics, ost_db, rec_id);