~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table_list.h

  • Committer: Monty Taylor
  • Date: 2008-10-24 03:26:55 UTC
  • mfrom: (553.1.3 fix-headers)
  • Revision ID: monty@inaugust.com-20081024032655-oi71kk4m28zsy6oi
Merged fix-headers.

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