~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table_list.cc

  • Committer: Olaf van der Spek
  • Date: 2011-08-05 11:30:37 UTC
  • mto: This revision was merged to the branch mainline in revision 2395.
  • Revision ID: olafvdspek@gmail.com-20110805113037-qufc9s7ju4w18ize
Refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
280
280
        str->append_identifier(db, db_length);
281
281
        str->append('.');
282
282
      }
283
 
      str->append_identifier(table_name, table_name_length);
284
 
      cmp_name= table_name;
 
283
      str->append_identifier(table_name);
 
284
      cmp_name= table_name.data();
285
285
    }
286
286
    if (my_strcasecmp(table_alias_charset, cmp_name, alias))
287
287
    {