~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/ident.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:
53
53
    0 - means no cached value.
54
54
  */
55
55
  TableList *cached_table;
56
 
  st_select_lex *depended_from;
 
56
  Select_Lex *depended_from;
57
57
  Item_ident(Name_resolution_context *context_arg,
58
58
             const char *db_name_arg, const char *table_name_arg,
59
59
             const char *field_name_arg);