2287
2287
else if ((**field).type() == DRIZZLE_TYPE_BLOB)
2290
(reinterpret_cast<Field_blob*>(*field))->set_ptr(length, (unsigned char*)ib_col_get_value(tuple, colnr));
2297
2295
*blobroot= new drizzled::memory::Root();
2302
2300
memcpy(blob_ptr, ib_col_get_value(tuple, colnr), length);
2303
2301
(reinterpret_cast<Field_blob*>(*field))->set_ptr(length, blob_ptr);