~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_parse.cc

  • Committer: Padraig O'Sullivan
  • Date: 2009-11-26 04:33:51 UTC
  • mto: (1228.4.1 push)
  • mto: This revision was merged to the branch mainline in revision 1234.
  • Revision ID: osullivan.padraig@gmail.com-20091126043351-2ebmuyzrbifxat0q
Removed all remnants of schema_table from the TableList class. This cleans up a bunch of code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1003
1003
               ptr->table_name, INFORMATION_SCHEMA_NAME.c_str());
1004
1004
      return NULL;
1005
1005
    }
1006
 
    ptr->schema_table_name= ptr->table_name;
1007
 
    ptr->schema_table= schema_table;
1008
1006
  }
1009
1007
  ptr->select_lex=  lex->current_select;
1010
1008
  ptr->index_hints= index_hints_arg;