摘要: /** The class defining a handle to an Innodb table */ class ha_innobase: public handler { row_prebuilt_t* prebuilt; /*! *f_key_list); int get_parent_foreign_key_list(THD *thd, ... 阅读全文
posted @ 2015-12-11 23:04 taek 阅读(357) 评论(0) 推荐(0)
摘要: /** The handler class is the interface for dynamically loadable storage engines. Do not add ifdefs and take care when adding or changing virtual functions to avoid vtable confusion */ class ha... 阅读全文
posted @ 2015-12-11 23:03 taek 阅读(268) 评论(0) 推荐(0)