47
44
virtual const TableShare *getShare() const { assert(_share); return _share; } /* Get rid of this long term */
48
45
virtual TableShare *getMutableShare() { assert(_share); return _share; } /* Get rid of this long term */
49
46
virtual bool hasShare() const { return _share ? true : false ; } /* Get rid of this long term */
64
51
} /* namespace drizzled */