~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/natural_join_column.h

  • Committer: Brian Aker
  • Date: 2008-10-20 04:28:21 UTC
  • mto: (492.3.21 drizzle-clean-code)
  • mto: This revision was merged to the branch mainline in revision 530.
  • Revision ID: brian@tangent.org-20081020042821-rqqdrccuu8195k3y
Second pass of thd cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
  Natural_join_column(Field_translator *field_param, TableList *tab);
47
47
  Natural_join_column(Field *field_param, TableList *tab);
48
48
  const char *name();
49
 
  Item *create_item(Session *thd);
 
49
  Item *create_item(Session *session);
50
50
  Field *field();
51
51
  const char *table_name();
52
52
  const char *db_name();