~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_base.cc

  • Committer: Monty Taylor
  • Date: 2009-01-23 07:27:09 UTC
  • mto: (779.7.3 devel)
  • mto: This revision was merged to the branch mainline in revision 816.
  • Revision ID: mordred@inaugust.com-20090123072709-x3glaj1pd0b8xk7u
More cleanup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3708
3708
*/
3709
3709
 
3710
3710
static Field *
3711
 
find_field_in_natural_join(Session *session, TableList *table_ref, const char *name,
3712
 
                           uint32_t ,
3713
 
                           Item **, bool register_tree_change __attribute__((unused)),
3714
 
                           TableList **actual_table)
 
3711
find_field_in_natural_join(Session *session, TableList *table_ref,
 
3712
                           const char *name, uint32_t , Item **,
 
3713
                           bool, TableList **actual_table)
3715
3714
{
3716
3715
  List_iterator_fast<Natural_join_column>
3717
3716
    field_it(*(table_ref->join_columns));