摘要: class JOIN :public Sql_alloc { JOIN(const JOIN &rhs); /** *fields; List group_fields, group_fields_cache; TABLE *tmp_table; /// used to store 2 possible tmp table ... 阅读全文
posted @ 2016-02-05 11:42 taek 阅读(199) 评论(0) 推荐(0)
摘要: typedef struct st_join_table { st_join_table() {} /* Remove gcc warning */ TABLE *table; KEYUSE *keyuse; /**select->quick. MySQL needs this i... 阅读全文
posted @ 2016-02-05 11:42 taek 阅读(246) 评论(0) 推荐(0)