~drizzle-pbxt/drizzle/drizzle-pbxt

« back to all changes in this revision

Viewing changes to storage/pbxt/src/systab_xt.cc

  • Committer: Paul McCullagh
  • Date: 2009-04-25 22:42:21 UTC
  • Revision ID: paul.mccullagh@primebase.org-20090425224221-cffujguaze31hzmx
Compiles, and shutdown bug gone

Show diffs side-by-side

added added

removed removed

Lines of Context:
217
217
        uint32          len;
218
218
        Field           *curr_field;
219
219
        byte            *save;
220
 
        MY_BITMAP       *save_write_set;
 
220
        MX_BITMAP       *save_write_set;
221
221
 
222
222
        last_access = CS_GET_DISK_4(blob->rb_last_access_4);
223
223
        last_ref = CS_GET_DISK_4(blob->rb_last_ref_4);
345
345
        Field                   *curr_field;
346
346
        XTTablePathPtr  tp_ptr;
347
347
        byte                    *save;
348
 
        MY_BITMAP               *save_write_set;
 
348
        MX_BITMAP               *save_write_set;
349
349
 
350
350
        /* ASSERT_COLUMN_MARKED_FOR_WRITE is failing when
351
351
         * I use store()!??
451
451
void XTStatisticsTable::loadRow(char *buf, xtWord4 rec_id)
452
452
{
453
453
        TABLE                   *table = ost_my_table;
454
 
        MY_BITMAP               *save_write_set;
 
454
        MX_BITMAP               *save_write_set;
455
455
        Field                   *curr_field;
456
456
        byte                    *save;
457
457
        const char              *stat_name;