373
373
virtual const TableShare *getShare() const { assert(_share); return _share; } /* Get rid of this long term */
374
374
virtual TableShare *getMutableShare() { assert(_share); return _share; } /* Get rid of this long term */
391
383
Field_blob *getBlobFieldAt(uint32_t arg) const