~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_base.cc

  • Committer: Brian Aker
  • Date: 2009-03-13 21:18:49 UTC
  • mto: This revision was merged to the branch mainline in revision 935.
  • Revision ID: brian@tangent.org-20090313211849-5ylu4ei9s6idptyo
Moved two functions in classes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5318
5318
      first_select_table= 0;
5319
5319
      tablenr= 0;
5320
5320
    }
5321
 
    setup_table_map(table, table_list, tablenr);
 
5321
    table->setup_table_map(table_list, tablenr);
5322
5322
    if (table_list->process_index_hints(table))
5323
5323
      return(1);
5324
5324
  }