struct TABLE_share { static inline TABLE **next_ptr(TABLE *l) { return &l->share_next; } static inline TABLE ***prev_ptr(TABLE *l) { return &l->share_prev; } };
struct TABLE_share { static inline TABLE **next_ptr(TABLE *l) { return &l->share_next; } static inline TABLE ***prev_ptr(TABLE *l) { return &l->share_prev; } };