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; } };
2023-10-07 14:50:04
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; } };
下一篇:离开ACM了,总结一下