253
257
void resetTable(Session *session, TableShare *share, uint32_t db_stat_arg);
257
261
inline void setShare(TableShare *new_share) { s= new_share; } /* Get rid of this long term */
258
262
inline uint32_t sizeKeys() { return s->keys; }
259
263
inline uint32_t sizeFields() { return s->fields; }