~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_parse.cc

  • Committer: Brian Aker
  • Date: 2009-05-14 23:59:50 UTC
  • mto: This revision was merged to the branch mainline in revision 1021.
  • Revision ID: brian@gaz-20090514235950-9f1f1rbcpmxhaanv
Removed dead code from table_list.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2018
2018
    ptr->schema_table= schema_table;
2019
2019
  }
2020
2020
  ptr->select_lex=  lex->current_select;
2021
 
  ptr->cacheable_table= 1;
2022
2021
  ptr->index_hints= index_hints_arg;
2023
2022
  ptr->option= option ? option->str : 0;
2024
2023
  /* check that used name is unique */