~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/blob.cc

Tiny cast and remove dead call cleanup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
599
599
   @return  New pointer into memory based on from + length of the data
600
600
*/
601
601
const unsigned char *Field_blob::unpack(unsigned char *,
602
 
                                const unsigned char *from,
603
 
                                uint32_t param_data,
604
 
                                bool low_byte_first)
 
602
                                        const unsigned char *from,
 
603
                                        uint32_t param_data,
 
604
                                        bool low_byte_first)
605
605
{
606
606
  uint32_t const master_packlength=
607
607
    param_data > 0 ? param_data & 0xFF : packlength;