~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table_list.h

  • Committer: Monty Taylor
  • Date: 2008-10-23 23:53:49 UTC
  • mto: This revision was merged to the branch mainline in revision 557.
  • Revision ID: monty@inaugust.com-20081023235349-317wgwqwgccuacmq
SplitĀ outĀ nested_join.h.

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
class Item_subselect;
72
72
class Table;
73
73
 
 
74
struct nested_join_st;
 
75
 
74
76
enum enum_schema_table_state
75
 
 
77
{
76
78
  NOT_PROCESSED= 0,
77
79
  PROCESSED_BY_CREATE_SORT_INDEX,
78
80
  PROCESSED_BY_JOIN_EXEC