~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item.cc

  • Committer: Brian Aker
  • Date: 2008-08-18 22:20:43 UTC
  • mto: This revision was merged to the branch mainline in revision 352.
  • Revision ID: brian@tangent.org-20080818222043-et6zf93ogrgx1cz9
Refactoring table.h

Show diffs side-by-side

added added

removed removed

Lines of Context:
5656
5656
  if (!arg->fixed)
5657
5657
  {
5658
5658
    bool res;
5659
 
    TABLE_LIST *orig_next_table= context->last_name_resolution_table;
 
5659
    TableList *orig_next_table= context->last_name_resolution_table;
5660
5660
    context->last_name_resolution_table= context->first_name_resolution_table;
5661
5661
    res= arg->fix_fields(thd, &arg);
5662
5662
    context->last_name_resolution_table= orig_next_table;