~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_update.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:
891
891
    while ((item= it++))
892
892
      item->cleanup();
893
893
 
894
 
    /* We have to cleanup translation tables of views. */
895
 
    for (TableList *tbl= table_list; tbl; tbl= tbl->next_global)
896
 
      tbl->cleanup_items();
897
 
 
898
894
    close_tables_for_reopen(session, &table_list);
899
895
    goto reopen_tables;
900
896
  }