~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_update.cc

  • Committer: Brian Aker
  • Date: 2010-10-24 01:44:25 UTC
  • mfrom: (1874.1.2 catalogs)
  • Revision ID: brian@tangent.org-20101024014425-exsst7015tqgbw7x
TableĀ encapsulateĀ merge.

Show diffs side-by-side

added added

removed removed

Lines of Context:
638
638
    TableList *duplicate;
639
639
    if ((duplicate= unique_table(table_list, table_list->next_global)))
640
640
    {
641
 
      my_error(ER_UPDATE_TABLE_USED, MYF(0), table_list->table_name);
 
641
      my_error(ER_UPDATE_TABLE_USED, MYF(0), table_list->getTableName());
642
642
      return true;
643
643
    }
644
644
  }