~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_yacc.yy

  • Committer: Brian Aker
  • Date: 2010-10-24 01:34:39 UTC
  • mto: This revision was merged to the branch mainline in revision 1875.
  • Revision ID: brian@tangent.org-20101024013439-w9r8qtmt5ihnqtkd
Encapsulate table_name from table_list.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5826
5826
              DRIZZLE_YYABORT;
5827
5827
            }
5828
5828
            if (my_strcasecmp(table_alias_charset, $3.str,
5829
 
                              table->table_name))
 
5829
                              table->getTableName()))
5830
5830
            {
5831
5831
              my_error(ER_WRONG_TABLE_NAME, MYF(0), $3.str);
5832
5832
              DRIZZLE_YYABORT;