23 #include <drizzled/optimizer/access_method/const.h>
24 #include <drizzled/sql_select.h>
25 #include <drizzled/table.h>
31 table.status= STATUS_NO_RECORD;
33 join_tab.read_record.read_record= join_no_more_records;
34 if (table.covering_keys.test(join_tab.ref.
key) && not table.no_keyread)
37 table.
cursor->extra(HA_EXTRA_KEYREAD);
TODO: Rename this file - func.h is stupid.
int join_read_const(JoinTable *tab)
void getStats(Table &, JoinTable &)