~sinha/drizzle/patch-621856

« back to all changes in this revision

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

  • Committer: Monty Taylor
  • Date: 2011-03-11 18:48:55 UTC
  • mfrom: (2228.1.8 build)
  • Revision ID: mordred@inaugust.com-20110311184855-1essd3a6xfr7lx6r
Merged Andrew: drizzledump and docs bug fixes
Merged Barry: pbms bugfixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
318
318
        return_(true);
319
319
}
320
320
 
321
 
void MSCloudTable::seqScanPos(uint8_t *pos)
 
321
void MSCloudTable::seqScanPos(unsigned char *pos )
322
322
{
323
323
        int32_t index = iCloudIndex -1;
324
324
        if (index < 0)
327
327
        mi_int4store(pos, index);
328
328
}
329
329
 
330
 
void MSCloudTable::seqScanRead(uint8_t *pos, char *buf)
 
330
void MSCloudTable::seqScanRead(unsigned char *pos , char *buf)
331
331
{
332
332
        iCloudIndex = mi_uint4korr(pos);
333
333
        seqScanNext(buf);