~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/pbms/src/connection_handler_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:
501
501
                otab->createBlob(&bh, blob_len, metadata->getBuffer(0), metadata_size, RETAIN(iInputStream), NULL, &checksum);
502
502
 
503
503
                cs_bin_to_hex(33, hex_checksum, 16, checksum.val);
504
 
                hex_checksum[32] = 0;
505
504
                iOutputStream->addHeader(MS_CHECKSUM_TAG, hex_checksum);
506
505
        } else { // If there is no BLOB data then the client will send it to the cloud server themselves.
507
506
                if (!cloud_blob_len)