~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table.h

  • Committer: Brian Aker
  • Date: 2009-02-07 22:02:41 UTC
  • Revision ID: brian@tangent.org-20090207220241-ez3828o1246ab2sp
Removing on typedeffed class.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
 
37
37
class Item;
38
38
class Item_subselect;
39
 
class st_select_lex_unit;
40
 
class st_select_lex;
 
39
class Select_Lex_unit;
 
40
class Select_Lex;
41
41
class COND_EQUAL;
42
42
class Security_context;
43
43
class TableList;