295
295
inline bool hasShare() const { return s ? true : false ; } /* Get rid of this long term */
296
296
inline TableShare *getMutableShare() { assert(s); return s; } /* Get rid of this long term */
297
297
inline void setShare(TableShare *new_share) { s= new_share; } /* Get rid of this long term */
300
300
inline uint32_t getRecordLength() const { return s->getRecordLength(); }
301
301
inline uint32_t sizeBlobFields() { return s->blob_fields; }
302
302
inline uint32_t *getBlobField() { return &s->blob_field[0]; }