~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table_list.h

  • Committer: Olaf van der Spek
  • Date: 2011-03-28 23:48:44 UTC
  • mto: (2257.1.1 build) (2276.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 2258.
  • Revision ID: olafvdspek@gmail.com-20110328234844-ufirvtasojvjsxoc
Common fwd

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#include <drizzled/nested_join.h>
24
24
#include <drizzled/table.h>
25
25
 
26
 
namespace drizzled
27
 
{
 
26
namespace drizzled {
28
27
 
29
 
class Index_hint;
30
28
class COND_EQUAL;
31
 
class Natural_join_column;
32
 
class select_union;
33
 
class Select_Lex_Unit;
34
 
class Select_Lex;
35
 
class Tmp_Table_Param;
36
 
class Item_subselect;
37
 
class Table;
38
 
 
39
 
namespace plugin
40
 
{
41
 
  class StorageEngine;
42
 
}
43
29
 
44
30
/**
45
31
 * A Table referenced in the FROM clause.